/[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 2043 - (hide annotations) (download)
Sat Jan 9 09:37:01 2010 UTC (14 years, 3 months ago) by persson
File size: 708 byte(s)
* gig engine: implemented the "round robin keyboard" dimension
* gig engine: fixed round robin and random dimensions for cases when
  number of dimension zones is not a power of two
* gig engine: made round robin use a counter for each region instead
  of each key
* fixed building with libgig installed in a non-standard directory

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 schoenebeck 890 Resampler.h
20 iliev 2012 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
21     liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC