/[svn]/linuxsampler/trunk/src/engines/sf2/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/engines/sf2/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2420 - (show annotations) (download)
Sun Feb 24 08:59:25 2013 UTC (11 years, 2 months ago) by persson
File size: 552 byte(s)
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings

1 if HAVE_SF2
2 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS)
3 METASOURCES = AUTO
4
5 AM_CXXFLAGS = -Wreturn-type -ffast-math
6
7 noinst_LTLIBRARIES = liblinuxsamplersf2engine.la
8 liblinuxsamplersf2engine_la_SOURCES = \
9 InstrumentResourceManager.cpp InstrumentResourceManager.h \
10 DiskThread.cpp DiskThread.h \
11 EngineChannel.cpp EngineChannel.h \
12 Engine.cpp Engine.h \
13 Voice.cpp Voice.h \
14 SF2SignalUnitRack.cpp SF2SignalUnitRack.h \
15 Stream.cpp Stream.h
16 liblinuxsamplersf2engine_la_LIBADD = $(GIG_LIBS)
17 liblinuxsamplersf2engine_la_LDFLAGS = $(GIG_CFLAGS)
18 endif

  ViewVC Help
Powered by ViewVC