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