Makefile revision 3996
142N/A#
142N/A# CDDL HEADER START
142N/A#
142N/A# The contents of this file are subject to the terms of the
142N/A# Common Development and Distribution License (the "License").
142N/A# You may not use this file except in compliance with the License.
142N/A#
142N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
142N/A# or http://www.opensolaris.org/os/licensing.
142N/A# See the License for the specific language governing permissions
142N/A# and limitations under the License.
142N/A#
142N/A# When distributing Covered Code, include this CDDL HEADER in each
142N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
142N/A# If applicable, add the following below this CDDL HEADER, with the
142N/A# fields enclosed by brackets "[]" replaced with your own identifying
142N/A# information: Portions Copyright [yyyy] [name of copyright owner]
142N/A#
142N/A# CDDL HEADER END
142N/A#
142N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
142N/A#
3996N/Ainclude ../../../make-rules/shared-macros.mk
142N/A
142N/ACOMPONENT_NAME= qperf
142N/ACOMPONENT_VERSION= 0.4.6
142N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1273N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-0.1.gb81434e.tar.gz
2894N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:304b89d1b006c959cad3b132346a6d061526fe626953ef99c764df396e43f959
1273N/ACOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/qperf/$(COMPONENT_ARCHIVE)
1273N/A
142N/Ainclude $(WS_MAKE_RULES)/prep.mk
844N/Ainclude $(WS_MAKE_RULES)/configure.mk
2894N/Ainclude ../ofed.mk
479N/A
1273N/ALIBS += -lsocket -lnsl -lkstat -lrdmacm -libverbs
142N/A
142N/ACOMPONENT_INSTALL_ENV += INSTALL="$(INSTALL) -m 755"
142N/A
844N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
844N/A (mkdir $(@D)/src ; cd $(@D)/src ; ln -s $(SOURCE_DIR)/src/help.txt ; \
142N/A ln -s $(SOURCE_DIR)/src/mkhelp ; ln -s $(SOURCE_DIR)/src/mkman)
1381N/A
844N/A# common targets
1381N/Abuild: $(BUILD_32_and_64)
142N/A
2644N/Ainstall: $(INSTALL_32_and_64)
844N/A
2644N/A
2644N/Atest: $(NO_TESTS)
142N/A
3661N/A