Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# CDDL HEADER START
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# The contents of this file are subject to the terms of the
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# Common Development and Distribution License, Version 1.0 only
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# (the "License"). You may not use this file except in compliance
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# with the License.
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# See the License for the specific language governing permissions
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# and limitations under the License.
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# When distributing Covered Code, include this CDDL HEADER in each
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# If applicable, add the following below this CDDL HEADER, with the
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# fields enclosed by brackets "[]" replaced with your own identifying
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# information: Portions Copyright [yyyy] [name of copyright owner]
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# CDDL HEADER END
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# Use is subject to license terms.
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# ident "%Z%%M% %I% %E% SMI"
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# Platform specific Makefile for libc_psr.
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# Redefine shared object build rule to use $(LD) directly (this avoids .init
46f1db4f996956961b3e44b9b477f38eaf31b22fhelix# and .fini sections being added).
46f1db4f996956961b3e44b9b477f38eaf31b22fhelixLIBC_PSR64_DIRS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib/$(MACH64))
46f1db4f996956961b3e44b9b477f38eaf31b22fhelixLIBC_PSR64_LINKS = $(LINKED_PLATFORMS:%=$(ROOT_PLAT_DIR)/%/lib/$(MACH64)/$(MODULE))
46f1db4f996956961b3e44b9b477f38eaf31b22fhelixINS.slink6 = $(RM) -r $@; $(SYMLINK) ../../../$(PLATFORM)/lib/$(MACH64)/$(MODULE) $@ $(CHOWNLINK) $(CHGRPLINK)