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

Contents of /libgig/trunk/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2572 - (show annotations) (download)
Thu May 22 12:14:04 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 368 byte(s)
* Added fork of libakai (this fork provides Linux support) which
  allows reading AKAI medias. Comes with two command line tools
  'akaidump' and 'akaiextract'. Also added a man page for each
  tool.

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 pkgconfigdir = $(libdir)/pkgconfig
10 pkgconfig_DATA = gig.pc akai.pc
11
12 EXTRA_DIST = libgig.kdevelop
13
14 docs: Doxyfile
15 @echo '*** Running doxygen ***'
16 doxygen Doxyfile

  ViewVC Help
Powered by ViewVC