components/libusb/wrapper/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, 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-wrapper
    25 COMPONENT_NAME=		libusb-wrapper
    26 COMPONENT_VERSION=	0.1.8
    26 COMPONENT_VERSION=	0.1.8
    29 COMPONENT_SRC=		src
    29 COMPONENT_SRC=		src
    30 COMPONENT_BUGDB=	library/libusb
    30 COMPONENT_BUGDB=	library/libusb
    31 
    31 
    32 TPNO=			9184
    32 TPNO=			9184
    33 
    33 
    34 include $(WS_TOP)/make-rules/justmake.mk
    34 include $(WS_MAKE_RULES)/justmake.mk
    35 include $(WS_TOP)/make-rules/ips.mk
    35 include $(WS_MAKE_RULES)/ips.mk
    36 
    36 
    37 $(BUILD_DIR_32)/.built: BITS=32
    37 $(BUILD_DIR_32)/.built: BITS=32
    38 $(BUILD_DIR_64)/.built: BITS=64
    38 $(BUILD_DIR_64)/.built: BITS=64
    39 COMPONENT_BUILD_ARGS += BITS=$(BITS)
    39 COMPONENT_BUILD_ARGS += BITS=$(BITS)
    40 
    40 
    61 install:	$(INSTALL_32_and_64)
    61 install:	$(INSTALL_32_and_64)
    62 
    62 
    63 # enumerates USB devices plugged into your system
    63 # enumerates USB devices plugged into your system
    64 test:		$(TEST_32_and_64)
    64 test:		$(TEST_32_and_64)
    65 
    65 
    66 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    67 
    66 
    68 include $(WS_TOP)/make-rules/depend.mk
    67 REQUIRED_PACKAGES += shell/ksh93
       
    68 REQUIRED_PACKAGES += system/library
       
    69 REQUIRED_PACKAGES += system/linker