/[svn]/libgig/trunk/Makefile.am
ViewVC logotype

Diff of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 168 by capela, Fri Jul 2 19:37:09 2004 UTC revision 656 by schoenebeck, Wed Jun 15 20:39:11 2005 UTC
# Line 1  Line 1 
1  SUBDIRS = src  # require automake >= 1.5 (mandatory for option dist-bzip2)
2    AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3    
4    SUBDIRS = doc man src debian
5    
6  # to prevent compile errors on some systems  # to prevent compile errors on some systems
7  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic
8    
 # all man files that should be installed  
 man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1  
 # include man files into distribution (because they're not by default)  
 dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1  
   
9  pkgconfigdir = $(libdir)/pkgconfig  pkgconfigdir = $(libdir)/pkgconfig
10  pkgconfig_DATA = libgig.pc  pkgconfig_DATA = gig.pc
11    
12    EXTRA_DIST = libgig.kdevelop
13    
14  doc: Doxyfile  docs: Doxyfile
15          @echo '*** Running doxygen ***'          @echo '*** Running doxygen ***'
16          doxygen Doxyfile          doxygen Doxyfile

Legend:
Removed from v.168  
changed lines
  Added in v.656

  ViewVC Help
Powered by ViewVC