/[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 2015 - (show annotations) (download)
Sun Oct 25 22:22:52 2009 UTC (14 years, 5 months ago) by iliev
File size: 694 byte(s)
* Refactoring: moved the independent code from gig::Voice to base classes
* SoundFont format engine: implemented EG1 & EG2

1 INCLUDES = $(all_includes) $(SNDFILE_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 MidiKeyboardManager.h \
15 LFOBase.h \
16 LFOTriangleDiHarmonic.h \
17 LFOTriangleIntAbsMath.h \
18 LFOTriangleIntMath.h \
19 Resampler.h
20 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
21 liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC