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

Contents of /linuxsampler/trunk/src/hostplugins/vst/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1777 - (show annotations) (download)
Mon Sep 15 16:58:10 2008 UTC (15 years, 7 months ago) by persson
File size: 715 byte(s)
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin

1 if HAVE_VST
2
3 plugindir = $(libdir)/vst
4 plugin_LTLIBRARIES = LinuxSampler.la
5 INCLUDES = -I@VSTSDK_DIR@ -I@VSTSDK_DIR@/public.sdk/source/vst2.x
6 LinuxSampler_la_SOURCES = PluginVst.cpp PluginVst.h
7 nodist_LinuxSampler_la_SOURCES = \
8 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffectx.cpp \
9 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffect.cpp \
10 @VSTSDK_DIR@/public.sdk/source/vst2.x/vstplugmain.cpp
11
12 LinuxSampler_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-s
13 LinuxSampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
14
15 EXTRA_DIST = PluginVst.def
16
17 if HAVE_WINDOWS
18 LinuxSampler_la_LDFLAGS += -Wl,PluginVst.def
19 LinuxSampler_la_LIBADD += -lws2_32
20 else
21 LinuxSampler_la_CPPFLAGS = -D__cdecl=
22 endif
23
24 endif

  ViewVC Help
Powered by ViewVC