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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2207 by persson, Sat Jul 9 16:44:27 2011 UTC revision 2208 by persson, Mon Jul 18 08:18:21 2011 UTC
# Line 40  clean-local: Line 40  clean-local:
40  install-exec-hook:  install-exec-hook:
41          if mkdir -p $(MAC_PLUGIN_INSTALL_DIR)/VST && \          if mkdir -p $(MAC_PLUGIN_INSTALL_DIR)/VST && \
42          test -w $(MAC_PLUGIN_INSTALL_DIR)/VST ; then \          test -w $(MAC_PLUGIN_INSTALL_DIR)/VST ; then \
43          cp -r LinuxSampler.vst $(MAC_PLUGIN_INSTALL_DIR)/VST/ ; fi          cp -r LinuxSampler.vst $(MAC_PLUGIN_INSTALL_DIR)/VST/ ; \
44            if test -n "$(INSTALL_STRIP_FLAG)" ; then $(STRIP) -x $(MAC_PLUGIN_INSTALL_DIR)/VST/LinuxSampler.vst/Contents/MacOS/LinuxSampler ; fi ; fi
45    
46  uninstall-hook:  uninstall-hook:
47          rm -rf $(MAC_PLUGIN_INSTALL_DIR)/VST/LinuxSampler.vst          rm -rf $(MAC_PLUGIN_INSTALL_DIR)/VST/LinuxSampler.vst

Legend:
Removed from v.2207  
changed lines
  Added in v.2208

  ViewVC Help
Powered by ViewVC