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

Annotation of /libgig/branches/release3_2_0/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1419 - (hide annotations) (download)
Sun Oct 14 14:21:37 2007 UTC (16 years, 6 months ago) by (unknown author)
File size: 360 byte(s)
This commit was manufactured by cvs2svn to create branch 'release3_2_0'.
1 schoenebeck 652 # require automake >= 1.5 (mandatory for option dist-bzip2)
2     AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3 schoenebeck 11
4 schoenebeck 1174 SUBDIRS = doc man src debian win32 osx
5 schoenebeck 634
6 schoenebeck 11 # to prevent compile errors on some systems
7     AM_CXXFLAGS = -pedantic
8 schoenebeck 58
9 capela 168 pkgconfigdir = $(libdir)/pkgconfig
10 schoenebeck 196 pkgconfig_DATA = gig.pc
11 capela 168
12 schoenebeck 656 EXTRA_DIST = libgig.kdevelop
13    
14 capela 310 docs: Doxyfile
15 capela 168 @echo '*** Running doxygen ***'
16     doxygen Doxyfile

  ViewVC Help
Powered by ViewVC