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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 310 - (show annotations) (download)
Fri Nov 26 00:14:50 2004 UTC (19 years, 4 months ago) by capela
File size: 218 byte(s)
* gig.h oneliner forward declaration of gig::Region.
* Fixed man pages automake install rule.
* Doxygen documentation fix (make docs).

1 SUBDIRS = doc man src
2
3 # to prevent compile errors on some systems
4 AM_CXXFLAGS = -pedantic
5
6 pkgconfigdir = $(libdir)/pkgconfig
7 pkgconfig_DATA = gig.pc
8
9 docs: Doxyfile
10 @echo '*** Running doxygen ***'
11 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC