/[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 2055 - (hide annotations) (download)
Sat Jan 30 10:30:02 2010 UTC (14 years, 3 months ago) by persson
File size: 723 byte(s)
* sfz engine: added support for v2 multiple stage envelope generators
* sfz engine: added a fine-tuned v1 envelope generator instead of
  using the one from the gig engine

1 persson 2043 INCLUDES = $(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     Event.cpp Event.h \
10 iliev 2012 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
11     Stream.h StreamBase.cpp StreamBase.h \
12     DiskThreadBase.cpp DiskThreadBase.h \
13 iliev 2015 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
14     MidiKeyboardManager.h \
15 schoenebeck 741 LFOBase.h \
16     LFOTriangleDiHarmonic.h \
17     LFOTriangleIntAbsMath.h \
18     LFOTriangleIntMath.h \
19 persson 2055 Resampler.h \
20     EG.h EG.cpp
21 iliev 2012 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
22     liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC