components/openusb/Makefile
branchs11-update
changeset 2855 576d5a7857b7
parent 2434 6c9bb5cf5610
child 3661 47545fb8aed4
equal deleted inserted replaced
2854:78392507fd82 2855:576d5a7857b7
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, 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=		openusb
    25 COMPONENT_NAME=		openusb
    26 COMPONENT_VERSION=	1.0.1
    26 COMPONENT_VERSION=	1.0.1
    40 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
    40 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
    41 
    41 
    42 COMPONENT_PRE_CONFIGURE_ACTION = \
    42 COMPONENT_PRE_CONFIGURE_ACTION = \
    43         ($(CLONEY) $(SOURCE_DIR) $(@D))
    43         ($(CLONEY) $(SOURCE_DIR) $(@D))
    44 
    44 
    45 COMPILER = gcc
    45 COMPILER = gcc3
    46 
    46 
    47 PATCH_LEVEL = 1
    47 PATCH_LEVEL = 1
    48 
    48 
    49 COMPONENT_POST_BUILD_ACTION = \
    49 COMPONENT_POST_BUILD_ACTION = \
    50 	(cd $(@D)/src; $(MAKE) install-sunos-backend)
    50 	(cd $(@D)/src; $(MAKE) install-sunos-backend)