Makefile revision 4659
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# CDDL HEADER START
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# The contents of this file are subject to the terms of the
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# Common Development and Distribution License (the "License").
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# You may not use this file except in compliance with the License.
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# See the License for the specific language governing permissions
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# and limitations under the License.
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# When distributing Covered Code, include this CDDL HEADER in each
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# If applicable, add the following below this CDDL HEADER, with the
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# CDDL HEADER END
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# OFED only builds with GCC
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-1.22.g7257cd3.tar.gz
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync sha256:1e04aa9d518e3dc372fdda6bd25bf072caae4c85c38d0ae095a614104aa583d4
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsyncCOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/libibverbs/$(COMPONENT_ARCHIVE)
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# add flags to get at extra bits from other components' source trees
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsyncCPPFLAGS += -I$(PWD)/../librdmacm/librdmacm-1.0.14.1/include
9837b5326a44772e824a15f2d5d937ddfd627d54vboxsync# --disable-libcheck is not a supported option for this component
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(RM) $(PROTO_DIR)/$(CONFIGURE_BINDIR.$(BITS))/ibv_uc_pingpong; \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(RM) $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man1/ibv_uc_pingpong.1 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_reg_xrc_rcv_qp.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_create_xrc_srq.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_open_xrc_domain.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_close_xrc_domain.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_unreg_xrc_rcv_qp.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_query_xrc_rcv_qp.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_create_xrc_rcv_qp.3 \
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man3/ibv_modify_xrc_rcv_qp.3
6d97824d911c3d234a8a706792f2605c097aa85dvboxsync# common targets