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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 885 - (hide annotations) (download)
Wed Jun 28 19:32:21 2006 UTC (17 years, 10 months ago) by schoenebeck
File size: 552 byte(s)
* various fixes to allow liblinuxsampler to be used
  (as a native C++ library)

1 schoenebeck 53 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 80
6 schoenebeck 885 liblinuxsamplercommonengineincludedir = $(includedir)/linuxsampler/engines/common
7     liblinuxsamplercommonengineinclude_HEADERS = \
8     Engine.h \
9     EngineChannel.h
10    
11 schoenebeck 654 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
12     liblinuxsamplercommonengine_la_SOURCES = \
13     BiquadFilter.h \
14     Engine.h \
15     Event.cpp Event.h \
16 schoenebeck 741 LFOBase.h \
17     LFOTriangleDiHarmonic.h \
18     LFOTriangleIntAbsMath.h \
19     LFOTriangleIntMath.h \
20 schoenebeck 654 Resampler.h \
21 schoenebeck 705 EngineChannel.cpp EngineChannel.h

  ViewVC Help
Powered by ViewVC