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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2571 - (show annotations) (download)
Wed May 21 20:33:45 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 509 byte(s)
* moved source files of command line tools to new subdir src/tools

1 # to prevent compile errors on some systems
2 AM_CXXFLAGS = -pedantic -Wreturn-type
3
4 libgigincludedir = $(includedir)
5 libgiginclude_HEADERS = RIFF.h DLS.h SF.h gig.h Korg.h
6
7 pkglib_LTLIBRARIES = libgig.la
8 libgig_la_SOURCES = RIFF.cpp DLS.cpp SF.cpp gig.cpp Korg.cpp
9 libgig_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
10 if WIN32
11 libgig_la_LIBADD = -lrpcrt4
12 endif
13 if MAC
14 libgig_la_LDFLAGS += -framework CoreFoundation
15 endif
16
17 EXTRA_DIST = helper.h
18
19 SUBDIRS = . tools testcases

  ViewVC Help
Powered by ViewVC