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