Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
11e9368a226272085c337e9e74b79808c16fbdbaTinderbox User# CDDL HEADER START
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License, Version 1.0 only
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# (the "License"). You may not use this file except in compliance
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# with the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# or http://www.opensolaris.org/os/licensing.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# See the License for the specific language governing permissions
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# and limitations under the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# When distributing Covered Code, include this CDDL HEADER in each
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# If applicable, add the following below this CDDL HEADER, with the
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# fields enclosed by brackets "[]" replaced with your own identifying
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# CDDL HEADER END
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User#
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt#
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
50066670817cdf9e86c832066d73715232b29680Tinderbox User# Use is subject to license terms.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# ident "%Z%%M% %I% %E% SMI"
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# cmd/ps/sparcv9/Makefile
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont#
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../Makefile.com
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../../Makefile.cmd.64
50066670817cdf9e86c832066d73715232b29680Tinderbox User
2a31bd531072824ef252c18303859d6af7451b00Francis DupontCFLAGS64 += $(CCVERBOSE)
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontlint := LINTFLAGS64 = -x -Xarch=v9
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontall: $(PROG)
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinstall: all $(ROOTPROG64)
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User
2a31bd531072824ef252c18303859d6af7451b00Francis Dupontinclude ../../Makefile.targ
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User