Makefile revision 49
409N/A#
409N/A# CDDL HEADER START
409N/A#
409N/A# The contents of this file are subject to the terms of the
409N/A# Common Development and Distribution License (the "License").
409N/A# You may not use this file except in compliance with the License.
409N/A#
409N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
409N/A# or http://www.opensolaris.org/os/licensing.
409N/A# See the License for the specific language governing permissions
409N/A# and limitations under the License.
409N/A#
409N/A# When distributing Covered Code, include this CDDL HEADER in each
409N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
409N/A# If applicable, add the following below this CDDL HEADER, with the
409N/A# fields enclosed by brackets "[]" replaced with your own identifying
409N/A# information: Portions Copyright [yyyy] [name of copyright owner]
409N/A#
409N/A# CDDL HEADER END
409N/A#
409N/A# Copyright (c) 2010, Oracle and/or it's affiliates. All rights reserved.
409N/A#
3817N/A
409N/Ainclude make-rules/shared-macros.mk
409N/A
409N/ASUBDIRS += components incorporations
409N/A
409N/Adownload: TARGET = download
409N/Aprep: TARGET = prep
409N/Abuild: TARGET = build
409N/Ainstall: TARGET = install
409N/Apublish: TARGET = publish
844N/Avalidate: TARGET = validate
844N/Aclean: TARGET = clean
409N/Aclobber: TARGET = clobber
1258N/Asetup: TARGET = setup
409N/A
2899N/A.DEFAULT: publish
2899N/A
3817N/Adownload setup prep build install publish validate clean clobber: $(SUBDIRS)
3817N/A
3817N/A$(SUBDIRS): FORCE
409N/A +echo "$(TARGET) $@" ; $(GMAKE) -C $@ $(TARGET)
409N/A
409N/Aincorporations: components
409N/A
409N/AFORCE:
409N/A