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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 411 - (hide annotations) (download)
Sat Feb 26 02:01:14 2005 UTC (19 years, 2 months ago) by schoenebeck
File size: 513 byte(s)
* design change: using now one sampler engine instance and one disk thread
  instance for all sampler channels that are connected to the same audio
  output device (and are using the same engine type of course)
* added EngineFactory / EngineChannelFactory to remove the annoying build
  dependencies e.g. of the lscpserver to the actual sampler engine
  implementations
* bumped version to 0.3.0 (current CVS state is still quite broken,
  previous, stable CVS version was tagged as "v0_2_0" and is also available
  as source tarball)

1 schoenebeck 53 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 319 AM_CXXFLAGS = -ffast-math -fpermissive
5 schoenebeck 80
6 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7 schoenebeck 411 liblinuxsamplergigengine_la_SOURCES = DiskThread.cpp DiskThread.h EGADSR.cpp \
8     EGADSR.h EGDecay.cpp EGDecay.h Engine.cpp Engine.h Filter.h \
9     InstrumentResourceManager.cpp InstrumentResourceManager.h Manipulator.h Stream.cpp Stream.h Voice.cpp \
10     Voice.h Synthesizer.cpp Profiler.cpp Profiler.h EngineChannel.cpp
11     noinst_HEADERS = Synthesizer.h EngineChannel.h EngineGlobals.h

  ViewVC Help
Powered by ViewVC