Makefile revision 1530
236N/A#
236N/A# CDDL HEADER START
236N/A#
236N/A# The contents of this file are subject to the terms of the
236N/A# Common Development and Distribution License (the "License").
236N/A# You may not use this file except in compliance with the License.
236N/A#
236N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
236N/A# or http://www.opensolaris.org/os/licensing.
236N/A# See the License for the specific language governing permissions
236N/A# and limitations under the License.
236N/A#
236N/A# When distributing Covered Code, include this CDDL HEADER in each
236N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
236N/A# If applicable, add the following below this CDDL HEADER, with the
236N/A# fields enclosed by brackets "[]" replaced with your own identifying
236N/A# information: Portions Copyright [yyyy] [name of copyright owner]
236N/A#
236N/A# CDDL HEADER END
236N/A#
236N/A# Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
236N/A#
236N/Ainclude ../../make-rules/shared-macros.mk
236N/Ainclude ../../make-rules/ips.mk
236N/Ainclude ofed.mk
236N/A
236N/ALD_Z_IGNORE =
236N/A
236N/ACOMPONENT_NAME= open-fabrics
236N/ACOMPONENT_VERSION=1.5.3
236N/A
236N/ACOMPONENT_PROJECT_URL= http://www.openfabrics.org/
236N/ACOMPONENT_BUGDB= library/ofuv_lib utility/ofuv_tools
236N/A
236N/A# for now, everything with a Makefile should be built
236N/ASUBDIRS = $(shell echo */Makefile | sed -e 's;/Makefile;;g')
236N/A
236N/A# Do not apply the standard license transforms for this component. The
236N/A# license actions in the open-fabrics.p5m file are already tagged with the
236N/A# attributes.
236N/ALICENSE_TRANSFORMS =
236N/A
236N/A.PHONY: $(SUBDIRS)
236N/A
236N/Adownload: TARGET = download
236N/Aprep: TARGET = prep
236N/Ainstall: TARGET = install
236N/Aclean: TARGET = clean
236N/Aclobber: TARGET = clobber
236N/Atest: TARGET = test
236N/A
236N/Abuild: install
236N/A
236N/A.DEFAULT: publish
236N/A
236N/Adownload prep install test: $(SUBDIRS)
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: