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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4084 - (show annotations) (download)
Fri Jan 26 18:08:02 2024 UTC (2 months, 3 weeks ago) by schoenebeck
File size: 493 byte(s)
more 'make dist' rule updates

1 # require automake >= 1.5 (mandatory for option dist-bzip2)
2 AUTOMAKE_OPTIONS = 1.5 dist-bzip2
3
4 SUBDIRS = doc man src debian win32 osx
5
6 # to prevent compile errors on some systems
7 AM_CXXFLAGS = -pedantic
8
9 # let GCC auto detect whether it (sh/c)ould output its messages in color
10 export GCC_COLORS=auto
11
12 pkgconfigdir = $(libdir)/pkgconfig
13 pkgconfig_DATA = gig.pc akai.pc
14
15 EXTRA_DIST = CMakeLists.txt libgig.kdevelop Makefile.svn
16
17 docs: Doxyfile
18 @echo '*** Running doxygen ***'
19 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC