bzip2: change to new library paths
[unleashed-userland.git] / components / open-fabrics / rds-tools / Makefile
blob1668342b11750d804188ff39c484e41a4f694622
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
23 include ../../../make-rules/shared-macros.mk
25 COMPONENT_NAME= rds-tools
26 COMPONENT_VERSION= 2.0.4
27 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
29 COMPONENT_ARCHIVE_HASH= \
30 sha256:31b5924f73bed59e513470586c69ebe92eeb708fcc61a0519045fcf7954233a3
31 COMPONENT_ARCHIVE_URL= https://www.openfabrics.org/downloads/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include ../ofed.mk
37 CPPFLAGS += -I$(PROTO_DIR)/usr/include
38 CFLAGS += -O2 -Wall -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ $(CPPFLAGS)
40 LIBS += -lsocket -lnsl -llgrp -lkstat -libverbs
42 COMPONENT_PREP_ACTION = \
43 cp rds-vendor.c $(@D)/
45 CLEANUP_DIRS = $(PROTOUSRBINDIR)/net
47 CLEANUP_FILES =\
48 $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man7/rds.7\
49 $(PROTO_DIR)/$(CONFIGURE_MANDIR)/man7rds-rdma.7
51 COMPONENT_POST_INSTALL_ACTION =\
52 $(RM) $(CLEANUP_FILES);\
53 $(RM) $(CLEANUP_DIRS)
55 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"
56 COMPONENT_INSTALL_ENV += INSTALL=$(INSTALL)
58 COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
60 # common targets
61 build: $(BUILD_32_and_64)
63 install: $(INSTALL_32_and_64)
65 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
67 test: $(NO_TESTS)
69 include $(WS_TOP)/make-rules/depend.mk