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

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

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

revision 319 by schoenebeck, Mon Dec 13 00:46:42 2004 UTC revision 885 by schoenebeck, Wed Jun 28 19:32:21 2006 UTC
# Line 1  Line 1 
1  INCLUDES = $(all_includes)  INCLUDES = $(all_includes)
2  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu) -fpermissive  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
6  noinst_LTLIBRARIES =  liblinuxsamplercommonengine.la  liblinuxsamplercommonengineincludedir = $(includedir)/linuxsampler/engines/common
7  liblinuxsamplercommonengine_la_SOURCES =  BiquadFilter.h Engine.h Event.cpp Event.h LFO.h  liblinuxsamplercommonengineinclude_HEADERS = \
8            Engine.h \
9            EngineChannel.h
10    
11  noinst_HEADERS =  Resampler.h  noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
12    liblinuxsamplercommonengine_la_SOURCES = \
13            BiquadFilter.h \
14            Engine.h \
15            Event.cpp Event.h \
16            LFOBase.h \
17            LFOTriangleDiHarmonic.h \
18            LFOTriangleIntAbsMath.h \
19            LFOTriangleIntMath.h \
20            Resampler.h \
21            EngineChannel.cpp EngineChannel.h

Legend:
Removed from v.319  
changed lines
  Added in v.885

  ViewVC Help
Powered by ViewVC