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