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