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