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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3525 - (show annotations) (download)
Thu Jul 25 11:03:02 2019 UTC (4 years, 9 months ago) by schoenebeck
File size: 465 byte(s)
- Created libgig branch 'release4_2_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