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

Diff of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 11 by schoenebeck, Sun Nov 16 17:47:00 2003 UTC revision 2912 by schoenebeck, Tue May 17 14:30:10 2016 UTC
# Line 1  Line 1 
1  # not a GNU package. You can remove this line, if  # require automake >= 1.5 (mandatory for option dist-bzip2)
2  # have all needed files, that a GNU package needs  AUTOMAKE_OPTIONS = 1.5 dist-bzip2
 AUTOMAKE_OPTIONS = foreign 1.4  
3    
4  SUBDIRS = src  SUBDIRS = doc man src debian win32 osx
5    
6  # to prevent compile errors on some systems  # to prevent compile errors on some systems
7  AM_CXXFLAGS = -pedantic  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

Legend:
Removed from v.11  
changed lines
  Added in v.2912

  ViewVC Help
Powered by ViewVC