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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2460 - (show annotations) (download)
Sun Aug 18 14:20:53 2013 UTC (10 years, 8 months ago) by persson
File size: 539 byte(s)
* fixed building with C++11
* build fix: ChangeFlagRelaxed.h was missing in makefile
* build fix: libsndfile compiler flags were missing in some makefiles

1 AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(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 Stream.cpp Stream.h \
15 EGADSR.cpp EGADSR.h \
16 EG.cpp EG.h \
17 SfzSignalUnitRack.cpp SfzSignalUnitRack.h \
18 LookupTable.cpp LookupTable.h

  ViewVC Help
Powered by ViewVC