eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# CDDL HEADER START
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# The contents of this file are subject to the terms of the
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Common Development and Distribution License (the "License").
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# You may not use this file except in compliance with the License.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# or http://www.opensolaris.org/os/licensing.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# See the License for the specific language governing permissions
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# and limitations under the License.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# When distributing Covered Code, include this CDDL HEADER in each
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# If applicable, add the following below this CDDL HEADER, with the
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# fields enclosed by brackets "[]" replaced with your own identifying
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# information: Portions Copyright [yyyy] [name of copyright owner]
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# CDDL HEADER END
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Use is subject to license terms.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#ident "%Z%%M% %I% %E% SMI"
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# This Makefile defines the build rules for the directory
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# uts/i86pc/i86hvm.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# The following two-level ordering must be maintained in this file.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Lines are sorted first in order of decreasing specificity based on
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# the first directory component. That is, i86pc rules come before
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# intel rules come before common rules.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Lines whose initial directory components are equal are sorted
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# alphabetically by the remaining components.
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Section 1a: C object build rules
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/i86hvm/io/xpv/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(COMPILE.c) -o $@ $<
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(CTFCONVERT_O)
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(OBJS_DIR)/%.o: $(UTSBASE)/i86pc/i86hvm/io/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(COMPILE.c) -o $@ $<
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(CTFCONVERT_O)
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(OBJS_DIR)/%.o: $(UTSBASE)/common/xen/io/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(COMPILE.c) -o $@ $<
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(CTFCONVERT_O)
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(OBJS_DIR)/%.o: $(UTSBASE)/common/xen/os/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(COMPILE.c) -o $@ $<
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp $(CTFCONVERT_O)
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp# Section 1b: Lint `object' build rules
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp#
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/i86hvm/io/xpv/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp @($(LHEAD) $(LINT.c) $< $(LTAIL))
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(LINTS_DIR)/%.ln: $(UTSBASE)/i86pc/i86hvm/io/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp @($(LHEAD) $(LINT.c) $< $(LTAIL))
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(LINTS_DIR)/%.ln: $(UTSBASE)/common/xen/io/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp @($(LHEAD) $(LINT.c) $< $(LTAIL))
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp$(LINTS_DIR)/%.ln: $(UTSBASE)/common/xen/os/%.c
eb0cc229f19c437a6b538d3ac0d0443268290b7eedp @($(LHEAD) $(LINT.c) $< $(LTAIL))