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

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

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

revision 2197 by persson, Sat Jul 2 09:55:42 2011 UTC revision 2203 by persson, Sat Jul 9 16:44:27 2011 UTC
# Line 118  clean-local: Line 118  clean-local:
118          rm -rf $(COMPONENT_DIR)          rm -rf $(COMPONENT_DIR)
119    
120  install-exec-hook:  install-exec-hook:
121          if test -w /Library/Audio/Plugin-Ins/Components ; then cp -r $(COMPONENT_DIR) /Library/Audio/Plug-Ins/Components/ ; fi          if mkdir -p $(MAC_PLUGIN_INSTALL_DIR)/Components && \
122            test -w $(MAC_PLUGIN_INSTALL_DIR)/Components ; then \
123            cp -r $(COMPONENT_DIR) $(MAC_PLUGIN_INSTALL_DIR)/Components/ ; fi
124    
125  uninstall-hook:  uninstall-hook:
126          rm -rf /Library/Audio/Plug-Ins/Components/$(COMPONENT_DIR)          rm -rf $(MAC_PLUGIN_INSTALL_DIR)/Components/$(COMPONENT_DIR)
127  endif  endif
128    
129  EXTRA_DIST = PluginAU.exp PluginAU.r PkgInfo Info.plist  EXTRA_DIST = PluginAU.exp PluginAU.r PkgInfo Info.plist

Legend:
Removed from v.2197  
changed lines
  Added in v.2203

  ViewVC Help
Powered by ViewVC