Makefile revision 1258
6114N/A#
6114N/A# CDDL HEADER START
6114N/A#
6114N/A# The contents of this file are subject to the terms of the
6114N/A# Common Development and Distribution License (the "License").
6114N/A# You may not use this file except in compliance with the License.
6114N/A#
6114N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6114N/A# or http://www.opensolaris.org/os/licensing.
6114N/A# See the License for the specific language governing permissions
6114N/A# and limitations under the License.
6114N/A#
6114N/A# When distributing Covered Code, include this CDDL HEADER in each
6114N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6114N/A# If applicable, add the following below this CDDL HEADER, with the
6114N/A# fields enclosed by brackets "[]" replaced with your own identifying
6114N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6114N/A#
6114N/A# CDDL HEADER END
6114N/A#
6114N/A# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
6114N/A#
6114N/Ainclude ../../make-rules/shared-macros.mk
6114N/Ainclude ../../make-rules/ips.mk
6114N/Ainclude ofed.mk
6114N/A
6114N/ALD_Z_IGNORE =
6114N/A
6114N/ACOMPONENT_NAME= open-fabrics
6114N/ACOMPONENT_VERSION=1.5.3
6114N/A
6114N/ACOMPONENT_PROJECT_URL= http://www.openfabrics.org/
6114N/ACOMPONENT_BUGDB= library/ofuv_lib utility/ofuv_tools
6114N/A
6114N/A# for now, everything with a Makefile should be built
6114N/ASUBDIRS = $(shell echo */Makefile | sed -e 's;/Makefile;;g')
6114N/A
6114N/A.PHONY: $(SUBDIRS)
6114N/A
6135N/Adownload: TARGET = download
6135N/Aprep: TARGET = prep
6135N/Ainstall: TARGET = install
6135N/Aclean: TARGET = clean
6135N/Aclobber: TARGET = clobber
6135N/Atest: TARGET = test
6135N/A
6114N/Abuild: install
6114N/A
6114N/A.DEFAULT: publish
6114N/A
6114N/Adownload prep install test: $(SUBDIRS)
6114N/A
6114N/Aclean: $(SUBDIRS)
6114N/A $(RM) -r prototype build
6114N/A
6114N/Aclobber: $(SUBDIRS) clean
6114N/A
6114N/A$(SUBDIRS): FORCE
6114N/A @cd $@ && echo "$(TARGET) $@" && $(MAKE) $(TARGET)
6114N/A
6114N/A# declare module dependencies
6114N/Alibrdmacm: libibverbs
6114N/Alibmlx4: libibverbs
6114N/Ards-tools: libibverbs
6114N/Aperftest: libibverbs librdmacm libibverbs
6114N/Aqperf: libibverbs librdmacm
6114N/Alibibumad: libibverbs
6114N/Alibibmad: libibumad
6114N/Aopensm: libibumad libibmad
6114N/Aibutils: opensm
infiniband-diags: libibverbs opensm
FORCE: