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