Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
210N/A#
210N/A# CDDL HEADER START
1356N/A#
1356N/A# The contents of this file are subject to the terms of the
1610N/A# Common Development and Distribution License (the "License").
210N/A# You may not use this file except in compliance with the License.
210N/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#
919N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
210N/A#
210N/A
210N/Ainclude $(SRC)/Makefile.master
210N/A
210N/AROOTDIR= $(ROOT)/usr/lib/ld
1356N/AROOTDIR64= $(ROOT)/usr/lib/ld/$(MACH64)
1356N/A
1551N/ADIRS= $(ROOTDIR) $(ROOTDIR64)
1551N/AFILES= $(ROOTDIR64)/map.above4G $(ROOTDIR64)/map.below4G
1356N/A
210N/Ainstall: $(DIRS) $(FILES) map.link
1408N/A
210N/A$(FILES):= FILEMODE=444
911N/A
1408N/A$(DIRS):= DIRMODE=755
1408N/A
1408N/Amap.link:
911N/A $(RM) $(ROOTDIR64)/map.default
210N/A $(SYMLINK) ./map.below4G $(ROOTDIR64)/map.default
210N/A
210N/A$(DIRS):
493N/A $(INS.dir)
1610N/A
210N/A$(ROOTDIR)/%: %
493N/A $(INS.file)
1610N/A
1610N/A$(ROOTDIR64)/%: %
1610N/A $(INS.file)
210N/A