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