components/open-fabrics/ibutils/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=		ibutils
    29 COMPONENT_NAME=		ibutils
    26 COMPONENT_VERSION=	1.5.7
    30 COMPONENT_VERSION=	1.5.7
    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:8db2fcb20102c37e7037826c58b899092df034aac870d3d50a13263746f17f18
    34     sha256:8db2fcb20102c37e7037826c58b899092df034aac870d3d50a13263746f17f18
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/ibutils/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/ibutils/$(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 +=	-lsocket -lnsl -lopensm -losmvendor -losmcomp -libumad -libmad
    41 LIBS +=	-lsocket -lnsl -lopensm -losmvendor -losmcomp -libumad -libmad
    38 
    42 
    39 # we want to use the libcheck here
    43 # we want to use the libcheck here
    98 
   102 
    99 build:		$(BUILD_32)
   103 build:		$(BUILD_32)
   100 
   104 
   101 install:	$(INSTALL_32)
   105 install:	$(INSTALL_32)
   102 
   106 
   103 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   104 
       
   105 test:		$(NO_TESTS)
   107 test:		$(NO_TESTS)
   106 
   108 
   107 include $(WS_TOP)/make-rules/depend.mk