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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC