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

Contents of /linuxsampler/trunk/src/effects/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2124 - (show annotations) (download)
Sat Sep 18 09:24:41 2010 UTC (13 years, 7 months ago) by schoenebeck
File size: 544 byte(s)
* implemented support for internal LADSPA effects (work in progress)

1 INCLUDES = $(all_includes)
2 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
3
4 liblinuxsamplereffectsincludedir = $(includedir)/linuxsampler/effects
5 liblinuxsamplereffectsinclude_HEADERS = \
6 Effect.h \
7 EffectInfo.h \
8 EffectFactory.h \
9 EffectChain.h \
10 EffectControl.h
11
12 noinst_LTLIBRARIES = liblinuxsamplereffects.la
13 liblinuxsamplereffects_la_SOURCES = \
14 Effect.cpp Effect.h \
15 EffectInfo.h \
16 EffectFactory.cpp EffectFactory.h \
17 EffectChain.cpp EffectChain.h \
18 EffectControl.cpp EffectControl.h \
19 LadspaEffect.cpp LadspaEffect.h

  ViewVC Help
Powered by ViewVC