/[svn]/libgig/branches/release0_7_0/src/Makefile.am
ViewVC logotype

Annotation of /libgig/branches/release0_7_0/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 59 - (hide annotations) (download)
Mon May 3 14:17:00 2004 UTC (20 years, 1 month ago) by (unknown author)
File size: 634 byte(s)
This commit was manufactured by cvs2svn to create branch 'release0_7_0'.
1 schoenebeck 2 # set the include path found by configure
2     INCLUDES= $(all_includes)
3    
4 schoenebeck 11 # to prevent compile errors on some systems
5     AM_CXXFLAGS = -pedantic
6    
7 schoenebeck 58 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 schoenebeck 2
11 schoenebeck 58 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