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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4085 - (hide annotations) (download)
Fri Jan 26 18:34:32 2024 UTC (2 months, 3 weeks ago) by schoenebeck
File size: 1245 byte(s)
more 'make dist' rule updates

1 persson 2420 AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)
2 schoenebeck 53 METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 80
6 schoenebeck 654 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7     liblinuxsamplercommonengine_la_SOURCES = \
8     BiquadFilter.h \
9 schoenebeck 4085 EaseInEaseOut.h \
10 schoenebeck 654 Event.cpp Event.h \
11 schoenebeck 4085 Fade.h \
12 iliev 2012 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
13     Stream.h StreamBase.cpp StreamBase.h \
14     DiskThreadBase.cpp DiskThreadBase.h \
15 iliev 2015 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
16 iliev 2296 SignalUnit.h SignalUnit.cpp SignalUnitRack.h ModulatorGraph.cpp \
17 iliev 2015 MidiKeyboardManager.h \
18 schoenebeck 3618 LFOAll.h \
19 schoenebeck 741 LFOBase.h \
20 schoenebeck 4085 LFOCluster.h \
21 schoenebeck 3618 LFOPulse.h \
22     LFOSawIntMathNew.h \
23     LFOSawIntMathOld.h \
24     LFOSineBuiltinFn.h \
25     LFOSineNumericComplexNr.h \
26     LFOSquareIntMath.h \
27     LFOSquarePulse.h \
28 schoenebeck 741 LFOTriangleDiHarmonic.h \
29     LFOTriangleIntAbsMath.h \
30     LFOTriangleIntMath.h \
31 schoenebeck 4085 Note.h \
32 persson 2055 Resampler.h \
33 schoenebeck 2611 AbstractInstrumentManager.h AbstractInstrumentManager.cpp \
34 schoenebeck 2594 InstrumentScriptVM.h InstrumentScriptVM.cpp \
35 schoenebeck 2596 InstrumentScriptVMFunctions.h InstrumentScriptVMFunctions.cpp \
36 schoenebeck 2942 InstrumentScriptVMDynVars.h InstrumentScriptVMDynVars.cpp \
37 persson 2055 EG.h EG.cpp
38 iliev 2012 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
39     liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC