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