/[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 325 by senkov, Tue Dec 21 04:54:37 2004 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 -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 Profiler.cpp Profiler.h
8    noinst_HEADERS =  Synthesizer.h

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

  ViewVC Help
Powered by ViewVC