Makefile revision 24da5b34f49324ed742a340010ed5bd3d4e06625
8314N/A#
8314N/A# CDDL HEADER START
12230N/A#
12230N/A# The contents of this file are subject to the terms of the
12230N/A# Common Development and Distribution License (the "License").
8314N/A# You may not use this file except in compliance with the License.
12230N/A#
8314N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12230N/A# or http://www.opensolaris.org/os/licensing.
12230N/A# See the License for the specific language governing permissions
12748N/A# and limitations under the License.
12230N/A#
12230N/A# When distributing Covered Code, include this CDDL HEADER in each
12230N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
12230N/A# If applicable, add the following below this CDDL HEADER, with the
12230N/A# fields enclosed by brackets "[]" replaced with your own identifying
12748N/A# information: Portions Copyright [yyyy] [name of copyright owner]
12230N/A#
12230N/A# CDDL HEADER END
12230N/A#
12230N/A#
12230N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
12230N/A# Use is subject to license terms.
12748N/A#
12230N/A# ident "%Z%%M% %I% %E% SMI"
12230N/A#
12230N/A
12230N/A#
12230N/A# Platform specific Makefile for libc_psr_hwcap1.
12748N/A#
12230N/A
8314N/APLATFORM = sun4u-us3
8314N/AALT_PLAT = sun4u_hwcap1
8314N/ACOMPAT_PLAT = sun4u
12230N/ACLASS = 64
8314N/A
12230N/AOBJECTS = memcpy.o memset.o memcmp.o
12230N/A
12748N/Ainclude ../Makefile.com
12230N/A
12230N/AASDEFS += -D__sparcv9
12230N/AASFLAGS += -xarch=v9b
12230N/A
12230N/Ainclude $(SRC)/Makefile.master.64
12748N/A
12230N/A# Redefine shared object build rule to use $(LD) directly (this avoids .init
12230N/A# and .fini sections being added).
12230N/A
12230N/ABUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
12230N/A
12230N/A.KEEP_STATE:
12748N/A
12230N/AMODULE = libc_psr_hwcap1.so.1
12230N/ALIBC_PSR64_DIR = $(ROOT_PSM_LIB_DIR)/$(MACH64)/libc_psr
12230N/ALIBC_PSR64_LIB = $(LIBC_PSR64_DIR)/$(MODULE)
12230N/AINS.libc.64 = $(RM) -r $@; $(INS) -s -f $(@D) $(MODULE)
12230N/A
12748N/A$(LIBC_PSR64_DIR):
12230N/A -$(INS.dir.root.bin)
8314N/A
8314N/A$(LIBC_PSR64_LIB): $(LIBC_PSR64_DIR) $(MODULE)
8314N/A -$(INS.libc.64)
12230N/A
8314N/Aall: $(LIBS)
12230N/A
12230N/Ainstall: all $(LIBC_PSR64_LIB)
12748N/A
12230N/Ainclude ../../Makefile.targ
12230N/A