/[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 2 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 168 by capela, Fri Jul 2 19:37:09 2004 UTC
# Line 1  Line 1 
 # not a GNU package. You can remove this line, if  
 # have all needed files, that a GNU package needs  
 AUTOMAKE_OPTIONS = foreign 1.4  
   
1  SUBDIRS = src  SUBDIRS = src
2    
3    # to prevent compile errors on some systems
4    AM_CXXFLAGS = -pedantic
5    
6    # all man files that should be installed
7    man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1
8    # include man files into distribution (because they're not by default)
9    dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1
10    
11    pkgconfigdir = $(libdir)/pkgconfig
12    pkgconfig_DATA = libgig.pc
13    
14    doc: Doxyfile
15            @echo '*** Running doxygen ***'
16            doxygen Doxyfile

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

  ViewVC Help
Powered by ViewVC