212032b342cab2f8798b146813d800ce522f9a66nd#
212032b342cab2f8798b146813d800ce522f9a66nd# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
212032b342cab2f8798b146813d800ce522f9a66nd# You may not use this file except in compliance with the License.
212032b342cab2f8798b146813d800ce522f9a66nd#
212032b342cab2f8798b146813d800ce522f9a66nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
212032b342cab2f8798b146813d800ce522f9a66nd# or http://www.opensolaris.org/os/licensing.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
212032b342cab2f8798b146813d800ce522f9a66nd# and limitations under the License.
212032b342cab2f8798b146813d800ce522f9a66nd#
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# If applicable, add the following below this CDDL HEADER, with the
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen# fields enclosed by brackets "[]" replaced with your own identifying
212032b342cab2f8798b146813d800ce522f9a66nd# information: Portions Copyright [yyyy] [name of copyright owner]
212032b342cab2f8798b146813d800ce522f9a66nd#
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# CDDL HEADER END
3f08db06526d6901aa08c110b5bc7dde6bc39905nd#
212032b342cab2f8798b146813d800ce522f9a66nd#
212032b342cab2f8798b146813d800ce522f9a66nd# Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
212032b342cab2f8798b146813d800ce522f9a66nd#
c9e2bff5ba899896dcd1f6e3e42662402c4fb58frbowen
3b3b7fc78d1f5bfc2769903375050048ff41ff26nddefault: all
ad74a0524a06bfe11b7de9e3b4ce7233ab3bd3f7nd
980bee71ed017c72bfdd9861445f9495855508ccgryzorinclude Makefile.s10
7f5b59ccc63c0c0e3e678a168f09ee6a2f51f9d0nd
91f378b5a10f2d83820902ed10ba7967a3920c18nilgun# Build everything in parallel; use .WAIT for dependencies
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung.PARALLEL:
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd
3b3b7fc78d1f5bfc2769903375050048ff41ff26ndSUBDIRS = librtld_db s10_npreload s10_brand s10_support s10_replacefile \
a2a160100f0a51cb7fd738c1462a0b251215870erbowen zone cmd
a2a160100f0a51cb7fd738c1462a0b251215870erbowenMSGSUBDIRS = s10_support zone
a2a160100f0a51cb7fd738c1462a0b251215870erbowen
a2a160100f0a51cb7fd738c1462a0b251215870erbowenall := TARGET= all
1844bb5f7939bd31f51dffaf8d8cf1c00657a681rboweninstall := TARGET= install
1844bb5f7939bd31f51dffaf8d8cf1c00657a681rbowenclean := TARGET= clean
1844bb5f7939bd31f51dffaf8d8cf1c00657a681rbowenclobber := TARGET= clobber
212032b342cab2f8798b146813d800ce522f9a66ndlint := TARGET= lint
212032b342cab2f8798b146813d800ce522f9a66nd_msg := TARGET= _msg
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66nd.KEEP_STATE:
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66ndall install clean clobber lint: $(SUBDIRS)
212032b342cab2f8798b146813d800ce522f9a66nd
212032b342cab2f8798b146813d800ce522f9a66nd_msg: $(MSGSUBDIRS)
b12f74e1aaac71d21e4b9a376b31d7307a8d87d8nd
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd$(SUBDIRS): FRC
99ca75ffd7b9d0e6573ba8858c6e59d4a6d2fa15nd @cd $@; pwd; $(MAKE) $(TARGET)
15b1ec87bc44ffcbe4630fc8a266439bcaedd4e8mrumph
212032b342cab2f8798b146813d800ce522f9a66ndFRC:
30471a4650391f57975f60bbb6e4a90be7b284bfhumbedooh