xref: /illumos-gate/usr/src/uts/intel/sys/Makefile (revision 4fceebdf03eeac0d7c58a4f70cc19b00a8c40a73)
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*4fceebdfSblakej# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
237c478bd9Sstevel@tonic-gate# Use is subject to license terms.
247c478bd9Sstevel@tonic-gate#
257c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
267c478bd9Sstevel@tonic-gate#
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gateinclude ../../../Makefile.master
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gate# NOTE: hrtcntl.h and hrtsys.h are present in this directory so that the
317c478bd9Sstevel@tonic-gate#	hrtsys system call can be built to facilitate transportability of
327c478bd9Sstevel@tonic-gate#	stock SVr4 programs.  Every effort is to be made to prevent objects
337c478bd9Sstevel@tonic-gate#	from being built, so these headers are not exported (installed).
347c478bd9Sstevel@tonic-gate
357c478bd9Sstevel@tonic-gateHDRS	=			\
367c478bd9Sstevel@tonic-gate	archsystm.h		\
377c478bd9Sstevel@tonic-gate	asm_linkage.h		\
387c478bd9Sstevel@tonic-gate	bootconf.h		\
397c478bd9Sstevel@tonic-gate	bootregs.h		\
407c478bd9Sstevel@tonic-gate	bootsvcs.h		\
417c478bd9Sstevel@tonic-gate	controlregs.h		\
427c478bd9Sstevel@tonic-gate	cpu.h			\
437c478bd9Sstevel@tonic-gate	ddi_isa.h		\
447c478bd9Sstevel@tonic-gate	debugreg.h		\
457c478bd9Sstevel@tonic-gate	dnet.h			\
467c478bd9Sstevel@tonic-gate	fasttrap_isa.h		\
477c478bd9Sstevel@tonic-gate	fp.h			\
487c478bd9Sstevel@tonic-gate	frame.h			\
497c478bd9Sstevel@tonic-gate	immu.h			\
507c478bd9Sstevel@tonic-gate	inline.h		\
517c478bd9Sstevel@tonic-gate	kd.h			\
527c478bd9Sstevel@tonic-gate	kdi_machimpl.h		\
537c478bd9Sstevel@tonic-gate	machelf.h		\
547c478bd9Sstevel@tonic-gate	machlock.h		\
557c478bd9Sstevel@tonic-gate	machsig.h		\
567c478bd9Sstevel@tonic-gate	machtypes.h		\
577aec1d6eScindi	mc.h			\
587aec1d6eScindi	mc_amd.h		\
597aec1d6eScindi	mca_amd.h		\
607aec1d6eScindi	mca_x86.h		\
617aec1d6eScindi	memtest.h		\
627c478bd9Sstevel@tonic-gate	mii.h			\
637c478bd9Sstevel@tonic-gate	miipriv.h		\
647c478bd9Sstevel@tonic-gate	mmu.h			\
657c478bd9Sstevel@tonic-gate	mutex_impl.h		\
667c478bd9Sstevel@tonic-gate	obpdefs.h		\
677c478bd9Sstevel@tonic-gate	old_procfs.h		\
687c478bd9Sstevel@tonic-gate	pcb.h			\
697c478bd9Sstevel@tonic-gate	privregs.h		\
707c478bd9Sstevel@tonic-gate	procfs_isa.h		\
717c478bd9Sstevel@tonic-gate	prom_emul.h		\
727c478bd9Sstevel@tonic-gate	prom_isa.h		\
737c478bd9Sstevel@tonic-gate	prom_plat.h		\
747c478bd9Sstevel@tonic-gate	promif.h		\
757c478bd9Sstevel@tonic-gate	promimpl.h		\
767c478bd9Sstevel@tonic-gate	psw.h			\
777c478bd9Sstevel@tonic-gate	pte.h			\
787c478bd9Sstevel@tonic-gate	reg.h			\
797c478bd9Sstevel@tonic-gate	regset.h		\
807c478bd9Sstevel@tonic-gate	segment.h		\
817c478bd9Sstevel@tonic-gate	segments.h		\
827c478bd9Sstevel@tonic-gate	spl.h			\
837c478bd9Sstevel@tonic-gate	stack.h			\
847c478bd9Sstevel@tonic-gate	stat_impl.h		\
857c478bd9Sstevel@tonic-gate	synch32.h		\
867c478bd9Sstevel@tonic-gate	sysconfig_impl.h	\
877c478bd9Sstevel@tonic-gate	sysi86.h		\
887c478bd9Sstevel@tonic-gate	trap.h			\
897c478bd9Sstevel@tonic-gate	traptrace.h		\
907c478bd9Sstevel@tonic-gate	tss.h			\
917c478bd9Sstevel@tonic-gate	ucontext.h		\
927c478bd9Sstevel@tonic-gate	utrap.h			\
937c478bd9Sstevel@tonic-gate	vmparam.h		\
947c478bd9Sstevel@tonic-gate	x86_archext.h
957c478bd9Sstevel@tonic-gate
96fb9f9b97SkupferCLOSEDHDRS = \
97fb9f9b97Skupfer	sbpro.h
98fb9f9b97Skupfer
997c478bd9Sstevel@tonic-gateSUBHDRS	=			\
1007c70629eStaylor	dktp/mscsi.h
1017c478bd9Sstevel@tonic-gate
1027c478bd9Sstevel@tonic-gateROOTDIR=	$(ROOT)/usr/include/sys
1037c478bd9Sstevel@tonic-gateSCSIDIR=	$(ROOTDIR)/scsi
1047c478bd9Sstevel@tonic-gateSCSIDIRS=	$(SCSIDIR) $(SCSIDIR)/conf $(SCSIDIR)/generic \
1057c478bd9Sstevel@tonic-gate		$(SCSIDIR)/impl $(SCSIDIR)/targets
1067c478bd9Sstevel@tonic-gateDKTPDIR=	$(ROOTDIR)/dktp
1077c478bd9Sstevel@tonic-gateDKTPDIRS=	$(DKTPDIR)
1087c478bd9Sstevel@tonic-gateROOTFSDIR=	$(ROOTDIR)/fs
1097c478bd9Sstevel@tonic-gateROOTDIRS=	$(ROOTDIR) $(ROOTFSDIR)
1107c478bd9Sstevel@tonic-gate
1117c478bd9Sstevel@tonic-gateROOTHDRS= $(HDRS:%=$(ROOTDIR)/%) $(SUBHDRS:%=$(ROOTDIR)/%)
112fb9f9b97Skupfer$(CLOSED_BUILD)ROOTHDRS += $(CLOSEDHDRS:%=$(ROOTDIR)/%)
113fb9f9b97Skupfer
1147c478bd9Sstevel@tonic-gateCHECKHDRS= 			\
1157c478bd9Sstevel@tonic-gate	$(HDRS:%.h=%.check)	\
116*4fceebdfSblakej	$(SUBHDRS:%.h=%.check)
1177c478bd9Sstevel@tonic-gate
118fb9f9b97Skupfer$(CLOSED_BUILD)CHECKHDRS += $(CLOSEDHDRS:%.h=$(CLOSED)/uts/intel/sys/%.check)
119fb9f9b97Skupfer
1207c478bd9Sstevel@tonic-gate# install rules
1217c478bd9Sstevel@tonic-gate$(ROOTDIR)/%: %
1227c478bd9Sstevel@tonic-gate	$(INS.file)
1237c478bd9Sstevel@tonic-gate
124fb9f9b97Skupfer$(ROOTDIR)/%:	$(CLOSED)/uts/intel/sys/%
125fb9f9b97Skupfer	$(INS.file)
126fb9f9b97Skupfer
1277c478bd9Sstevel@tonic-gate.KEEP_STATE:
1287c478bd9Sstevel@tonic-gate
129*4fceebdfSblakej.PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
1307c478bd9Sstevel@tonic-gate
131*4fceebdfSblakejinstall_h: $(ROOTDIRS) .WAIT $(ROOTHDRS)
1327c478bd9Sstevel@tonic-gate
1337c478bd9Sstevel@tonic-gate$(ROOTDIRS):
1347c478bd9Sstevel@tonic-gate	$(INS.dir)
1357c478bd9Sstevel@tonic-gate
1367c478bd9Sstevel@tonic-gatecheck:	$(CHECKHDRS)
137