Makefile revision 5680
5403N/A#
5403N/A# CDDL HEADER START
5717N/A#
5403N/A# The contents of this file are subject to the terms of the
5403N/A# Common Development and Distribution License (the "License").
5403N/A# You may not use this file except in compliance with the License.
5403N/A#
5403N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5403N/A# or http://www.opensolaris.org/os/licensing.
5403N/A# See the License for the specific language governing permissions
5403N/A# and limitations under the License.
5403N/A#
5403N/A# When distributing Covered Code, include this CDDL HEADER in each
5403N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5403N/A# If applicable, add the following below this CDDL HEADER, with the
5403N/A# fields enclosed by brackets "[]" replaced with your own identifying
5403N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5403N/A#
5403N/A# CDDL HEADER END
5403N/A#
5403N/A
5403N/A#
5403N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5403N/A#
5403N/ABUILD_BITS= 64_and_32
5403N/Ainclude ../ofed-component-macros.mk
5403N/A
5403N/ACOMPONENT_NAME= librdmacm
6853N/ACOMPONENT_VERSION= 1.0.14.1
6853N/ACOMPONENT_ARCHIVE_HASH= \
6853N/A sha256:b74d367415b4f294f3821955428f3e362b91f779042c88970f99941216c13a7c
5403N/ACOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/rdmacm/$(COMPONENT_ARCHIVE)
6853N/ACOMPONENT_BUGDB= library/ofuv_lib
6853N/A
6853N/Ainclude ../ofed-component.mk
6853N/A
6853N/ALIBS += -libverbs
6853N/A
6853N/ACLEANUP_FILES =\
6853N/A $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man1/rdma_server.1\
5403N/A $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man1/rdma_client.1\
5403N/A $(PROTOUSRBINDIR)/rdma_server\
5717N/A $(PROTOUSRBINDIR)/rdma_client\
6853N/A $(PROTOUSRBINDIR)/$(MACH32)/rdma_server\
6853N/A $(PROTOUSRBINDIR)/$(MACH32)/rdma_client\
6853N/A $(PROTOUSRINCDIR)/infiniband/ib.h\
6853N/A $(PROTOUSRINCDIR)/rdma/rdma_cma_abi.h\
6853N/A $(PROTOUSRLIBDIR)/$(COMPONENT_NAME).la\
6853N/A $(PROTOUSRLIBDIR64)/$(COMPONENT_NAME).la
6853N/A
6853N/ACOMPONENT_PREP_ACTION = \
6853N/A $(TOUCH) $(COMPONENT_SRC)/Makefile.in
5717N/A
5717N/ACOMPONENT_POST_INSTALL_ACTION = \
5717N/A $(RM) $(CLEANUP_FILES);
6853N/A
6853N/A