/[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 654 by schoenebeck, Wed Jun 15 20:25:25 2005 UTC revision 890 by schoenebeck, Sat Jul 1 13:43:04 2006 UTC
# Line 2  INCLUDES = $(all_includes) Line 2  INCLUDES = $(all_includes)
2  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
3  METASOURCES = AUTO  METASOURCES = AUTO
4  SUBDIRS = gig common  SUBDIRS = gig common
5    
6    liblinuxsamplerengineincludedir = $(includedir)/linuxsampler/engines
7    liblinuxsamplerengineinclude_HEADERS = \
8            Engine.h \
9            EngineChannel.h
10    
11  noinst_LTLIBRARIES = liblinuxsamplerengines.la  noinst_LTLIBRARIES = liblinuxsamplerengines.la
12  liblinuxsamplerengines_la_SOURCES = \  liblinuxsamplerengines_la_SOURCES = \
13            Engine.h \
14            EngineChannel.cpp EngineChannel.h \
15          EngineFactory.cpp EngineFactory.h \          EngineFactory.cpp EngineFactory.h \
16          EngineChannelFactory.cpp EngineChannelFactory.h          EngineChannelFactory.cpp EngineChannelFactory.h

Legend:
Removed from v.654  
changed lines
  Added in v.890

  ViewVC Help
Powered by ViewVC