/[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 654 - (show annotations) (download)
Wed Jun 15 20:25:25 2005 UTC (18 years, 10 months ago) by schoenebeck
File size: 628 byte(s)
* fixed 'make dist' build rule to include all necessary files

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 = \
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 Manipulator.h \
16 Stream.cpp Stream.h \
17 Voice.cpp Voice.h \
18 Synthesizer.cpp Synthesizer.h \
19 Profiler.cpp Profiler.h \
20 EngineChannel.cpp EngineChannel.h
21 liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
22 liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)

  ViewVC Help
Powered by ViewVC