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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (hide annotations) (download)
Fri Oct 23 17:53:17 2009 UTC (14 years, 7 months ago) by iliev
File size: 518 byte(s)
* Refactoring: moved the independent code from
  the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range

1 iliev 2012 if HAVE_SF2
2     INCLUDES = $(all_includes) $(SF2_CFLAGS) $(GIG_CFLAGS)
3     METASOURCES = AUTO
4    
5     AM_CXXFLAGS = -Wreturn-type -ffast-math
6    
7     noinst_LTLIBRARIES = liblinuxsamplersf2engine.la
8     liblinuxsamplersf2engine_la_SOURCES = \
9     InstrumentResourceManager.cpp InstrumentResourceManager.h \
10     DiskThread.cpp DiskThread.h \
11     EngineChannel.cpp EngineChannel.h \
12     Engine.cpp Engine.h \
13     Voice.cpp Voice.h \
14     Stream.cpp Stream.h
15     liblinuxsamplersf2engine_la_LIBADD = $(SF2_LIBS)
16     liblinuxsamplersf2engine_la_LDFLAGS = $(SF2_CFLAGS)
17     endif

  ViewVC Help
Powered by ViewVC