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