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

Annotation of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 168 - (hide 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 schoenebeck 2 SUBDIRS = src
2 schoenebeck 11
3     # to prevent compile errors on some systems
4     AM_CXXFLAGS = -pedantic
5 schoenebeck 58
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 capela 168
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