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