Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# CDDL HEADER START
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# The contents of this file are subject to the terms of the
dfc015bc7e99019373878f8eb4527f5ebd0e0969Automatic Updater# Common Development and Distribution License (the "License").
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# You may not use this file except in compliance with the License.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# See the License for the specific language governing permissions
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# and limitations under the License.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# CDDL HEADER END
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Use is subject to license terms.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# ident "%Z%%M% %I% %E% SMI"
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Platform specific Makefile for libc_psr.
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan HuntMAPFILES = ../../sun4u/mapfile-vers $(MAPFILE-FLTR)
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# Redefine shared object build rule to use $(LD) directly (this avoids .init
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan Hunt# and .fini sections being added).
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan HuntBUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
8b78c993cb475cc94e88560941b28c37684789d9Francis DupontLIBC_PSR_DIRS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib)
cfb1587eb9a6dc6d1d36ea0344e1b20068b81e88Evan HuntLIBC_PSR_LINKS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib/$(MODULE))
1946c596b47b0495ce745fe2fff7da799919b0d2Mark AndrewsINS.slink6 = $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@ $(CHOWNLINK) $(CHGRPLINK)