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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 741 - (show annotations) (download)
Tue Aug 16 17:20:55 2005 UTC (18 years, 7 months ago) by schoenebeck
File size: 393 byte(s)
-  deleted LFO.h
- added LFOBase.h, LFOTriangleDiHarmonic.h,
  LFOTriangleIntAbsMath.h and LFOTriangleIntMath.h

1 INCLUDES = $(all_includes)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7 liblinuxsamplercommonengine_la_SOURCES = \
8 BiquadFilter.h \
9 Engine.h \
10 Event.cpp Event.h \
11 LFOBase.h \
12 LFOTriangleDiHarmonic.h \
13 LFOTriangleIntAbsMath.h \
14 LFOTriangleIntMath.h \
15 Resampler.h \
16 EngineChannel.cpp EngineChannel.h

  ViewVC Help
Powered by ViewVC