Makefile revision 61679b0b6826b0ae7e3f751acd91412fcfa45d1e
230N/A#
230N/A# CDDL HEADER START
230N/A#
230N/A# The contents of this file are subject to the terms of the
230N/A# Common Development and Distribution License (the "License").
230N/A# You may not use this file except in compliance with the License.
230N/A#
230N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
230N/A# or http://www.opensolaris.org/os/licensing.
230N/A# See the License for the specific language governing permissions
230N/A# and limitations under the License.
230N/A#
230N/A# When distributing Covered Code, include this CDDL HEADER in each
230N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
230N/A# If applicable, add the following below this CDDL HEADER, with the
230N/A# fields enclosed by brackets "[]" replaced with your own identifying
230N/A# information: Portions Copyright [yyyy] [name of copyright owner]
230N/A#
230N/A# CDDL HEADER END
230N/A#
230N/A#
3996N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
230N/A# Use is subject to license terms.
230N/A#
230N/A
230N/Ainclude ../../../Makefile.master
230N/A
5228N/A# NOTE: hrtcntl.h and hrtsys.h are present in this directory so that the
230N/A# hrtsys system call can be built to facilitate transportability of
230N/A# stock SVr4 programs. Every effort is to be made to prevent objects
844N/A# from being built, so these headers are not exported (installed).
5228N/A
230N/AHDRS = \
618N/A archsystm.h \
1273N/A asm_linkage.h \
230N/A bootconf.h \
5228N/A bootregs.h \
3661N/A bootsvcs.h \
3996N/A controlregs.h \
3996N/A cpu.h \
3996N/A ddi_isa.h \
3996N/A debugreg.h \
230N/A fasttrap_isa.h \
230N/A fp.h \
230N/A frame.h \
230N/A inline.h \
230N/A iommulib.h \
230N/A hypervisor.h \
230N/A kdi_machimpl.h \
230N/A kdi_regs.h \
230N/A machlock.h \
230N/A machsig.h \
230N/A machtypes.h \
230N/A mc.h \
230N/A mc_amd.h \
230N/A mc_intel.h \
230N/A mca_amd.h \
230N/A mca_x86.h \
230N/A mutex_impl.h \
230N/A obpdefs.h \
230N/A old_procfs.h \
230N/A pcb.h \
230N/A pmem.h \
230N/A privmregs.h \
230N/A privregs.h \
230N/A procfs_isa.h \
230N/A prom_emul.h \
230N/A prom_isa.h \
230N/A prom_plat.h \
230N/A promif.h \
230N/A promimpl.h \
230N/A psw.h \
230N/A pte.h \
230N/A reg.h \
230N/A regset.h \
230N/A segment.h \
230N/A segments.h \
230N/A spl.h \
230N/A stack.h \
230N/A stat_impl.h \
230N/A synch32.h \
230N/A sysconfig_impl.h \
230N/A sysi86.h \
230N/A trap.h \
230N/A traptrace.h \
230N/A tss.h \
230N/A ucontext.h \
230N/A utrap.h \
230N/A vmparam.h \
230N/A x86_archext.h \
230N/A xen_errno.h
230N/A
230N/AROOTDIR= $(ROOT)/usr/include/sys
230N/ASCSIDIR= $(ROOTDIR)/scsi
230N/ASCSIDIRS= $(SCSIDIR) $(SCSIDIR)/conf $(SCSIDIR)/generic \
230N/A $(SCSIDIR)/impl $(SCSIDIR)/targets
230N/AROOTFSDIR= $(ROOTDIR)/fs
230N/AROOTDIRS= $(ROOTDIR) $(ROOTFSDIR)
230N/A
230N/AROOTHDRS= $(HDRS:%=$(ROOTDIR)/%)
230N/A
230N/ACHECKHDRS= \
230N/A $(HDRS:%.h=%.check)
230N/A
230N/A# install rules
230N/A$(ROOTDIR)/%: %
230N/A $(INS.file)
230N/A
230N/A.KEEP_STATE:
230N/A
4581N/A.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
4581N/A
230N/Ainstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS)
230N/A
230N/A$(ROOTDIRS):
230N/A $(INS.dir)
230N/A
230N/Acheck: $(CHECKHDRS)
230N/A