/[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 885 by schoenebeck, Wed Jun 28 19:32:21 2006 UTC revision 890 by schoenebeck, Sat Jul 1 13:43:04 2006 UTC
# Line 3  METASOURCES = AUTO Line 3  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
 liblinuxsamplercommonengineincludedir = $(includedir)/linuxsampler/engines/common  
 liblinuxsamplercommonengineinclude_HEADERS = \  
         Engine.h \  
         EngineChannel.h  
   
6  noinst_LTLIBRARIES = liblinuxsamplercommonengine.la  noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7  liblinuxsamplercommonengine_la_SOURCES = \  liblinuxsamplercommonengine_la_SOURCES = \
8          BiquadFilter.h \          BiquadFilter.h \
         Engine.h \  
9          Event.cpp Event.h \          Event.cpp Event.h \
10          LFOBase.h \          LFOBase.h \
11          LFOTriangleDiHarmonic.h \          LFOTriangleDiHarmonic.h \
12          LFOTriangleIntAbsMath.h \          LFOTriangleIntAbsMath.h \
13          LFOTriangleIntMath.h \          LFOTriangleIntMath.h \
14          Resampler.h \          Resampler.h
         EngineChannel.cpp EngineChannel.h  

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

  ViewVC Help
Powered by ViewVC