Makefile revision 672986541be54a7a471bb088e60780c37e371d7e
244N/A#
244N/A# CDDL HEADER START
244N/A#
244N/A# The contents of this file are subject to the terms of the
244N/A# Common Development and Distribution License (the "License").
244N/A# You may not use this file except in compliance with the License.
244N/A#
244N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
244N/A# or http://www.opensolaris.org/os/licensing.
244N/A# See the License for the specific language governing permissions
244N/A# and limitations under the License.
244N/A#
244N/A# When distributing Covered Code, include this CDDL HEADER in each
244N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
244N/A# If applicable, add the following below this CDDL HEADER, with the
244N/A# fields enclosed by brackets "[]" replaced with your own identifying
244N/A# information: Portions Copyright [yyyy] [name of copyright owner]
244N/A#
873N/A# CDDL HEADER END
244N/A#
244N/A#
244N/A#ident "%Z%%M% %I% %E% SMI"
244N/A#
244N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
3232N/A# Use is subject to license terms.
244N/A#
244N/A# cmd/sgs/gprof/sparc/Makefile
244N/A
1177N/APROG= gprof
4134N/A
4134N/Ainclude ../Makefile.com
244N/A
4134N/ADEFLIST += -DSPARC
4134N/A
4134N/ALDLIBS += -lelf
244N/A
244N/A.KEEP_STATE:
244N/A
244N/Aall: $(PROG)
244N/A
244N/Ainstall: all .WAIT $(ROOTPROG) $(ROOTLIBBLURB) $(ROOTCCSBINLINK)
244N/A
244N/Ainclude ../Makefile.targ
244N/A
244N/A