Makefile revision cd3e933325e68e23516a196a8fea7f49b1e497c3
306N/A#
306N/A# CDDL HEADER START
1356N/A#
306N/A# The contents of this file are subject to the terms of the
306N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
306N/A# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
306N/A#
493N/A
493N/Ainclude $(SRC)/Makefile.master
970N/A
970N/AROOTDIR= $(ROOT)/usr/lib/ld
970N/AROOTDIR64= $(ROOT)/usr/lib/ld/$(MACH64)
970N/A
1392N/ADIRS= $(ROOTDIR) $(ROOTDIR64)
1392N/AFILES=
1392N/A
1392N/Ainstall: $(DIRS) $(FILES) map.link
1392N/A
1392N/A$(FILES):= FILEMODE=444
306N/A
1356N/A$(DIRS):= DIRMODE=755
1392N/A
1392N/Amap.link:
1392N/A $(RM) $(ROOTDIR64)/map.default \
1392N/A $(ROOTDIR64)/map.above4G $(ROOTDIR64)/map.below4G
306N/A $(SYMLINK) ../map.default $(ROOTDIR64)/map.default
493N/A $(SYMLINK) ../map.above4G $(ROOTDIR64)/map.above4G
493N/A $(SYMLINK) ../map.below4G $(ROOTDIR64)/map.below4G
935N/A
935N/A$(DIRS):
935N/A $(INS.dir)
810N/A
810N/A$(ROOTDIR)/%: %
810N/A $(INS.file)
493N/A
493N/A$(ROOTDIR64)/%: %
493N/A $(INS.file)
837N/A