/[svn]/libgig/branches/release3_0_0/Makefile.am
ViewVC logotype

Contents of /libgig/branches/release3_0_0/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 855 - (show annotations) (download)
Fri Apr 28 17:51:28 2006 UTC (17 years, 11 months ago) by (unknown author)
File size: 350 byte(s)
This commit was manufactured by cvs2svn to create branch 'release3_0_0'.
1 # require automake >= 1.5 (mandatory for option dist-bzip2)
2 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3
4 SUBDIRS = doc man src debian
5
6 # to prevent compile errors on some systems
7 AM_CXXFLAGS = -pedantic
8
9 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = gig.pc
11
12 EXTRA_DIST = libgig.kdevelop
13
14 docs: Doxyfile
15 @echo '*** Running doxygen ***'
16 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC