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