/[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 4085 - (show annotations) (download)
Fri Jan 26 18:34:32 2024 UTC (2 months, 4 weeks ago) by schoenebeck
File size: 1245 byte(s)
more 'make dist' rule updates

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 EaseInEaseOut.h \
10 Event.cpp Event.h \
11 Fade.h \
12 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
13 Stream.h StreamBase.cpp StreamBase.h \
14 DiskThreadBase.cpp DiskThreadBase.h \
15 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
16 SignalUnit.h SignalUnit.cpp SignalUnitRack.h ModulatorGraph.cpp \
17 MidiKeyboardManager.h \
18 LFOAll.h \
19 LFOBase.h \
20 LFOCluster.h \
21 LFOPulse.h \
22 LFOSawIntMathNew.h \
23 LFOSawIntMathOld.h \
24 LFOSineBuiltinFn.h \
25 LFOSineNumericComplexNr.h \
26 LFOSquareIntMath.h \
27 LFOSquarePulse.h \
28 LFOTriangleDiHarmonic.h \
29 LFOTriangleIntAbsMath.h \
30 LFOTriangleIntMath.h \
31 Note.h \
32 Resampler.h \
33 AbstractInstrumentManager.h AbstractInstrumentManager.cpp \
34 InstrumentScriptVM.h InstrumentScriptVM.cpp \
35 InstrumentScriptVMFunctions.h InstrumentScriptVMFunctions.cpp \
36 InstrumentScriptVMDynVars.h InstrumentScriptVMDynVars.cpp \
37 EG.h EG.cpp
38 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
39 liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC