9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# CDDL HEADER START
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# The contents of this file are subject to the terms of the
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# Common Development and Distribution License (the "License").
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# You may not use this file except in compliance with the License.
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# or http://www.opensolaris.org/os/licensing.
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# See the License for the specific language governing permissions
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# and limitations under the License.
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# When distributing Covered Code, include this CDDL HEADER in each
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# If applicable, add the following below this CDDL HEADER, with the
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# fields enclosed by brackets "[]" replaced with your own identifying
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# information: Portions Copyright [yyyy] [name of copyright owner]
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# CDDL HEADER END
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ac4dc8c32116eb4089277fd2ef8c3e4700a429a2bryce# Use is subject to license terms.
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce# ident "%Z%%M% %I% %E% SMI"
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce#
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceinclude ../Makefile.com
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceASFLAGS += -P -D_ASM
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2brycepid/tst.br.o := ASFLAGS += -xarch=v8plus
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceall: ustack/tst.helper.exe ustack/tst.annotated.exe
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce $(LINK.c) -o ustack/tst.helper.exe \
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce $(POST_PROCESS) ; $(STRIP_STABS)
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceustack/helper_helper.o: ustack/helper_helper.d
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce $(LINK.c) -o ustack/tst.annotated.exe \
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce $(POST_PROCESS) ; $(STRIP_STABS)
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryceustack/annotated_helper.o: ustack/annotated_helper.d
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce $(COMPILE.d) -o ustack/annotated_helper.o -s ustack/annotated_helper.d
9091c524d0acf0836cd2cdb53903bb8abaa92df2bryce