Makefile revision 58091fd8689db902780a10667e0e8118a9454b8f
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync#
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync# CDDL HEADER START
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync#
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync# The contents of this file are subject to the terms of the
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync# Common Development and Distribution License (the "License").
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync# You may not use this file except in compliance with the License.
c58f1213e628a545081c70e26c6b67a841cff880vboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# or http://www.opensolaris.org/os/licensing.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# See the License for the specific language governing permissions
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# and limitations under the License.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# When distributing Covered Code, include this CDDL HEADER in each
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# If applicable, add the following below this CDDL HEADER, with the
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# CDDL HEADER END
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# Use is subject to license terms.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync#
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# ident "%Z%%M% %I% %E% SMI"
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync#
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsynci386_SUBDIRS= \
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync i386
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsyncsparc_SUBDIRS= \
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync sparc
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsyncall:= TARGET= all
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsyncinstall:= TARGET= install
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsyncclean:= TARGET= clean
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsyncclobber:= TARGET= clobber
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsynccheck:= TARGET= check
17236a4bcee82c7fa86f55ef3deaa9cdaa7aefb0vboxsync
a0b54ffecf8bb5bfb4f335cfa5deb6815c66e8b6vboxsync.KEEP_STATE:
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsyncSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsyncall clean clobber check: $(SUBDIRS)
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsyncinstall: $(SUBDIRS)
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsyncFRC:
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync$(SUBDIRS): FRC
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync $(MAKE) -f Makefile.$@ $(TARGET)
a9dd9ab5c5c59b478410917e2091ec2d3349d3c7vboxsync