components/open-fabrics/qperf/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 800 2ad056ed89ec
child 4996 739983ef315c
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, 2012, 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=		qperf
    25 COMPONENT_NAME=		qperf
    26 COMPONENT_VERSION=	0.4.6
    26 COMPONENT_VERSION=	0.4.6
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-0.1.gb81434e.tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC)-0.1.gb81434e.tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:304b89d1b006c959cad3b132346a6d061526fe626953ef99c764df396e43f959
    30     sha256:304b89d1b006c959cad3b132346a6d061526fe626953ef99c764df396e43f959
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/qperf/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/qperf/$(COMPONENT_ARCHIVE)
    32 
    32 
    33 include $(WS_TOP)/make-rules/prep.mk
    33 include $(WS_MAKE_RULES)/prep.mk
    34 include $(WS_TOP)/make-rules/configure.mk
    34 include $(WS_MAKE_RULES)/configure.mk
    35 include ../ofed.mk
    35 include ../ofed.mk
    36 
    36 
    37 LIBS +=         -lsocket -lnsl -lkstat -lrdmacm -libverbs
    37 LIBS +=         -lsocket -lnsl -lkstat -lrdmacm -libverbs
    38 
    38 
    39 COMPONENT_INSTALL_ENV +=	INSTALL="$(INSTALL) -m 755"
    39 COMPONENT_INSTALL_ENV +=	INSTALL="$(INSTALL) -m 755"
    45 # common targets
    45 # common targets
    46 build:		$(BUILD_32_and_64)
    46 build:		$(BUILD_32_and_64)
    47 
    47 
    48 install:	$(INSTALL_32_and_64)
    48 install:	$(INSTALL_32_and_64)
    49 
    49 
    50 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    51 
    50 
    52 test:		$(NO_TESTS)
    51 test:		$(NO_TESTS)
    53 
    52 
    54 include $(WS_TOP)/make-rules/depend.mk