components/open-fabrics/rds-tools/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3195 cf6a5a756b74
child 4996 739983ef315c
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, 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 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		rds-tools
    25 COMPONENT_NAME=		rds-tools
    26 COMPONENT_VERSION=	2.0.4
    26 COMPONENT_VERSION=	2.0.4
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    30     sha256:31b5924f73bed59e513470586c69ebe92eeb708fcc61a0519045fcf7954233a3
    30     sha256:31b5924f73bed59e513470586c69ebe92eeb708fcc61a0519045fcf7954233a3
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://www.openfabrics.org/downloads/$(COMPONENT_NAME)/$(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 CPPFLAGS +=	-I$(PROTO_DIR)/usr/include
    37 CPPFLAGS +=	-I$(PROTO_DIR)/usr/include
    38 CFLAGS +=	-O2 -Wall -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ $(CPPFLAGS)
    38 CFLAGS +=	-O2 -Wall -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ $(CPPFLAGS)
    39 
    39 
    62 # common targets
    62 # common targets
    63 build:		$(BUILD_32_and_64)
    63 build:		$(BUILD_32_and_64)
    64 
    64 
    65 install:	$(INSTALL_32_and_64)
    65 install:	$(INSTALL_32_and_64)
    66 
    66 
    67 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    68 
    67 
    69 test:		$(NO_TESTS)
    68 test:		$(NO_TESTS)
    70 
    69 
    71 include $(WS_TOP)/make-rules/depend.mk