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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2420 - (hide annotations) (download)
Sun Feb 24 08:59:25 2013 UTC (11 years, 2 months ago) by persson
File size: 547 byte(s)
* removed usage of deprecated Automake variable INCLUDES
* ASIO driver: removed compiler warnings

1 persson 2420 AM_CPPFLAGS = $(all_includes)
2 schoenebeck 1722 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
3    
4     liblinuxsamplereffectsincludedir = $(includedir)/linuxsampler/effects
5     liblinuxsamplereffectsinclude_HEADERS = \
6     Effect.h \
7 schoenebeck 2124 EffectInfo.h \
8     EffectFactory.h \
9     EffectChain.h \
10     EffectControl.h
11 schoenebeck 1722
12     noinst_LTLIBRARIES = liblinuxsamplereffects.la
13     liblinuxsamplereffects_la_SOURCES = \
14     Effect.cpp Effect.h \
15 schoenebeck 2124 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