components/open-fabrics/perftest/Makefile
changeset 7796 ab76e53b3ca4
parent 5682 94c0ca64c022
equal deleted inserted replaced
7795:92fb0e1622f7 7796:ab76e53b3ca4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 include ../ofed-component-macros.mk
    26 include ../ofed-component-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		perftest
    28 COMPONENT_NAME=		perftest
    33 COMPONENT_BUGDB=	utility/ofuv_tools
    33 COMPONENT_BUGDB=	utility/ofuv_tools
    34 
    34 
    35 INSTALL_TARGET=
    35 INSTALL_TARGET=
    36 include ../ofed-component.mk
    36 include ../ofed-component.mk
    37 
    37 
    38 MAN1FILES =	ib_clock_test.1 \
    38 MAN1FILES =	ib_write_bw.1 \
    39 		ib_write_bw.1 \
       
    40 		ib_read_bw.1 \
    39 		ib_read_bw.1 \
    41 		ib_send_bw.1 \
    40 		ib_send_bw.1 \
    42 		rdma_bw.1
    41 		rdma_bw.1
       
    42 
       
    43 MAN8FILES = ib_clock_test.8
    43 
    44 
    44 include $(WS_MAKE_RULES)/shared-targets.mk
    45 include $(WS_MAKE_RULES)/shared-targets.mk
    45 
    46 
    46 LIBS += -lkstat -lrdmacm -libverbs -libumad -libmad
    47 LIBS += -lkstat -lrdmacm -libverbs -libumad -libmad
    47 
    48 
    66 COMPONENT_PREP_ACTION = $(TOUCH) $(@D)/configure
    67 COMPONENT_PREP_ACTION = $(TOUCH) $(@D)/configure
    67 
    68 
    68 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    69 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
    69 
    70 
    70 # common targets
    71 # common targets
    71 install:	$(INSTALL_64) $(PROTOMAN1FILES)
    72 install:	$(INSTALL_64) $(PROTOMAN1FILES)	$(PROTOMAN8FILES)
    72 
    73