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