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

Contents of /libgig/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 58 - (show annotations) (download)
Mon May 3 14:16:59 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 634 byte(s)
* libtoolized libgig
* added man pages for the command line tools
  (gigextract, gigdump, dlsdump, rifftree)
* minor preparations for libgig release 0.7.0 (updated Changelog, etc.)

1 # set the include path found by configure
2 INCLUDES= $(all_includes)
3
4 # to prevent compile errors on some systems
5 AM_CXXFLAGS = -pedantic
6
7 pkglib_LTLIBRARIES = libgig.la
8 libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h
9 libgig_la_LDFLAGS = -module
10
11 bin_PROGRAMS = rifftree dlsdump gigdump gigextract
12 rifftree_SOURCES = rifftree.cpp
13 rifftree_LDADD = $(top_builddir)/src/libgig.la
14 dlsdump_SOURCES = dlsdump.cpp
15 dlsdump_LDADD = $(top_builddir)/src/libgig.la
16 gigdump_SOURCES = gigdump.cpp
17 gigdump_LDADD = $(top_builddir)/src/libgig.la
18 gigextract_SOURCES = gigextract.cpp
19 gigextract_LDADD = $(top_builddir)/src/libgig.la -ldl

  ViewVC Help
Powered by ViewVC