Changeset 5885:e1f3bdc847fa in roaraudio for build-system/Makefile.plugin


Ignore:
Timestamp:
01/27/13 04:15:34 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to install plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build-system/Makefile.plugin

    r5775 r5885  
    2727LIBS        += $(ROAR_LIBS) 
    2828 
     29#        cp $(cp_v) ${TARGETS} '$(DESTDIR)$(PREFIX_PLUGINS)/universal/universal/$(DEV_VENDOR)-$(DEV_VENDOR_NAME)/' 
     30 
     31PLUGIN_VENDOR  ?= <$(DEV_VENDOR_STRING)> 
     32PLUGIN_PRODUCT_NAME ?= DUMMY 
     33PLUGIN_PRODUCT ?= $(PLUGIN_PRODUCT_NAME) $(PLUGIN_VENDOR) 
     34PLUGIN_PATH    := $(shell roar-config --product '$(PLUGIN_PRODUCT)' --provider '$(PLUGIN_VENDOR)' --path prefix-plugins) 
     35 
     36RABS_INSTALL_TARGETS += plugin 
     37 
    2938include $(ROAR_BUILDSYSTEM_DIR)/Makefile.common 
     39include $(ROAR_BUILDSYSTEM_DIR)/Makefile.install 
Note: See TracChangeset for help on using the changeset viewer.