Makefile revision 844
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# CDDL HEADER START
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# The contents of this file are subject to the terms of the
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# Common Development and Distribution License (the "License").
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# You may not use this file except in compliance with the License.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1f1b47a2ba565f96a97981e8447f80eba6854887Mark Andrews# See the License for the specific language governing permissions
1f1b47a2ba565f96a97981e8447f80eba6854887Mark Andrews# and limitations under the License.
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews# CDDL HEADER END
dbbcb98a7069e5b79c5100b3c9cc3f3e5704d14eMark Andrews# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
d0aebc5a55b6145297d94f8aee939852357c59fcMark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d0aebc5a55b6145297d94f8aee939852357c59fcMark AndrewsCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-0.42.gf350d3d.tar.gz
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews sha256:164d32753ab87ba3152c84f69bf16bb592d77b922e66e753bd9ad0e229675793
f470686d921e6aa26726109226310a42ad8a44f3Mark AndrewsCOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/perftest/$(COMPONENT_ARCHIVE)
fb31e2890814be0ac3c343d91144f89ce5e05784Mark AndrewsLIBS += -lsocket -lnsl -lkstat -lrdmacm -libverbs -libumad -libmad
ce75d8bec3e93ef9fbd4a235f14f99483b3f238fMark AndrewsLDFLAGS += -L$(PROTO_DIR)/$(CONFIGURE_LIBDIR.$(BITS))
6fd711065f5878c526f88f2825ab8024e2296644Mark AndrewsCOMMON_ARGS += BINDIR=$(CONFIGURE_BINDIR.$(BITS))
93a90ddd6b588a381b6894974a2d48727f19d42bMark AndrewsCOMPONENT_PREP_ACTION = $(TOUCH) $(@D)/configure
37225662b64e44a3c59f92dd6156db37b52ca7a3Mark AndrewsCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
8f2b99738760449de3431b191c0c9c0ea08fdc2eMark Andrews# common targets