Makefile revision 843e19887f64dde75055cf8842fc4db2171eff45
4721N/A#
4721N/A# CDDL HEADER START
4721N/A#
4721N/A# The contents of this file are subject to the terms of the
4721N/A# Common Development and Distribution License (the "License").
4721N/A# You may not use this file except in compliance with the License.
4721N/A#
4721N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4721N/A# or http://www.opensolaris.org/os/licensing.
4721N/A# See the License for the specific language governing permissions
4721N/A# and limitations under the License.
4721N/A#
4721N/A# When distributing Covered Code, include this CDDL HEADER in each
4721N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4721N/A# If applicable, add the following below this CDDL HEADER, with the
4721N/A# fields enclosed by brackets "[]" replaced with your own identifying
4721N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4721N/A#
4721N/A# CDDL HEADER END
4721N/A#
4721N/A#
4721N/A#pragma ident "%Z%%M% %I% %E% SMI"
4721N/A#
4721N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
4721N/A# Use is subject to license terms.
4721N/A#
4721N/A# uts/intel/ia32/sys/Makefile
4721N/A#
4721N/A# include global definitions
4721N/Ainclude ../../../../Makefile.master
4721N/A
4721N/AHDRS= \
4721N/A asm_linkage.h \
4721N/A kdi_regs.h \
4721N/A machtypes.h \
4721N/A privmregs.h \
4721N/A privregs.h \
4721N/A psw.h \
4721N/A pte.h \
4721N/A reg.h \
4721N/A stack.h \
4721N/A trap.h \
4721N/A traptrace.h
4721N/A
4721N/AROOTINCISA= $(ROOT)/usr/include/ia32
4721N/AROOTDIR= $(ROOTINCISA)/sys
4721N/AROOTDIRS= $(ROOTDIR)
4721N/A
4721N/AROOTHDRS= $(HDRS:%=$(ROOTDIR)/%)
4721N/A
4721N/ACHECKHDRS= $(HDRS:%.h=%.check)
4721N/A
4721N/A# install rules
4721N/A$(ROOTDIR)/%: %
4721N/A $(INS.file)
4721N/A
4721N/A.KEEP_STATE:
4721N/A
4721N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
4721N/A
4721N/Ainstall_h: $(ROOTINCISA) .WAIT $(ROOTDIRS) .WAIT $(ROOTHDRS)
4721N/A
4721N/A$(ROOTINCISA):
4721N/A $(INS.dir)
4721N/A
4721N/A$(ROOTDIRS): $(ROOTINCISA)
4721N/A $(INS.dir)
4721N/A
4721N/Acheck: $(CHECKHDRS)
4721N/A