/[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 1502 by senoner, Wed Nov 21 07:29:52 2007 UTC revision 2012 by iliev, Fri Oct 23 17:53:17 2009 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes) $(GIG_CFLAGS)  INCLUDES = $(all_includes) $(GIG_CFLAGS) $(LIB_SF2)
2  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH) -DCONFIG_PLUGIN_DIR=\"$(config_plugin_dir)\"  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 sf2 sfz common
5    
6  liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines  liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines
7  liblinuxsamplerengineinclude_HEADERS = \  liblinuxsamplerengineinclude_HEADERS = \
# Line 13  liblinuxsamplerengineinclude_HEADERS = \ Line 13  liblinuxsamplerengineinclude_HEADERS = \
13  noinst_LTLIBRARIES = liblinuxsamplerengines.la  noinst_LTLIBRARIES = liblinuxsamplerengines.la
14  liblinuxsamplerengines_la_SOURCES = \  liblinuxsamplerengines_la_SOURCES = \
15          Engine.cpp Engine.h \          Engine.cpp Engine.h \
16            AbstractEngine.cpp AbstractEngine.h \
17            EngineBase.h \
18          EngineChannel.cpp EngineChannel.h \          EngineChannel.cpp EngineChannel.h \
19            AbstractEngineChannel.cpp AbstractEngineChannel.h \
20            EngineChannelBase.h \
21          EngineFactory.cpp EngineFactory.h \          EngineFactory.cpp EngineFactory.h \
22          EngineChannelFactory.cpp EngineChannelFactory.h \          EngineChannelFactory.cpp EngineChannelFactory.h \
23          FxSend.cpp FxSend.h \          FxSend.cpp FxSend.h \
24          InstrumentManager.cpp InstrumentManager.h \          InstrumentManager.cpp InstrumentManager.h \
25            InstrumentManagerBase.h \
26          InstrumentManagerThread.cpp InstrumentManagerThread.h          InstrumentManagerThread.cpp InstrumentManagerThread.h

Legend:
Removed from v.1502  
changed lines
  Added in v.2012

  ViewVC Help
Powered by ViewVC