Makefile revision 4659
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# CDDL HEADER START
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# The contents of this file are subject to the terms of the
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# Common Development and Distribution License (the "License").
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# You may not use this file except in compliance with the License.
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# See the License for the specific language governing permissions
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# and limitations under the License.
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# When distributing Covered Code, include this CDDL HEADER in each
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# If applicable, add the following below this CDDL HEADER, with the
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# fields enclosed by brackets "[]" replaced with your own identifying
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# information: Portions Copyright [yyyy] [name of copyright owner]
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# CDDL HEADER END
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
8f2a34cc6964a1f80a1434e05315a7ae0bb5774eSimo Sorce# OFED only builds with GCC
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo SorceCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo SorceCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-0.1.gb81434e.tar.gz
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce sha256:304b89d1b006c959cad3b132346a6d061526fe626953ef99c764df396e43f959
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo SorceCOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/qperf/$(COMPONENT_ARCHIVE)
7128fadade544efcd86b113a5090b00d20993671Jakub HrozekCOMPONENT_INSTALL_ENV += INSTALL="$(INSTALL) -m 755"
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce (mkdir $(@D)/src ; cd $(@D)/src ; ln -s $(SOURCE_DIR)/src/help.txt ; \
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce ln -s $(SOURCE_DIR)/src/mkhelp ; ln -s $(SOURCE_DIR)/src/mkman)
1dd679584241a0f9b29072c7eed1c5c5e4a577e4Simo Sorce# common targets