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