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