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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (show annotations) (download)
Fri Jul 2 19:37:09 2004 UTC (19 years, 9 months ago) by capela
File size: 469 byte(s)
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.

1 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

  ViewVC Help
Powered by ViewVC