/[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 2203 by persson, Sat Jul 9 16:44:27 2011 UTC revision 2208 by persson, Mon Jul 18 08:18:21 2011 UTC
# Line 7  ca_public_dir = $(examples_dir)/CoreAudi Line 7  ca_public_dir = $(examples_dir)/CoreAudi
7  INCLUDES = -I$(au_public_dir)/AUBase -I$(au_public_dir)/OtherBases \  INCLUDES = -I$(au_public_dir)/AUBase -I$(au_public_dir)/OtherBases \
8      -I$(au_public_dir)/Utility -I$(ca_public_dir) $(GIG_CFLAGS) $(SQLITE3_CFLAGS) $(SNDFILE_CFLAGS)      -I$(au_public_dir)/Utility -I$(ca_public_dir) $(GIG_CFLAGS) $(SQLITE3_CFLAGS) $(SNDFILE_CFLAGS)
9    
10  bin_PROGRAMS = LinuxSamplerAU  noinst_PROGRAMS = LinuxSamplerAU
11    
12  # Uncomment for debug messages.  # Uncomment for debug messages.
13  #debug_messages = -DAU_DEBUG_DISPATCHER=1  #debug_messages = -DAU_DEBUG_DISPATCHER=1
# Line 120  clean-local: Line 120  clean-local:
120  install-exec-hook:  install-exec-hook:
121          if mkdir -p $(MAC_PLUGIN_INSTALL_DIR)/Components && \          if mkdir -p $(MAC_PLUGIN_INSTALL_DIR)/Components && \
122          test -w $(MAC_PLUGIN_INSTALL_DIR)/Components ; then \          test -w $(MAC_PLUGIN_INSTALL_DIR)/Components ; then \
123          cp -r $(COMPONENT_DIR) $(MAC_PLUGIN_INSTALL_DIR)/Components/ ; fi          cp -r $(COMPONENT_DIR) $(MAC_PLUGIN_INSTALL_DIR)/Components/ ; \
124            if test -n "$(INSTALL_STRIP_FLAG)" ; then $(STRIP) -x $(MAC_PLUGIN_INSTALL_DIR)/Components/$(COMPONENT_DIR)/Contents/MacOS/LinuxSamplerAU ; fi ; fi
125    
126  uninstall-hook:  uninstall-hook:
127          rm -rf $(MAC_PLUGIN_INSTALL_DIR)/Components/$(COMPONENT_DIR)          rm -rf $(MAC_PLUGIN_INSTALL_DIR)/Components/$(COMPONENT_DIR)

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

  ViewVC Help
Powered by ViewVC