components/open-fabrics/rds-tools/Makefile
changeset 2225 f064d3d3190d
parent 800 2ad056ed89ec
child 3817 30b42c38bbc4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    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, 2014, 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=		rds-tools
    25 COMPONENT_NAME=		rds-tools
    26 COMPONENT_VERSION=	2.0.4
    26 COMPONENT_VERSION=	2.0.4
    56 COMPONENT_INSTALL_ENV += INSTALL=$(INSTALL)
    56 COMPONENT_INSTALL_ENV += INSTALL=$(INSTALL)
    57 
    57 
    58 COMPONENT_PRE_CONFIGURE_ACTION =	($(CLONEY) $(SOURCE_DIR) $(@D))
    58 COMPONENT_PRE_CONFIGURE_ACTION =	($(CLONEY) $(SOURCE_DIR) $(@D))
    59 
    59 
    60 # common targets
    60 # common targets
       
    61 configure:	$(CONFIGURE_32_and_64)
       
    62 
    61 build:		$(BUILD_32_and_64)
    63 build:		$(BUILD_32_and_64)
    62 
    64 
    63 install:	$(INSTALL_32_and_64)
    65 install:	$(INSTALL_32_and_64)
    64 
    66 
    65 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    67 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)