/[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 58 by schoenebeck, Mon May 3 14:16:59 2004 UTC revision 1123 by schoenebeck, Sat Mar 24 18:20:09 2007 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # require automake >= 1.5 (mandatory for option dist-bzip2)
2  # have all needed files, that a GNU package needs  AUTOMAKE_OPTIONS = 1.5 dist-bzip2
 AUTOMAKE_OPTIONS = foreign 1.4  
3    
4  SUBDIRS = src  SUBDIRS = doc man src debian win32
5    
6  # to prevent compile errors on some systems  # to prevent compile errors on some systems
7  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic
8    
9  # all man files that should be installed  pkgconfigdir = $(libdir)/pkgconfig
10  man1_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1  pkgconfig_DATA = gig.pc
11  # include man files into distribution (because they're not by default)  
12  dist_MANS = man/dlsdump.1 man/gigdump.1 man/gigextract.1 man/rifftree.1  EXTRA_DIST = libgig.kdevelop
13    
14    docs: Doxyfile
15            @echo '*** Running doxygen ***'
16            doxygen Doxyfile

Legend:
Removed from v.58  
changed lines
  Added in v.1123

  ViewVC Help
Powered by ViewVC