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

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

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

revision 58 by schoenebeck, Mon May 3 14:16:59 2004 UTC revision 168 by capela, Fri Jul 2 19:37:09 2004 UTC
# Line 1  Line 1 
 # set the include path found by configure  
 INCLUDES= $(all_includes)  
   
1  # to prevent compile errors on some systems  # to prevent compile errors on some systems
2  AM_CXXFLAGS = -pedantic  AM_CXXFLAGS = -pedantic
3    
4  pkglib_LTLIBRARIES = libgig.la  libgigincludedir = $(includedir)
5  libgig_la_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h  libgiginclude_HEADERS = RIFF.h DLS.h gig.h
6    
7    lib_LTLIBRARIES = libgig.la
8    libgig_la_SOURCES = RIFF.cpp DLS.cpp gig.cpp
9  libgig_la_LDFLAGS = -module  libgig_la_LDFLAGS = -module
10    
11  bin_PROGRAMS = rifftree dlsdump gigdump gigextract  bin_PROGRAMS = rifftree dlsdump gigdump gigextract

Legend:
Removed from v.58  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC