Makefile revision 843e19887f64dde75055cf8842fc4db2171eff45
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# CDDL HEADER START
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# The contents of this file are subject to the terms of the
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# Common Development and Distribution License (the "License").
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# You may not use this file except in compliance with the License.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# See the License for the specific language governing permissions
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# and limitations under the License.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# When distributing Covered Code, include this CDDL HEADER in each
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# If applicable, add the following below this CDDL HEADER, with the
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# CDDL HEADER END
8f5b7f9f15a5da4efe1115e1be6df372cc1d1818vboxsync# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
8f5b7f9f15a5da4efe1115e1be6df372cc1d1818vboxsync# Use is subject to license terms.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# ident "%Z%%M% %I% %E% SMI"
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# Compilation of .c files in this directory is driven by Makefiles in i86xpv.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# This file only serves to install header files.
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# include global definitions
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# Override defaults.
1f1f533d5b88c35cf740dca55c6f1937d1035a36vboxsyncLINKDEST= ../../../../platform/$(PLATFORM)/include/vm
1f1f533d5b88c35cf740dca55c6f1937d1035a36vboxsyncinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) $(ROOTLINK)
930b5f872e89407f445d4000d4e4aaecaa6a0998vboxsync# install rules
1f1f533d5b88c35cf740dca55c6f1937d1035a36vboxsync# -r because this used to be a directory and is now a link.