/[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 2 by schoenebeck, Sat Oct 25 20:15:04 2003 UTC revision 2571 by schoenebeck, Wed May 21 20:33:45 2014 UTC
# Line 1  Line 1 
1  bin_PROGRAMS = rifftree gigdump dlsdump gigextract  # to prevent compile errors on some systems
2    AM_CXXFLAGS = -pedantic -Wreturn-type
3    
4  # set the include path found by configure  libgigincludedir = $(includedir)
5  INCLUDES= $(all_includes)  libgiginclude_HEADERS = RIFF.h DLS.h SF.h gig.h Korg.h
6    
7  # the library search path.  pkglib_LTLIBRARIES = libgig.la
8  rifftree_SOURCES =  rifftree.cpp  libgig_la_SOURCES = RIFF.cpp DLS.cpp SF.cpp gig.cpp Korg.cpp
9  lib_LIBRARIES =  libgig.a  libgig_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
10  libgig_a_SOURCES = RIFF.cpp RIFF.h DLS.cpp DLS.h gig.cpp gig.h  if WIN32
11  rifftree_LDADD = $(top_builddir)/src/libgig.a  libgig_la_LIBADD = -lrpcrt4
12  gigdump_SOURCES =  gigdump.cpp  endif
13  gigdump_LDADD = $(top_builddir)/src/libgig.a  if MAC
14    libgig_la_LDFLAGS += -framework CoreFoundation
15    endif
 dlsdump_SOURCES =  dlsdump.cpp  
 dlsdump_LDADD = $(top_builddir)/src/libgig.a  
   
   
 applnkApplicationdir = $(kde_appsdir)/Application  
 gigextract_SOURCES =  gigextract.cpp  
 gigextract_LDADD = $(top_builddir)/src/libgig.a -ldl  
16    
17    EXTRA_DIST = helper.h
18    
19    SUBDIRS = . tools testcases

Legend:
Removed from v.2  
changed lines
  Added in v.2571

  ViewVC Help
Powered by ViewVC