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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2183 - (hide annotations) (download)
Sat Jun 11 17:53:32 2011 UTC (12 years, 10 months ago) by persson
File size: 824 byte(s)
* Mac OS X fixes: support the new dir for Core Audio SDK, fixed name
  collision of enum in EffectControl, fixed building outside source
  directory, fixed wrong name of destructor in
  AudioOutputDeviceCoreAudio.cpp
* made sure all source files for hostplugins are included when doing
  "make dist"
* removed empty directories left from the cvs to svn migration

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

  ViewVC Help
Powered by ViewVC