/[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 205 by schoenebeck, Tue Jul 13 23:16:40 2004 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  METASOURCES = AUTO  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
   
 noinst_LTLIBRARIES =  liblinuxsamplercommonengine.la  
 liblinuxsamplercommonengine_la_SOURCES =  BiquadFilter.h Engine.h Event.cpp Event.h LFO.h  
5    
6    noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7    liblinuxsamplercommonengine_la_SOURCES = \
8            BiquadFilter.h \
9            Event.cpp Event.h \
10            LFOBase.h \
11            LFOTriangleDiHarmonic.h \
12            LFOTriangleIntAbsMath.h \
13            LFOTriangleIntMath.h \
14            Resampler.h

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

  ViewVC Help
Powered by ViewVC