Makefile revision 28c2d953675da84517b5a57c9a8d705180d613c1
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# or http://www.opensolaris.org/os/licensing.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# See the License for the specific language governing permissions
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
b6b8f8a0362da8c749021c4b6376cfb96047912bTinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# CDDL HEADER END
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# ident "%Z%%M% %I% %E% SMI"
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Use is subject to license terms.
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterINCLIST= -I../../include -I../../include/i386 \
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic UpdaterDEFLIST= -DTARGET=I386 -DI386=1 -D$(ARFORMAT) -DELF
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCPPFLAGS= $(INCLIST) $(DEFLIST) $(CPPFLAGS.master)
9d557856c2a19ec95ee73245f60a92f8675cf5baTinderbox UserLDLIBS += -L ../../sgsdemangler/i386 -ldemangle \
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater# Building SUNWonld results in a call to the `package' target. Requirements
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# needed to run this application on older releases are established:
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# i18n support requires libintl.so.1 prior to 2.6
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater$(PROG): $(OBJS) ../../sgsdemangler/i386/libdemangle.a
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater $(LINK.c) $(OBJS) -o $@ $(LLDFLAGS) $(LDLIBS)
fc2381b901eb162810f54a11cc512b95f55a60dfAutomatic Updater$(XPG4): $(XPG4OBJS) ../../sgsdemangler/i386/libdemangle.a