components/libusb/wrapper/Makefile
changeset 7860 8991c11f87b1
parent 6911 7b878dfe6f0d
equal deleted inserted replaced
7859:d828b72ad743 7860:8991c11f87b1
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		libusb-wrapper
    27 COMPONENT_NAME=		libusb-wrapper
    28 COMPONENT_VERSION=	0.1.8
    28 COMPONENT_VERSION=	0.1.8
    47 $(BUILD_DIR_64)/.installed:     BITS=64
    47 $(BUILD_DIR_64)/.installed:     BITS=64
    48 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
    48 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
    49 
    49 
    50 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    50 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    51 
    51 
    52 CLEAN_PATHS +=	$(SOURCE_DIR)/.prep
       
    53 
       
    54 $(BUILD_DIR)/libusb-64.pc:	src/libusb-64.pc
    52 $(BUILD_DIR)/libusb-64.pc:	src/libusb-64.pc
    55 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
    53 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
    56 
    54 
    57 build:		$(BUILD_32_and_64)
    55 build:		$(BUILD_32_and_64)
    58 
    56