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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3371 - (show annotations) (download)
Sat Nov 25 02:05:48 2017 UTC (6 years, 4 months ago) by schoenebeck
File size: 465 byte(s)
- Created libgig branch 'release4_1_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 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 = libgig.kdevelop
16
17 docs: Doxyfile
18 @echo '*** Running doxygen ***'
19 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC