components/libusb/wrapper/Makefile
changeset 700 25f37517d706
parent 609 775168282b2f
child 774 d0cbca26a17c
equal deleted inserted replaced
699:0e913589dce3 700:25f37517d706
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		libusb
    25 COMPONENT_NAME=		libusb
    26 COMPONENT_VERSION=	0.1.8
    26 COMPONENT_VERSION=	0.1.8
    41 
    41 
    42 # common targets
    42 # common targets
    43 $(SOURCE_DIR)/.prep:
    43 $(SOURCE_DIR)/.prep:
    44 	$(TOUCH) $@
    44 	$(TOUCH) $@
    45 
    45 
       
    46 $(BUILD_DIR)/libusb-64.pc:	src/libusb-64.pc
       
    47 	/bin/sed -e "s#MACH64#$(MACH64)#g" <$< >$@
       
    48 
    46 download:
    49 download:
    47 
    50 
    48 clobber:	clean
    51 clobber:	clean
    49 
    52 
    50 prep:	$(SOURCE_DIR)/.prep
    53 prep:	$(SOURCE_DIR)/.prep