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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 186 - (show annotations) (download)
Wed Jul 7 12:03:54 2004 UTC (19 years, 8 months ago) by schoenebeck
File size: 220 byte(s)
* added support for generating Debian packages
* version of shared library can be set in configure.in

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 = libgig.pc
8
9 doc: Doxyfile
10 @echo '*** Running doxygen ***'
11 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC