/[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 80 by schoenebeck, Sun May 23 19:16:33 2004 UTC revision 740 by schoenebeck, Tue Aug 16 17:17:52 2005 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)  AM_CXXFLAGS = -Wreturn-type -ffast-math
5    
6  noinst_LTLIBRARIES = liblinuxsamplergigengine.la  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  liblinuxsamplergigengine_la_SOURCES = \
8            EngineGlobals.h \
9            DiskThread.cpp DiskThread.h \
10            EGADSR.cpp EGADSR.h \
11            EGDecay.cpp EGDecay.h \
12            Engine.cpp Engine.h \
13            Filter.h \
14            InstrumentResourceManager.cpp InstrumentResourceManager.h \
15            Stream.cpp Stream.h \
16            Voice.cpp Voice.h \
17            Synthesizer.cpp Synthesizer.h \
18            Profiler.cpp Profiler.h \
19            EngineChannel.cpp EngineChannel.h
20    liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
21    liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)

Legend:
Removed from v.80  
changed lines
  Added in v.740

  ViewVC Help
Powered by ViewVC