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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2942 - (show annotations) (download)
Wed Jul 13 15:51:06 2016 UTC (7 years, 9 months ago) by schoenebeck
File size: 1060 byte(s)
* NKSP: Implemented built-in script variable "$KSP_TIMER".
* NKSP: Implemented built-in script variable "$NKSP_REAL_TIMER".
* NKSP: Implemented built-in script variable "$NKSP_PERF_TIMER".
* NKSP: Implemented built-in script variable "$ENGINE_UPTIME".
* Bumped version (2.0.0.svn14).

1 AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7 liblinuxsamplercommonengine_la_SOURCES = \
8 BiquadFilter.h \
9 Event.cpp Event.h \
10 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
11 Stream.h StreamBase.cpp StreamBase.h \
12 DiskThreadBase.cpp DiskThreadBase.h \
13 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
14 SignalUnit.h SignalUnit.cpp SignalUnitRack.h ModulatorGraph.cpp \
15 MidiKeyboardManager.h \
16 LFOBase.h \
17 LFOTriangleDiHarmonic.h \
18 LFOTriangleIntAbsMath.h \
19 LFOTriangleIntMath.h \
20 SineLFO.h PulseLFO.h SawLFO.h \
21 Resampler.h \
22 AbstractInstrumentManager.h AbstractInstrumentManager.cpp \
23 InstrumentScriptVM.h InstrumentScriptVM.cpp \
24 InstrumentScriptVMFunctions.h InstrumentScriptVMFunctions.cpp \
25 InstrumentScriptVMDynVars.h InstrumentScriptVMDynVars.cpp \
26 EG.h EG.cpp
27 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
28 liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC