Makefile revision 3996
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# CDDL HEADER START
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# The contents of this file are subject to the terms of the
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# Common Development and Distribution License (the "License").
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# You may not use this file except in compliance with the License.
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# See the License for the specific language governing permissions
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync sha256:31b5924f73bed59e513470586c69ebe92eeb708fcc61a0519045fcf7954233a3
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsyncCOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsyncCFLAGS += -O2 -Wall -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ $(CPPFLAGS)
d6514b844064ca3abe7d13c7fdf282920d45074cvboxsyncCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
18ef96e6e12a751033cf92988534ce70cd7ef036vboxsync# common targets
test: $(NO_TESTS)