d67d8d3162b0d9cac99842fc7da74e8371453046vboxsync#
d67d8d3162b0d9cac99842fc7da74e8371453046vboxsync# CDDL HEADER START
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync#
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# The contents of this file are subject to the terms of the
d67d8d3162b0d9cac99842fc7da74e8371453046vboxsync# Common Development and Distribution License (the "License").
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# You may not use this file except in compliance with the License.
d67d8d3162b0d9cac99842fc7da74e8371453046vboxsync#
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# or http://www.opensolaris.org/os/licensing.
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# See the License for the specific language governing permissions
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# and limitations under the License.
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync#
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# When distributing Covered Code, include this CDDL HEADER in each
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# If applicable, add the following below this CDDL HEADER, with the
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync#
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# CDDL HEADER END
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync#
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync#
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncSUBDIRS = components
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncdownload: TARGET = download
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncunpack: TARGET = unpack
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncpatch: TARGET = patch
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncprep: TARGET = prep
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncbuild: TARGET = build
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncinstall: TARGET = install
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncpublish: TARGET = publish
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncvalidate: TARGET = validate
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncclean: TARGET = clean
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncclobber: TARGET = clobber
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncsetup: TARGET = setup
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsynctest: TARGET = test
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncsystem-test: TARGET = system-test
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsynccomponent-hook: TARGET = component-hook
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync.DEFAULT: publish
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncdownload setup unpack patch prep build install publish validate clean clobber \
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsynctest system-test component-hook: $(SUBDIRS)
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync$(SUBDIRS): FORCE
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync @+echo "$(TARGET) $@" ; $(MAKE) -C $@ $(TARGET)
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsyncFORCE:
37136b5ecb07042e5ba50f86849a79d1cba5d5f1vboxsync