Makefile revision 5810
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# CDDL HEADER START
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# The contents of this file are subject to the terms of the
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# Common Development and Distribution License (the "License").
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# You may not use this file except in compliance with the License.
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# or http://www.opensolaris.org/os/licensing.
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# See the License for the specific language governing permissions
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# and limitations under the License.
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# When distributing Covered Code, include this CDDL HEADER in each
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# If applicable, add the following below this CDDL HEADER, with the
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# fields enclosed by brackets "[]" replaced with your own identifying
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# information: Portions Copyright [yyyy] [name of copyright owner]
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# CDDL HEADER END
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# sensitive to kernel interface changes.
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai KondrashovCOMPONENT_PROJECT_URL= http://www.openfabrics.org/
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai KondrashovCOMPONENT_BUGDB= library/ofuv_lib utility/ofuv_tools library/ofuv_psif
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# for now, everything with a Makefile should be built
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai KondrashovSUBDIRS = $(shell echo */Makefile | sed -e 's;/Makefile;;g')
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# Do not apply the standard license transforms for this component. The
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# license actions in the open-fabrics.p5m file are already tagged with the
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov @cd $@ && echo "$(TARGET) $@" && $(MAKE) $(TARGET)
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai Kondrashov# declare module dependencies
3ce85a5f5264e7118beb6524e120fd8b53a13da4Nikolai KondrashovREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime