Makefile revision e71ca95ca6de23d33b54cb55cefdef30bc7c969b
4133N/A#
4133N/A# CDDL HEADER START
4133N/A#
4133N/A# The contents of this file are subject to the terms of the
4133N/A# Common Development and Distribution License (the "License").
4133N/A# You may not use this file except in compliance with the License.
4133N/A#
4133N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4133N/A# or http://www.opensolaris.org/os/licensing.
4133N/A# See the License for the specific language governing permissions
4133N/A# and limitations under the License.
4133N/A#
4133N/A# When distributing Covered Code, include this CDDL HEADER in each
4133N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4133N/A# If applicable, add the following below this CDDL HEADER, with the
4133N/A# fields enclosed by brackets "[]" replaced with your own identifying
4133N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4133N/A#
4133N/A# CDDL HEADER END
4133N/A#
5680N/A#
4133N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
5680N/A#
5680N/A
4724N/Adefault: all
4133N/A
4133N/Ainclude Makefile.s10
4133N/A
4723N/A# Build everything in parallel; use .WAIT for dependencies
4133N/A.PARALLEL:
4723N/A
4723N/ASUBDIRS = librtld_db s10_npreload s10_brand s10_support zone cmd
4133N/AMSGSUBDIRS = s10_support zone
4133N/A
4133N/Aall := TARGET= all
5680N/Ainstall := TARGET= install
5680N/Aclean := TARGET= clean
5680N/Aclobber := TARGET= clobber
4133N/Alint := TARGET= lint
4723N/A_msg := TARGET= _msg
4723N/A
4723N/A.KEEP_STATE:
4133N/A
4133N/Aall install clean clobber lint: $(SUBDIRS)
5680N/A
5680N/A_msg: $(MSGSUBDIRS)
5680N/A
5680N/A$(SUBDIRS): FRC
4133N/A @cd $@; pwd; $(MAKE) $(TARGET)
4133N/A
4133N/AFRC:
4133N/A