/[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 504 by schoenebeck, Tue May 3 00:37:35 2005 UTC revision 890 by schoenebeck, Sat Jul 1 13:43:04 2006 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  AM_CXXFLAGS = -Wreturn-type -ffast-math -march=$(target_cpu)  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  noinst_HEADERS = EngineChannelFactory.h EngineFactory.h  liblinuxsamplerengines_la_SOURCES = \
13  liblinuxsamplerengines_la_SOURCES = EngineChannelFactory.cpp EngineFactory.cpp          Engine.h \
14            EngineChannel.cpp EngineChannel.h \
15            EngineFactory.cpp EngineFactory.h \
16            EngineChannelFactory.cpp EngineChannelFactory.h

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

  ViewVC Help
Powered by ViewVC