Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# CDDL HEADER START
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# The contents of this file are subject to the terms of the
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Common Development and Distribution License (the "License").
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# You may not use this file except in compliance with the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# or http://www.opensolaris.org/os/licensing.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# See the License for the specific language governing permissions
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# and limitations under the License.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# If applicable, add the following below this CDDL HEADER, with the
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# CDDL HEADER END
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# Use is subject to license terms.
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster# ident "%Z%%M% %I% %E% SMI"
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster#
a4544a5a0e622ef69e38641f87ab1b5685e05911Phill Cunnington
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterinclude ../Makefile.ucb
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterSUBDIRS = $(MACH)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster$(BUILD64)SUBDIRS += $(MACH64)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterinstall := TARGET= install
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterclean := TARGET= clean
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterclobber := TARGET= clobber
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterlint := TARGET= lint
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster.KEEP_STATE:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Fosterall install clean clobber lint : $(SUBDIRS)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster$(SUBDIRS): FRC
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster @cd $@; pwd; $(MAKE) $(TARGET)
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan FosterFRC:
4fe4e4f798a84a46e567f64ceadd3648eb0582d4Allan Foster