Makefile revision 3996
3666N/A#
3666N/A# CDDL HEADER START
3666N/A#
3666N/A# The contents of this file are subject to the terms of the
3666N/A# Common Development and Distribution License (the "License").
3666N/A# You may not use this file except in compliance with the License.
3666N/A#
3666N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3666N/A# or http://www.opensolaris.org/os/licensing.
3666N/A# See the License for the specific language governing permissions
3666N/A# and limitations under the License.
3666N/A#
3666N/A# When distributing Covered Code, include this CDDL HEADER in each
3666N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3666N/A# If applicable, add the following below this CDDL HEADER, with the
3666N/A# fields enclosed by brackets "[]" replaced with your own identifying
3666N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3666N/A#
3666N/A# CDDL HEADER END
3666N/A#
3666N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3666N/A#
3666N/Ainclude ../../../make-rules/shared-macros.mk
3666N/A
3666N/ACOMPONENT_NAME= librdmacm
3666N/ACOMPONENT_VERSION= 1.0.14.1
3666N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3666N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3666N/ACOMPONENT_ARCHIVE_HASH= \
3666N/A sha256:b74d367415b4f294f3821955428f3e362b91f779042c88970f99941216c13a7c
3666N/ACOMPONENT_ARCHIVE_URL= http://www.openfabrics.org/downloads/rdmacm/$(COMPONENT_ARCHIVE)
3666N/A
3666N/Ainclude $(WS_MAKE_RULES)/prep.mk
3666N/Ainclude $(WS_MAKE_RULES)/configure.mk
3666N/Ainclude ../ofed.mk
3666N/A
3666N/ALIBS += -libverbs -lsocket -lnsl
3666N/A
3666N/ACLEANUP_FILES =\
3666N/A $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man1/rdma_server.1\
3666N/A $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man1/rdma_client.1\
3666N/A $(PROTOUSRBINDIR)/rdma_server\
3666N/A $(PROTOUSRBINDIR)/rdma_client\
3666N/A $(PROTOUSRBINDIR)/$(MACH64)/rdma_server\
3666N/A $(PROTOUSRBINDIR)/$(MACH64)/rdma_client\
3666N/A $(PROTOUSRBINDIR)/$(MACH64)/mckey\
3666N/A $(PROTOUSRBINDIR)/$(MACH64)/rping\
3666N/A $(PROTOUSRBINDIR)/$(MACH64)/udaddy\
3666N/A $(PROTOUSRBINDIR)/$(MACH64)/ucmatose\
3666N/A $(PROTOUSRINCDIR)/infiniband/ib.h\
3666N/A $(PROTOUSRINCDIR)/rdma/rdma_cma_abi.h\
3666N/A $(PROTO_DIR)/$(CONFIGURE_LIBDIR.32)/$(COMPONENT_NAME).la\
3666N/A $(PROTO_DIR)/$(CONFIGURE_LIBDIR.64)/$(COMPONENT_NAME).la
3666N/A
3666N/ACOMPONENT_PREP_ACTION = \
3666N/A $(TOUCH) $(COMPONENT_SRC)/Makefile.in
3666N/A
3666N/ACOMPONENT_POST_INSTALL_ACTION = \
3666N/A $(RM) $(CLEANUP_FILES);
3666N/A
3666N/A#COMPONENT_PRE_CONFIGURE_ACTION
3666N/A
3666N/A# common targets
3666N/Abuild: $(BUILD_32_and_64)
3666N/A
3666N/Ainstall: $(INSTALL_32_and_64)
3666N/A
3666N/A
3666N/Atest: $(NO_TESTS)
3666N/A
3666N/A