Makefile revision b9bd317cda1afb3a01f4812de73e8cec888cbbd7
726f7ff1d25bc37dcc08003f42014282f977b058slive# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
726f7ff1d25bc37dcc08003f42014282f977b058slive# You may not use this file except in compliance with the License.
726f7ff1d25bc37dcc08003f42014282f977b058slive# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
5a58787efeb02a1c3f06569d019ad81fd2efa06end# and limitations under the License.
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
5a58787efeb02a1c3f06569d019ad81fd2efa06end# information: Portions Copyright [yyyy] [name of copyright owner]
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# CDDL HEADER END
5a58787efeb02a1c3f06569d019ad81fd2efa06end# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
5a58787efeb02a1c3f06569d019ad81fd2efa06end# Use is subject to license terms.
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# ident "%Z%%M% %I% %E% SMI"
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# Note: Why SUBDIRS-common isn't sorted alphabetically
726f7ff1d25bc37dcc08003f42014282f977b058slive# The items under SGS are not independent of each other.
726f7ff1d25bc37dcc08003f42014282f977b058slive# They must be built in an order that ensures that
9bcfc3697a91b5215893a7d0206865b13fc72148nd# all dependencies of an item have been built before the
726f7ff1d25bc37dcc08003f42014282f977b058slive# item itself.
726f7ff1d25bc37dcc08003f42014282f977b058slive# Messaging support
726f7ff1d25bc37dcc08003f42014282f977b058slive# Messaging support
726f7ff1d25bc37dcc08003f42014282f977b058slive# built from lib/Makefile
59cd19c3d75e35ae820e23f6b0161910784fce4esliveclean clobber: native-clobber .WAIT $(SUBDIRS) $(MSGDIR)
5a58787efeb02a1c3f06569d019ad81fd2efa06end# Integration of ld and ld.so.1 in some developement cycles requires that both
3b3b7fc78d1f5bfc2769903375050048ff41ff26nd# of these modules be built using the new ld. This `native' target allows us
a78048ccbdb6256da15e6b0e7e95355e480c2301nd# to build a local ld which will then be used to build the delivered version of
e609c337f729875bc20e01096c7e610f45356f54nilgun# itself and ld.so.1. Once this new functionality appears in the standard ld
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung# this target can be disabled.
0d0ba3a410038e179b695446bb149cce6264e0abnd# Cross-reference customization: ignore the directories named by XRPRUNE,
7fec19672a491661b2fe4b29f685bc7f4efa64d4nd# and tweak the file globs slightly.
XRDIRS= . \
../../head \