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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 947 by schoenebeck, Mon Nov 27 21:34:55 2006 UTC revision 1375 by schoenebeck, Wed Oct 3 18:41:09 2007 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -DCONFIG_PLUGIN_DIR=\"$(config_plugin_dir)\"
3  METASOURCES = AUTO  METASOURCES = AUTO
4  SUBDIRS = gig common  SUBDIRS = gig common
5    
# Line 7  liblinuxsamplerengineincludedir = $(incl Line 7  liblinuxsamplerengineincludedir = $(incl
7  liblinuxsamplerengineinclude_HEADERS = \  liblinuxsamplerengineinclude_HEADERS = \
8          Engine.h \          Engine.h \
9          EngineChannel.h \          EngineChannel.h \
10            FxSend.h \
11          InstrumentManager.h          InstrumentManager.h
12    
13  noinst_LTLIBRARIES = liblinuxsamplerengines.la  noinst_LTLIBRARIES = liblinuxsamplerengines.la
14  liblinuxsamplerengines_la_SOURCES = \  liblinuxsamplerengines_la_SOURCES = \
15          Engine.h \          Engine.cpp Engine.h \
16          EngineChannel.cpp EngineChannel.h \          EngineChannel.cpp EngineChannel.h \
17          EngineFactory.cpp EngineFactory.h \          EngineFactory.cpp EngineFactory.h \
18          EngineChannelFactory.cpp EngineChannelFactory.h \          EngineChannelFactory.cpp EngineChannelFactory.h \
19            FxSend.cpp FxSend.h \
20          InstrumentManager.cpp InstrumentManager.h \          InstrumentManager.cpp InstrumentManager.h \
21          InstrumentManagerThread.cpp InstrumentManagerThread.h          InstrumentManagerThread.cpp InstrumentManagerThread.h

Legend:
Removed from v.947  
changed lines
  Added in v.1375

  ViewVC Help
Powered by ViewVC