/[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 1375 - (show annotations) (download)
Wed Oct 3 18:41:09 2007 UTC (16 years, 6 months ago) by schoenebeck
File size: 702 byte(s)
* code refactoring, moved the following files from
  src/engines/ -> src/plugins/ :

  InstrumentEditor.h ,
  InstrumentEditor.cpp ,
  InstrumentEditorFactory.h ,
  InstrumentEditorFactory.cpp

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

  ViewVC Help
Powered by ViewVC