components/open-fabrics/perftest/Makefile
changeset 2225 f064d3d3190d
parent 1563 33a996257127
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, 2013, 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=		perftest
    25 COMPONENT_NAME=		perftest
    26 COMPONENT_VERSION=	1.3.0
    26 COMPONENT_VERSION=	1.3.0
    70 COMPONENT_PREP_ACTION = $(TOUCH) $(@D)/configure
    70 COMPONENT_PREP_ACTION = $(TOUCH) $(@D)/configure
    71 
    71 
    72 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    72 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    73 
    73 
    74 # common targets
    74 # common targets
       
    75 configure:	$(CONFIGURE_32_and_64)
       
    76 
    75 build:		$(BUILD_32_and_64)
    77 build:		$(BUILD_32_and_64)
    76 
    78 
    77 install:	$(INSTALL_32_and_64) $(PROTOMAN1FILES)
    79 install:	$(INSTALL_32_and_64) $(PROTOMAN1FILES)
    78 
    80 
    79 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    81 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)