components/open-fabrics/librdmacm/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 
       
    24 # OFED only builds with GCC
       
    25 COMPILER=gcc3
       
    26 
    23 include ../../../make-rules/shared-macros.mk
    27 include ../../../make-rules/shared-macros.mk
    24 
    28 
    25 COMPONENT_NAME=		librdmacm
    29 COMPONENT_NAME=		librdmacm
    26 COMPONENT_VERSION=	1.0.14.1
    30 COMPONENT_VERSION=	1.0.14.1
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:b74d367415b4f294f3821955428f3e362b91f779042c88970f99941216c13a7c
    34     sha256:b74d367415b4f294f3821955428f3e362b91f779042c88970f99941216c13a7c
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/rdmacm/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/rdmacm/$(COMPONENT_ARCHIVE)
    32 
    36 
    33 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    34 include $(WS_TOP)/make-rules/configure.mk
    38 include $(WS_MAKE_RULES)/configure.mk
    35 include ../ofed.mk
    39 include ../ofed.mk
    36 
    40 
    37 LIBS += -libverbs -lsocket -lnsl
    41 LIBS += -libverbs -lsocket -lnsl
    38 
    42 
    39 CLEANUP_FILES =\
    43 CLEANUP_FILES =\
    65 
    69 
    66 build:		$(BUILD_32_and_64)
    70 build:		$(BUILD_32_and_64)
    67 
    71 
    68 install:	$(INSTALL_32_and_64)
    72 install:	$(INSTALL_32_and_64)
    69 
    73 
    70 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    71 
       
    72 test:		$(NO_TESTS)
    74 test:		$(NO_TESTS)
    73 
    75 
    74 include $(WS_TOP)/make-rules/depend.mk