/[svn]/linuxsampler/trunk/src/engines/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/engines/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 947 - (show annotations) (download)
Mon Nov 27 21:34:55 2006 UTC (17 years, 4 months ago) by schoenebeck
File size: 611 byte(s)
* implemented MIDI instrument mapping according to latest LSCP draft

1 INCLUDES = $(all_includes)
2 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
3 METASOURCES = AUTO
4 SUBDIRS = gig common
5
6 liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines
7 liblinuxsamplerengineinclude_HEADERS = \
8 Engine.h \
9 EngineChannel.h \
10 InstrumentManager.h
11
12 noinst_LTLIBRARIES = liblinuxsamplerengines.la
13 liblinuxsamplerengines_la_SOURCES = \
14 Engine.h \
15 EngineChannel.cpp EngineChannel.h \
16 EngineFactory.cpp EngineFactory.h \
17 EngineChannelFactory.cpp EngineChannelFactory.h \
18 InstrumentManager.cpp InstrumentManager.h \
19 InstrumentManagerThread.cpp InstrumentManagerThread.h

  ViewVC Help
Powered by ViewVC