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