/[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 2596 - (show annotations) (download)
Thu Jun 5 19:39:12 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 938 byte(s)
* ScriptVM (WIP): Implemented execution of script event
  handlers "note" and "release".
* ScriptVM (WIP): Implemented built-in script function
  "play_note()" (only two of the max. four function
  arguments are currently implemented yet though).
* ScriptVM (WIP): Fixed incorrect handling of
  suspended scripts.
* Bumped version (1.0.0.svn43).

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 InstrumentScriptVM.h InstrumentScriptVM.cpp \
23 InstrumentScriptVMFunctions.h InstrumentScriptVMFunctions.cpp \
24 EG.h EG.cpp
25 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
26 liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC