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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by schoenebeck, Mon Apr 26 17:15:51 2004 UTC revision 497 by persson, Sun Apr 10 11:55:44 2005 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3  noinst_LIBRARIES = liblinuxsamplergigengine.a  
4  liblinuxsamplergigengine_a_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  AM_CXXFLAGS = -ffast-math
5    
6    noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7    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

Legend:
Removed from v.53  
changed lines
  Added in v.497

  ViewVC Help
Powered by ViewVC