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