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