Makefile revision 2164
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# CDDL HEADER START
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# The contents of this file are subject to the terms of the
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Common Development and Distribution License (the "License").
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# You may not use this file except in compliance with the License.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# See the License for the specific language governing permissions
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# and limitations under the License.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# When distributing Covered Code, include this CDDL HEADER in each
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# If applicable, add the following below this CDDL HEADER, with the
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# fields enclosed by brackets "[]" replaced with your own identifying
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# information: Portions Copyright [yyyy] [name of copyright owner]
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# CDDL HEADER END
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-0.42.gf350d3d.tar.gz
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney sha256:164d32753ab87ba3152c84f69bf16bb592d77b922e66e753bd9ad0e229675793
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyCOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/perftest/$(COMPONENT_ARCHIVE)
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyLIBS += -lsocket -lnsl -lkstat -lrdmacm -libverbs -libumad -libmad
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyLDFLAGS += -L$(PROTO_DIR)/$(CONFIGURE_LIBDIR.$(BITS))
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyCOMMON_ARGS += BINDIR=$(CONFIGURE_BINDIR.$(BITS))
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# need to translate ctrl-M in downloaded send_bw.c
test: $(NO_TESTS)