Makefile revision 7008:8f7bd4ba8aeb
115923Sscrappy#
215923Sscrappy# CDDL HEADER START
315923Sscrappy#
415923Sscrappy# The contents of this file are subject to the terms of the
515923Sscrappy# Common Development and Distribution License (the "License").
615923Sscrappy# You may not use this file except in compliance with the License.
715923Sscrappy#
815923Sscrappy# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
915923Sscrappy# or http://www.opensolaris.org/os/licensing.
1015923Sscrappy# See the License for the specific language governing permissions
1115923Sscrappy# and limitations under the License.
1215923Sscrappy#
1315923Sscrappy# When distributing Covered Code, include this CDDL HEADER in each
1415923Sscrappy# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1515923Sscrappy# If applicable, add the following below this CDDL HEADER, with the
1615923Sscrappy# fields enclosed by brackets "[]" replaced with your own identifying
1715923Sscrappy# information: Portions Copyright [yyyy] [name of copyright owner]
1815923Sscrappy#
1915923Sscrappy# CDDL HEADER END
2015923Sscrappy#
2115923Sscrappy#
2215923Sscrappy# ident	"%Z%%M%	%I%	%E% SMI"
2315923Sscrappy#
2415923Sscrappy# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
2515923Sscrappy# Use is subject to license terms.
2615923Sscrappy#
2715923Sscrappy# cmd/sgs/prof/i386/Makefile
2815923Sscrappy#
2915923Sscrappy
3015923Sscrappyinclude 	../Makefile.com
3115923Sscrappy
3215923SscrappyDEFLIST=	-DI386 -DELF
3315923Sscrappy
3415923Sscrappy.KEEP_STATE:
3515923Sscrappy
362708Swollmanall:		$(PROG)
372708Swollman
382708Swollmaninstall:	all $(ROOTPROG) $(ROOTCCSBINLINK)
392708Swollman
402708Swollmanlint:           $(LINTOUT32) $(SGSLINTOUT)
412708Swollman
422708Swollmaninclude		../Makefile.targ
432708Swollman