Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
6647N/A#
6647N/A# CDDL HEADER START
6647N/A#
6647N/A# The contents of this file are subject to the terms of the
6647N/A# Common Development and Distribution License, Version 1.0 only
6647N/A# (the "License"). You may not use this file except in compliance
6647N/A# with the License.
6647N/A#
6647N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6647N/A# or http://www.opensolaris.org/os/licensing.
6647N/A# See the License for the specific language governing permissions
6647N/A# and limitations under the License.
6647N/A#
6647N/A# When distributing Covered Code, include this CDDL HEADER in each
6647N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6647N/A# If applicable, add the following below this CDDL HEADER, with the
6647N/A# fields enclosed by brackets "[]" replaced with your own identifying
6647N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6647N/A#
6647N/A# CDDL HEADER END
6647N/A#
6647N/A#
6647N/A# Copyright 1989-1999, 2002 Sun Microsystems, Inc. All rights reserved.
6647N/A# Use is subject to license terms.
6647N/A#
6647N/A# ident "%Z%%M% %I% %E% SMI"
6647N/A#
6647N/A# The builds occur in isa subdirectories.
6647N/A#
6647N/A
6647N/Ainclude ../Makefile.ucb
6647N/A
6647N/ASUBDIRS = spec .WAIT $(MACH) $(BUILD64) $(MACH64)
6647N/A
6647N/Ainstall := TARGET= install
6647N/Aclean := TARGET= clean
6647N/Aclobber := TARGET= clobber
6647N/Alint := TARGET= lint
6647N/A
6647N/A.KEEP_STATE:
6647N/A
6647N/Aall install clean clobber lint : $(SUBDIRS)
6647N/A
6647N/A$(MACH) $(MACH64) spec: FRC
6647N/A @cd $@; pwd; $(MAKE) $(TARGET)
6647N/A
6647N/AFRC:
6647N/A