Makefile revision 2899
351N/A#
351N/A# CDDL HEADER START
351N/A#
351N/A# The contents of this file are subject to the terms of the
935N/A# Common Development and Distribution License (the "License").
351N/A# You may not use this file except in compliance with the License.
351N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
919N/ALD_Z_IGNORE =
351N/A
351N/ACOMPONENT_NAME= open-fabrics
351N/ACOMPONENT_VERSION=1.5.3
351N/A
493N/ACOMPONENT_PROJECT_URL= http://www.openfabrics.org/
351N/ACOMPONENT_BUGDB= library/ofuv_lib utility/ofuv_tools
351N/A
946N/ATPNO_OPEN_FABRICS= 3369
351N/ATPNO_IBUTILS= 5084
911N/ATPNO_INFINIBAND_DIAGS= 5085
946N/ATPNO_LIBIBMAD= 5086
946N/ATPNO_LIBIBUMAD= 5087
911N/ATPNO_LIBIBVERBS= 5082
351N/ATPNO_LIBMLX4= 5088
761N/ATPNO_LIBRDMACM= 5089
354N/ATPNO_LIBSDP= 5080
354N/ATPNO_OPENSM= 5091
493N/ATPNO_PERFTEST= 5081
351N/ATPNO_QPERF= 5083
442N/ATPNO_RDS_TOOLS= 5092
935N/A
442N/Ainclude ../../make-rules/shared-macros.mk
351N/Ainclude ../../make-rules/ips.mk
351N/Ainclude ofed.mk
351N/A
351N/A# for now, everything with a Makefile should be built
351N/ASUBDIRS = $(shell echo */Makefile | sed -e 's;/Makefile;;g')
351N/A
493N/A# Do not apply the standard license transforms for this component. The
947N/A# license actions in the open-fabrics.p5m file are already tagged with the
947N/A# attributes.
351N/ALICENSE_TRANSFORMS =
351N/A
493N/A.PHONY: $(SUBDIRS)
351N/A
351N/Adownload: TARGET = download
351N/Aprep: TARGET = prep
351N/Ainstall: TARGET = install
565N/Aclean: TARGET = clean
565N/Aclobber: TARGET = clobber
565N/Atest: TARGET = test
565N/Aparfait: TARGET = parfait
452N/A
351N/Abuild: install
.DEFAULT: publish
download prep install test: $(SUBDIRS)
parfait:
$(MAKE) PARFAIT_BUILD=yes install
clean: $(SUBDIRS)
$(RM) -r prototype build
clobber: $(SUBDIRS) clean
$(SUBDIRS): FORCE
@cd $@ && echo "$(TARGET) $@" && $(MAKE) $(TARGET)
# declare module dependencies
librdmacm: libibverbs
libmlx4: libibverbs
rds-tools: libibverbs
perftest: libibverbs librdmacm libibverbs
qperf: libibverbs librdmacm
libibumad: libibverbs
libibmad: libibumad
opensm: libibumad libibmad
ibutils: opensm
infiniband-diags: libibverbs opensm
FORCE: