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