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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1212 - (hide annotations) (download)
Tue May 29 23:59:36 2007 UTC (16 years, 11 months ago) by schoenebeck
File size: 853 byte(s)
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs

1 schoenebeck 53 INCLUDES = $(all_includes)
2 schoenebeck 1212 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -DCONFIG_PLUGIN_DIR=\"$(config_plugin_dir)\"
3 schoenebeck 53 METASOURCES = AUTO
4     SUBDIRS = gig common
5 schoenebeck 890
6     liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines
7     liblinuxsamplerengineinclude_HEADERS = \
8     Engine.h \
9 schoenebeck 947 EngineChannel.h \
10 schoenebeck 1001 FxSend.h \
11 schoenebeck 1212 InstrumentManager.h \
12     InstrumentEditor.h \
13     InstrumentEditorFactory.h
14 schoenebeck 890
15 schoenebeck 411 noinst_LTLIBRARIES = liblinuxsamplerengines.la
16 schoenebeck 654 liblinuxsamplerengines_la_SOURCES = \
17 capela 1012 Engine.cpp Engine.h \
18 schoenebeck 890 EngineChannel.cpp EngineChannel.h \
19 schoenebeck 654 EngineFactory.cpp EngineFactory.h \
20 schoenebeck 947 EngineChannelFactory.cpp EngineChannelFactory.h \
21 schoenebeck 1001 FxSend.cpp FxSend.h \
22 schoenebeck 947 InstrumentManager.cpp InstrumentManager.h \
23 schoenebeck 1212 InstrumentManagerThread.cpp InstrumentManagerThread.h \
24     InstrumentEditor.cpp InstrumentEditor.h \
25     InstrumentEditorFactory.cpp InstrumentEditorFactory.h

  ViewVC Help
Powered by ViewVC