components/open-fabrics/libibmad/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 800 2ad056ed89ec
child 6322 c8b38df3868d
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		libibmad
    25 COMPONENT_NAME=		libibmad
    26 COMPONENT_VERSION=	1.3.7
    26 COMPONENT_VERSION=	1.3.7
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:825a1ff5c2df0a6a158e0058560772998d39ae633a838c19b58a99650dc199b0
    30     sha256:825a1ff5c2df0a6a158e0058560772998d39ae633a838c19b58a99650dc199b0
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/management/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/management/$(COMPONENT_ARCHIVE)
    32 
    32 
    33 include $(WS_TOP)/make-rules/prep.mk
    33 include $(WS_MAKE_RULES)/prep.mk
    34 include $(WS_TOP)/make-rules/configure.mk
    34 include $(WS_MAKE_RULES)/configure.mk
    35 include ../ofed.mk
    35 include ../ofed.mk
    36 
    36 
    37 LIBS +=	-lsocket -lnsl -libumad
    37 LIBS +=	-lsocket -lnsl -libumad
    38 
    38 
    39 COMPONENT_POST_INSTALL_ACTION =\
    39 COMPONENT_POST_INSTALL_ACTION =\
    43 # common targets
    43 # common targets
    44 build:		$(BUILD_32_and_64)
    44 build:		$(BUILD_32_and_64)
    45 
    45 
    46 install:	$(INSTALL_32_and_64)
    46 install:	$(INSTALL_32_and_64)
    47 
    47 
    48 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    49 
    48 
    50 test:		$(NO_TESTS)
    49 test:		$(NO_TESTS)
    51 
    50 
    52 include $(WS_TOP)/make-rules/depend.mk