/[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 504 - (show annotations) (download)
Tue May 3 00:37:35 2005 UTC (18 years, 11 months ago) by schoenebeck
File size: 616 byte(s)
* removed statically included libgig sources from the LinuxSampler code
  base - you now have to compile and install libgig separately
* added -Wreturn-type gcc switch to avoid bugs with no returns on non void
  functions in future

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -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 liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
12 liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)
13
14 noinst_HEADERS = Synthesizer.h EngineChannel.h EngineGlobals.h

  ViewVC Help
Powered by ViewVC