Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5019N/A#
5019N/A# CDDL HEADER START
5019N/A#
5019N/A# The contents of this file are subject to the terms of the
5019N/A# Common Development and Distribution License, Version 1.0 only
5019N/A# (the "License"). You may not use this file except in compliance
5019N/A# with the License.
5019N/A#
5019N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5019N/A# or http://www.opensolaris.org/os/licensing.
5019N/A# See the License for the specific language governing permissions
5019N/A# and limitations under the License.
5019N/A#
5019N/A# When distributing Covered Code, include this CDDL HEADER in each
5019N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5019N/A# If applicable, add the following below this CDDL HEADER, with the
5019N/A# fields enclosed by brackets "[]" replaced with your own identifying
5019N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5019N/A#
5019N/A# CDDL HEADER END
5019N/A#
5019N/A#
5019N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5019N/A# Use is subject to license terms.
5019N/A#
5019N/A# ident "%Z%%M% %I% %E% SMI"
5019N/A#
5019N/A# cmd/picl/plugins/sun4u/chicago/Makefile
5019N/A#
5019N/A
5019N/ASUBDIRS= frudata frutree envd
5019N/A
5019N/AMSGSUBDIRS= envd
5019N/A
5019N/Aall := TARGET= all
5019N/Ainstall := TARGET= install
5019N/Aclean := TARGET= clean
5019N/Aclobber := TARGET= clobber
5019N/Alint := TARGET= lint
5019N/A_msg := TARGET= _msg
5019N/A
5019N/A.KEEP_STATE:
5019N/A
5019N/Aall install clean clobber lint : $(SUBDIRS)
5019N/A
5019N/A_msg: $(MSGSUBDIRS)
5019N/A
5019N/A$(SUBDIRS): FRC
5019N/A @cd $@; pwd; $(MAKE) $(TARGET)
5019N/A
5019N/AFRC:
5019N/A