Makefile revision 1e49577a7fcde812700ded04431b49d67cc57d6d
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# CDDL HEADER START
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# The contents of this file are subject to the terms of the
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# Common Development and Distribution License (the "License").
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# You may not use this file except in compliance with the License.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# or http://www.opensolaris.org/os/licensing.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# See the License for the specific language governing permissions
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# and limitations under the License.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# When distributing Covered Code, include this CDDL HEADER in each
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# If applicable, add the following below this CDDL HEADER, with the
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# fields enclosed by brackets "[]" replaced with your own identifying
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# information: Portions Copyright [yyyy] [name of copyright owner]
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# CDDL HEADER END
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley#
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halleyinclude $(SRC)/Makefile.master
440be4c866f6935ac069db79a414304507a664c2Michael Graff
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley# Each target directory is responsible for making a symbol capabilities object.
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley$(SPARC_BLD)SUBDIRS = \
726290e9d5b720b736fa39d9f7d92c2efb7d1f24Bob Halley sun4u \
fd15c8e32ed0c1cfd3ed737858a81966e7fbaeacAndreas Gustafsson sun4u-opl \
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley sun4u-us3-hwcap1 \
2504b0a58600c1156a6b829c816d13c58a069453Bob Halley sun4u-us3-hwcap2 \
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley sun4v-hwcap1 \
c56c5586b49ccddbaf7e2b5c6c06adee1c509253Bob Halley sun4v-hwcap2
b984520acca2532d048eae929dc0682dd334c7a3Brian Wellington$(INTEL_BLD)SUBDIRS =
00e7d7a0e8529998c78b73371dc90fbf680b57efBob Halley
c56c5586b49ccddbaf7e2b5c6c06adee1c509253Bob Halleyall := TARGET= all
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halleyclean := TARGET= clean
b984520acca2532d048eae929dc0682dd334c7a3Brian Wellingtonclobber := TARGET= clobber
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halleyinstall := TARGET= install
290074dd410acdd003f67f99409d75e0dcacd97bAndreas Gustafsson
070d058606dff606710f320b071891bf16e02076Andreas Gustafsson.KEEP_STATE:
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley.PARALLEL: $(SUBDIRS)
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halleyall clean clobber install: \
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley $(SUBDIRS)
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halley
205790a755849f9b9ec12dd7836dcd87ca580d89Bob Halleylint:
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley
6f44af1c8320e84d6b0c0c42bacadfe3020d9a91Mark Andrews$(SUBDIRS): FRC
6f44af1c8320e84d6b0c0c42bacadfe3020d9a91Mark Andrews @cd $@; pwd; $(MAKE) $(TARGET)
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley
f94f59d746daffc38356d0a019b64eb01d2341c0Bob HalleyFRC:
f94f59d746daffc38356d0a019b64eb01d2341c0Bob Halley