/[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 3618 - (show annotations) (download)
Tue Oct 1 16:18:11 2019 UTC (4 years, 6 months ago) by schoenebeck
File size: 1190 byte(s)
- Trivial fixes.

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 LFOAll.h \
17 LFOBase.h \
18 LFOPulse.h \
19 LFOSawIntMathNew.h \
20 LFOSawIntMathOld.h \
21 LFOSineBuiltinFn.h \
22 LFOSineNumericComplexNr.h \
23 LFOSquareIntMath.h \
24 LFOSquarePulse.h \
25 LFOTriangleDiHarmonic.h \
26 LFOTriangleIntAbsMath.h \
27 LFOTriangleIntMath.h \
28 Resampler.h \
29 AbstractInstrumentManager.h AbstractInstrumentManager.cpp \
30 InstrumentScriptVM.h InstrumentScriptVM.cpp \
31 InstrumentScriptVMFunctions.h InstrumentScriptVMFunctions.cpp \
32 InstrumentScriptVMDynVars.h InstrumentScriptVMDynVars.cpp \
33 EG.h EG.cpp
34 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
35 liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC