Makefile revision 06e46062ef4f5f4b687cbafb4518fb123fe23920
387N/A#
387N/A# CDDL HEADER START
387N/A#
387N/A# The contents of this file are subject to the terms of the
387N/A# Common Development and Distribution License (the "License").
387N/A# You may not use this file except in compliance with the License.
387N/A#
387N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
387N/A# or http://www.opensolaris.org/os/licensing.
387N/A# See the License for the specific language governing permissions
387N/A# and limitations under the License.
387N/A#
387N/A# When distributing Covered Code, include this CDDL HEADER in each
387N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
387N/A# If applicable, add the following below this CDDL HEADER, with the
387N/A# fields enclosed by brackets "[]" replaced with your own identifying
387N/A# information: Portions Copyright [yyyy] [name of copyright owner]
387N/A#
387N/A# CDDL HEADER END
387N/A#
387N/A
387N/A#
3597N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
387N/A# Use is subject to license terms.
387N/A#
387N/A#
387N/A# ident "%Z%%M% %I% %E% SMI"
387N/A#
3880N/A# cmd/picl/plugins/sun4u/Makefile
3880N/A#
387N/A
387N/ASUBDIRS= lib .WAIT envmon .WAIT \
387N/A frudata grover excalibur psvc littleneck daktari \
844N/A cherrystone lw8 lw2plus taco enchilada chicago blade mpxu ents \
3880N/A chalupa silverstone sebring snowbird schumacher seattle boston .WAIT
387N/A
1258N/AMSGSUBDIRS= lib frudata grover excalibur psvc littleneck daktari \
387N/A cherrystone lw8 lw2plus taco enchilada chicago blade envmon mpxu ents \
3880N/A silverstone sebring snowbird
2899N/A
3817N/Aall := TARGET= all
3817N/Ainstall := TARGET= install
3817N/Aclean := TARGET= clean
387N/Aclobber := TARGET= clobber
387N/Alint := TARGET= lint
387N/A_msg := TARGET= _msg
387N/A
387N/A.KEEP_STATE:
1542N/A
1542N/Aall install clean clobber lint : $(SUBDIRS)
387N/A
387N/A_msg: $(MSGSUBDIRS)
387N/A
387N/A$(SUBDIRS): FRC
387N/A @cd $@; pwd; $(MAKE) $(TARGET)
387N/A
387N/AFRC:
387N/A