9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER START
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The contents of this file are subject to the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License (the "License").
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You may not use this file except in compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# or http://www.opensolaris.org/os/licensing.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# See the License for the specific language governing permissions
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# When distributing Covered Code, include this CDDL HEADER in each
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# If applicable, add the following below this CDDL HEADER, with the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# fields enclosed by brackets "[]" replaced with your own identifying
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# information: Portions Copyright [yyyy] [name of copyright owner]
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER END
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
f6acbf7c6543dc0aab58cae1df419f0147c46d77rie# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Use is subject to license terms.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl# ident "%Z%%M% %I% %E% SMI"
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlinclude ../Makefile.com
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
4fe01614e64281d82c5a22f0050e55f1e0bdbdaerafASFLAGS += -P -D_ASM $(CPPFLAGS)
73427c57f824c3ec3b396181b163f37d50c5b3b1ahlCLOBBER_FILES += helper_helper.o annotated_helper.o
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl# For the helper test we require an executable data section.
aaf1276246316144c23f1355fe2706b9d3fcbe2drieustack/tst.helper.exe := MAPFILE.NED=
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
73427c57f824c3ec3b396181b163f37d50c5b3b1ahlustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(LINK.c) -o ustack/tst.helper.exe \
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(POST_PROCESS) ; $(STRIP_STABS)
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
73427c57f824c3ec3b396181b163f37d50c5b3b1ahlustack/helper_helper.o: ustack/helper_helper.d
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(COMPILE.d) -o ustack/helper_helper.o -s ustack/helper_helper.d
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
73427c57f824c3ec3b396181b163f37d50c5b3b1ahlustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(LINK.c) -o ustack/tst.annotated.exe \
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(POST_PROCESS) ; $(STRIP_STABS)
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
73427c57f824c3ec3b396181b163f37d50c5b3b1ahlustack/annotated_helper.o: ustack/annotated_helper.d
73427c57f824c3ec3b396181b163f37d50c5b3b1ahl $(COMPILE.d) -o ustack/annotated_helper.o -s ustack/annotated_helper.d