components/libusb/ugen/Makefile
changeset 774 d0cbca26a17c
parent 609 775168282b2f
child 1048 e82fa02a4d16
child 2434 6c9bb5cf5610
equal deleted inserted replaced
773:cfddc5466118 774:d0cbca26a17c
    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=		libusbugen
    25 COMPONENT_NAME=		libusbugen
    26 COMPONENT_VERSION=	0.1.8
    26 COMPONENT_VERSION=	0.1.8
    40 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
    40 COMPONENT_INSTALL_ARGS += BITS=$(BITS)
    41 
    41 
    42 download:
    42 download:
    43 
    43 
    44 clobber:	clean
    44 clobber:	clean
       
    45 	$(RM) $(SOURCE_DIR)/.prep
    45 
    46 
    46 # common targets
    47 # common targets
    47 $(SOURCE_DIR)/.prep:
    48 $(SOURCE_DIR)/.prep:
    48 	$(TOUCH) $@
    49 	$(TOUCH) $@
    49 
    50 
    54 install:	$(INSTALL_32_and_64)
    55 install:	$(INSTALL_32_and_64)
    55 
    56 
    56 # enumerates USB devices plugged into your system
    57 # enumerates USB devices plugged into your system
    57 test:		$(TEST_32_and_64)
    58 test:		$(TEST_32_and_64)
    58 
    59 
    59 CLEAN_PATH +=	$(SOURCE_DIR)/.prep
       
    60 
       
    61 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    60 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    62 
    61 
    63 include $(WS_TOP)/make-rules/depend.mk
    62 include $(WS_TOP)/make-rules/depend.mk