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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 319 - (show annotations) (download)
Mon Dec 13 00:46:42 2004 UTC (19 years, 4 months ago) by schoenebeck
File size: 431 byte(s)
* introduced 'synthesis mode' to reduce the amount of code and conditionals
  for the current synthesis case in the main synthesis loop
* support for MMX and SSE(1) in the core synthesis algorithms (CPU feature
  detection at runtime, only x86 so far)

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -ffast-math -fpermissive
5
6 noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7 liblinuxsamplergigengine_la_SOURCES = DiskThread.cpp DiskThread.h EGADSR.cpp EGADSR.h EGDecay.cpp EGDecay.h Engine.cpp Engine.h Filter.h InstrumentResourceManager.cpp InstrumentResourceManager.h Manipulator.h Stream.cpp Stream.h Voice.cpp Voice.h Synthesizer.cpp
8 noinst_HEADERS = Synthesizer.h

  ViewVC Help
Powered by ViewVC