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