/[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 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC revision 1502 by senoner, Wed Nov 21 07:29:52 2007 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes) $(GIG_CFLAGS)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math  AM_CXXFLAGS = -Wreturn-type -ffast-math
# Line 12  liblinuxsamplergigengine_la_SOURCES = \ Line 12  liblinuxsamplergigengine_la_SOURCES = \
12          Engine.cpp Engine.h \          Engine.cpp Engine.h \
13          Filter.h \          Filter.h \
14          InstrumentResourceManager.cpp InstrumentResourceManager.h \          InstrumentResourceManager.cpp InstrumentResourceManager.h \
         Manipulator.h \  
15          Stream.cpp Stream.h \          Stream.cpp Stream.h \
16          Voice.cpp Voice.h \          Voice.cpp Voice.h \
17          Synthesizer.cpp Synthesizer.h \          Synthesizer.cpp Synthesizer.h \
18          Profiler.cpp Profiler.h \          Profiler.cpp Profiler.h \
19          EngineChannel.cpp EngineChannel.h          EngineChannel.cpp EngineChannel.h \
20            SmoothVolume.cpp SmoothVolume.h \
21            SynthesisParam.h
22  liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)  liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
23  liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)  liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)

Legend:
Removed from v.654  
changed lines
  Added in v.1502

  ViewVC Help
Powered by ViewVC