17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 57c70629eStaylor# Common Development and Distribution License (the "License"). 67c70629eStaylor# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 207c478bd9Sstevel@tonic-gate# 217c478bd9Sstevel@tonic-gate# 22*bdb9230aSGarrett D'Amore# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 237c478bd9Sstevel@tonic-gate# Use is subject to license terms. 247c478bd9Sstevel@tonic-gate# 257c478bd9Sstevel@tonic-gate 267c478bd9Sstevel@tonic-gateinclude ../../../Makefile.master 277c478bd9Sstevel@tonic-gate 287c478bd9Sstevel@tonic-gate# NOTE: hrtcntl.h and hrtsys.h are present in this directory so that the 297c478bd9Sstevel@tonic-gate# hrtsys system call can be built to facilitate transportability of 307c478bd9Sstevel@tonic-gate# stock SVr4 programs. Every effort is to be made to prevent objects 317c478bd9Sstevel@tonic-gate# from being built, so these headers are not exported (installed). 327c478bd9Sstevel@tonic-gate 337c478bd9Sstevel@tonic-gateHDRS = \ 347c478bd9Sstevel@tonic-gate archsystm.h \ 357c478bd9Sstevel@tonic-gate asm_linkage.h \ 367c478bd9Sstevel@tonic-gate bootconf.h \ 377c478bd9Sstevel@tonic-gate bootregs.h \ 387c478bd9Sstevel@tonic-gate bootsvcs.h \ 397c478bd9Sstevel@tonic-gate controlregs.h \ 407c478bd9Sstevel@tonic-gate cpu.h \ 417c478bd9Sstevel@tonic-gate ddi_isa.h \ 427c478bd9Sstevel@tonic-gate debugreg.h \ 437c478bd9Sstevel@tonic-gate fasttrap_isa.h \ 447c478bd9Sstevel@tonic-gate fp.h \ 457c478bd9Sstevel@tonic-gate frame.h \ 467c478bd9Sstevel@tonic-gate inline.h \ 4720906b23SVikram Hegde iommulib.h \ 48551bc2a6Smrj hypervisor.h \ 497c478bd9Sstevel@tonic-gate kdi_machimpl.h \ 50ae115bc7Smrj kdi_regs.h \ 517c478bd9Sstevel@tonic-gate machlock.h \ 527c478bd9Sstevel@tonic-gate machsig.h \ 537c478bd9Sstevel@tonic-gate machtypes.h \ 547aec1d6eScindi mc.h \ 557aec1d6eScindi mc_amd.h \ 5620c794b3Sgavinm mc_intel.h \ 577aec1d6eScindi mca_amd.h \ 587aec1d6eScindi mca_x86.h \ 597c478bd9Sstevel@tonic-gate mutex_impl.h \ 607c478bd9Sstevel@tonic-gate obpdefs.h \ 617c478bd9Sstevel@tonic-gate old_procfs.h \ 627c478bd9Sstevel@tonic-gate pcb.h \ 63ae115bc7Smrj pmem.h \ 64843e1988Sjohnlev privmregs.h \ 657c478bd9Sstevel@tonic-gate privregs.h \ 667c478bd9Sstevel@tonic-gate procfs_isa.h \ 677c478bd9Sstevel@tonic-gate prom_emul.h \ 687c478bd9Sstevel@tonic-gate prom_isa.h \ 697c478bd9Sstevel@tonic-gate prom_plat.h \ 707c478bd9Sstevel@tonic-gate promif.h \ 717c478bd9Sstevel@tonic-gate promimpl.h \ 727c478bd9Sstevel@tonic-gate psw.h \ 737c478bd9Sstevel@tonic-gate pte.h \ 747c478bd9Sstevel@tonic-gate reg.h \ 757c478bd9Sstevel@tonic-gate regset.h \ 767c478bd9Sstevel@tonic-gate segment.h \ 777c478bd9Sstevel@tonic-gate segments.h \ 787c478bd9Sstevel@tonic-gate spl.h \ 797c478bd9Sstevel@tonic-gate stack.h \ 807c478bd9Sstevel@tonic-gate stat_impl.h \ 817c478bd9Sstevel@tonic-gate synch32.h \ 827c478bd9Sstevel@tonic-gate sysconfig_impl.h \ 837c478bd9Sstevel@tonic-gate sysi86.h \ 847c478bd9Sstevel@tonic-gate trap.h \ 857c478bd9Sstevel@tonic-gate traptrace.h \ 867c478bd9Sstevel@tonic-gate tss.h \ 877c478bd9Sstevel@tonic-gate ucontext.h \ 887c478bd9Sstevel@tonic-gate utrap.h \ 897c478bd9Sstevel@tonic-gate vmparam.h \ 90551bc2a6Smrj x86_archext.h \ 91551bc2a6Smrj xen_errno.h 927c478bd9Sstevel@tonic-gate 937c478bd9Sstevel@tonic-gateROOTDIR= $(ROOT)/usr/include/sys 947c478bd9Sstevel@tonic-gateSCSIDIR= $(ROOTDIR)/scsi 957c478bd9Sstevel@tonic-gateSCSIDIRS= $(SCSIDIR) $(SCSIDIR)/conf $(SCSIDIR)/generic \ 967c478bd9Sstevel@tonic-gate $(SCSIDIR)/impl $(SCSIDIR)/targets 977c478bd9Sstevel@tonic-gateROOTFSDIR= $(ROOTDIR)/fs 987c478bd9Sstevel@tonic-gateROOTDIRS= $(ROOTDIR) $(ROOTFSDIR) 997c478bd9Sstevel@tonic-gate 10057f4a14aSGarrett D'AmoreROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) 101fb9f9b97Skupfer 1027c478bd9Sstevel@tonic-gateCHECKHDRS= \ 10357f4a14aSGarrett D'Amore $(HDRS:%.h=%.check) 1047c478bd9Sstevel@tonic-gate 1057c478bd9Sstevel@tonic-gate# install rules 1067c478bd9Sstevel@tonic-gate$(ROOTDIR)/%: % 1077c478bd9Sstevel@tonic-gate $(INS.file) 1087c478bd9Sstevel@tonic-gate 1097c478bd9Sstevel@tonic-gate.KEEP_STATE: 1107c478bd9Sstevel@tonic-gate 1114fceebdfSblakej.PARALLEL: $(CHECKHDRS) $(ROOTHDRS) 1127c478bd9Sstevel@tonic-gate 1134fceebdfSblakejinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS) 1147c478bd9Sstevel@tonic-gate 1157c478bd9Sstevel@tonic-gate$(ROOTDIRS): 1167c478bd9Sstevel@tonic-gate $(INS.dir) 1177c478bd9Sstevel@tonic-gate 1187c478bd9Sstevel@tonic-gatecheck: $(CHECKHDRS) 119