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

Contents of /linuxsampler/trunk/src/engines/gig/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: 694 byte(s)
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings

1 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math
5
6 noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7 liblinuxsamplergigengine_la_SOURCES = \
8 EngineGlobals.h \
9 DiskThread.cpp DiskThread.h \
10 EGADSR.cpp EGADSR.h \
11 EGDecay.cpp EGDecay.h \
12 Engine.cpp Engine.h \
13 Filter.h Filter.cpp \
14 InstrumentResourceManager.cpp InstrumentResourceManager.h \
15 Stream.cpp Stream.h \
16 Voice.cpp Voice.h \
17 Synthesizer.cpp Synthesizer.h \
18 Profiler.cpp Profiler.h \
19 EngineChannel.cpp EngineChannel.h \
20 SmoothVolume.cpp SmoothVolume.h \
21 SynthesisParam.h
22 liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
23 liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)

  ViewVC Help
Powered by ViewVC