~fraser-arkhostings/invada-studio/lv2

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Fraser
  • Date: 2009-08-22 07:45:33 UTC
  • Revision ID: fraser@titan-20090822074533-ruwe24t5avrdsqf7
tweaked 'destdir' patch from Philipp (it broke install-user)

applied Dave's port group patch.

padded the vu 0db offset table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        cp plugingui/gtk/*.xml  $(DESTDIR)$(INSTALL_SYS_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
66
66
 
67
67
install-user: 
68
 
        -mkdir -p               $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
69
 
        -mkdir -p               $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
70
 
        cp plugin/*.so          $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
71
 
        cp plugingui/*.so       $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
72
 
        cp rdf/*.ttl            $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
73
 
        cp plugingui/gtk/*.png  $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
74
 
        cp plugingui/gtk/*.xml  $(DESTDIR)$(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
 
68
        -mkdir -p               $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
 
69
        -mkdir -p               $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
 
70
        cp plugin/*.so          $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
 
71
        cp plugingui/*.so       $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
 
72
        cp rdf/*.ttl            $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)
 
73
        cp plugingui/gtk/*.png  $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
 
74
        cp plugingui/gtk/*.xml  $(INSTALL_USER_PLUGINS_DIR)/$(INSTALL_BUNDLE_DIR)/gtk
75
75
 
76
76
 
77
77
always: