Makefile revision 6185db853e024a486ff8837e6784dd290d866112
2810N/A#
2810N/A# CDDL HEADER START
2810N/A#
2810N/A# The contents of this file are subject to the terms of the
2810N/A# Common Development and Distribution License (the "License").
2810N/A# You may not use this file except in compliance with the License.
2810N/A#
2810N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2810N/A# or http://www.opensolaris.org/os/licensing.
2810N/A# See the License for the specific language governing permissions
2810N/A# and limitations under the License.
2810N/A#
2810N/A# When distributing Covered Code, include this CDDL HEADER in each
2810N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2810N/A# If applicable, add the following below this CDDL HEADER, with the
2810N/A# fields enclosed by brackets "[]" replaced with your own identifying
2810N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2810N/A#
2810N/A# CDDL HEADER END
2810N/A#
2810N/A#
2810N/A# ident "%Z%%M% %I% %E% SMI"
2810N/A#
2810N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2810N/A# Use is subject to license terms.
2810N/A#
2810N/ADEFAULTFILES =
2810N/A
2971N/Ainclude ../../Makefile.cmd
2810N/A
2810N/A#
2900N/A# One for each ISA.
2810N/A#
2810N/ASUBDIRS = $(MACH)
2900N/A
2810N/Aall := TARGET= all
2810N/Ainstall := TARGET= install
2810N/Aclean := TARGET= clean
2810N/Aclobber := TARGET= clobber
2810N/A_msg := TARGET= _msg
2810N/Alint := TARGET= lint
2810N/A
2810N/A.KEEP_STATE:
2810N/A
2810N/Aall clean clobber lint _msg: $(SUBDIRS)
2810N/A
2810N/Ainstall: $(SUBDIRS) $(ROOTETCDEFAULTFILES)
2810N/A
2810N/A$(SUBDIRS): FRC
2810N/A @cd $@; pwd; $(MAKE) $(TARGET)
2810N/A
2810N/AFRC:
2810N/A