/[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 310 by capela, Fri Nov 26 00:14:50 2004 UTC
# Line 1  Line 1 
1  SUBDIRS = src  SUBDIRS = doc man src
2    
3  # to prevent compile errors on some systems  # to prevent compile errors on some systems
4  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic
5    
 # 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  
   
6  pkgconfigdir = $(libdir)/pkgconfig  pkgconfigdir = $(libdir)/pkgconfig
7  pkgconfig_DATA = libgig.pc  pkgconfig_DATA = gig.pc
8    
9  doc: Doxyfile  docs: Doxyfile
10          @echo '*** Running doxygen ***'          @echo '*** Running doxygen ***'
11          doxygen Doxyfile          doxygen Doxyfile

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

  ViewVC Help
Powered by ViewVC