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

Contents of /linuxsampler/trunk/src/engines/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, 7 months ago) by persson
File size: 914 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) $(GIG_CFLAGS) $(SNDFILE_CFLAGS) $(LIB_SF2)
2 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -DCONFIG_PLUGIN_DIR=\"$(config_plugin_dir)\"
3 METASOURCES = AUTO
4 SUBDIRS = gig sf2 sfz common
5
6 liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines
7 liblinuxsamplerengineinclude_HEADERS = \
8 Engine.h \
9 EngineChannel.h \
10 FxSend.h \
11 InstrumentManager.h
12
13 noinst_LTLIBRARIES = liblinuxsamplerengines.la
14 liblinuxsamplerengines_la_SOURCES = \
15 Engine.cpp Engine.h \
16 AbstractEngine.cpp AbstractEngine.h \
17 EngineBase.h \
18 EngineChannel.cpp EngineChannel.h \
19 AbstractEngineChannel.cpp AbstractEngineChannel.h \
20 EngineChannelBase.h \
21 EngineFactory.cpp EngineFactory.h \
22 EngineChannelFactory.cpp EngineChannelFactory.h \
23 FxSend.cpp FxSend.h \
24 InstrumentManager.cpp InstrumentManager.h \
25 InstrumentManagerBase.h \
26 InstrumentManagerThread.cpp InstrumentManagerThread.h

  ViewVC Help
Powered by ViewVC