/[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 3617 - (show annotations) (download)
Tue Oct 1 15:32:48 2019 UTC (4 years, 6 months ago) by schoenebeck
File size: 923 byte(s)
- automake: Export new public API header file LFO.h.

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 LFO.h
13
14 noinst_LTLIBRARIES = liblinuxsamplerengines.la
15 liblinuxsamplerengines_la_SOURCES = \
16 Engine.cpp Engine.h \
17 AbstractEngine.cpp AbstractEngine.h \
18 EngineBase.h \
19 EngineChannel.cpp EngineChannel.h \
20 AbstractEngineChannel.cpp AbstractEngineChannel.h \
21 EngineChannelBase.h \
22 EngineFactory.cpp EngineFactory.h \
23 EngineChannelFactory.cpp EngineChannelFactory.h \
24 FxSend.cpp FxSend.h \
25 InstrumentManager.cpp InstrumentManager.h \
26 InstrumentManagerBase.h \
27 InstrumentManagerThread.cpp InstrumentManagerThread.h

  ViewVC Help
Powered by ViewVC