Makefile revision 2
4803N/A#
4803N/A# CDDL HEADER START
4803N/A#
4803N/A# The contents of this file are subject to the terms of the
4803N/A# Common Development and Distribution License (the "License").
4803N/A# You may not use this file except in compliance with the License.
4803N/A#
4803N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4803N/A# or http://www.opensolaris.org/os/licensing.
4803N/A# See the License for the specific language governing permissions
4803N/A# and limitations under the License.
4803N/A#
4803N/A# When distributing Covered Code, include this CDDL HEADER in each
4803N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4803N/A# If applicable, add the following below this CDDL HEADER, with the
4803N/A# fields enclosed by brackets "[]" replaced with your own identifying
4803N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4803N/A#
4803N/A# CDDL HEADER END
4803N/A#
4803N/A#
4803N/A# Copyright (c) 1989, 2011, Oracle and/or its affiliates. All rights reserved.
5680N/A#
4803N/A
5680N/Ainclude ../../Makefile.lib
4803N/A
4803N/ASUBDIRS = $(MACH)
4803N/A$(BUILD64)SUBDIRS += $(MACH64)
4803N/A
4803N/Aall := TARGET= all
4803N/Aclean := TARGET= clean
4803N/Aclobber := TARGET= clobber
4803N/Adelete := TARGET= delete
4803N/Ainstall := TARGET= install
4803N/Alint := TARGET= lint
4803N/Astub := TARGET = stub
4803N/Astubinstall := TARGET = stubinstall
5680N/A
4803N/A.KEEP_STATE:
4803N/A
4803N/Aall clean clobber delete install lint stub stubinstall: $(SUBDIRS)
4803N/A
4803N/A
4803N/A$(SUBDIRS): FRC
4803N/A @cd $@; pwd; $(MAKE) $(TARGET)
4803N/A
4803N/AFRC:
4803N/A
4803N/A