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

Annotation of /linuxsampler/trunk/src/engines/sfz/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2218 - (hide annotations) (download)
Thu Jul 28 08:05:57 2011 UTC (12 years, 9 months ago) by iliev
File size: 518 byte(s)
* sfz engine: use the newly introduced signal units model

1 iliev 2012 INCLUDES = $(all_includes) $(GIG_CFLAGS)
2     METASOURCES = AUTO
3    
4     AM_CXXFLAGS = -Wreturn-type -ffast-math
5    
6     noinst_LTLIBRARIES = liblinuxsamplersfzengine.la
7     liblinuxsamplersfzengine_la_SOURCES = \
8     sfz.cpp sfz.h \
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 persson 2055 Stream.cpp Stream.h \
15     EGADSR.cpp EGADSR.h \
16 persson 2106 EG.cpp EG.h \
17 iliev 2218 SfzSignalUnitRack.cpp SfzSignalUnitRack.h \
18 persson 2106 LookupTable.cpp LookupTable.h

  ViewVC Help
Powered by ViewVC