Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd# The contents of this file are subject to the terms of the
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd# Common Development and Distribution License (the "License").
f06e7c4b1bce6b6491e5de0b7998d3f5696b293dchrisd# You may not use this file except in compliance with the License.
179565be4043d7e5f9161aa75271fa0a001866d9covener# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
111436a32ba1254291e4883292fb116d15fe8f64covener# See the License for the specific language governing permissions
111436a32ba1254291e4883292fb116d15fe8f64covener# and limitations under the License.
111436a32ba1254291e4883292fb116d15fe8f64covener# When distributing Covered Code, include this CDDL HEADER in each
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# If applicable, add the following below this CDDL HEADER, with the
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# fields enclosed by brackets "[]" replaced with your own identifying
fce4949fb0b309a5744afcd503c6ed2d35621ee2covener# information: Portions Copyright [yyyy] [name of copyright owner]
7b7430e701e9a31ce809da7c220bb8dfcf68c86etrawick# CDDL HEADER END
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
ccc20788c1e5fc973f36df634399c89acb70deaejerenkrantz# Use is subject to license terms.
a370a774825bc89fc6b0d8e45035a590e39b0bd6minfrin# ident "%Z%%M% %I% %E% SMI"
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrinBUILD.SO= $(CC) $(CFLAGS) -o $@ -G $(DYNFLAGS) $(PICS) -L $(ROOT)/usr/lib/$(MACH64) $(LDLIBS)
1e1539a1e7d64b1af92636b81aac5aa50ee3163bminfrinBUILD.s= $(AS) $(ASFLAGS) -xarch=v9 -D__sparcv9 $< -o $@
273e512f20f262e5e2aa8e0e83371d1929fb76adjkaluza# sparcv9-specific rule