Makefile revision f841f6ad96ea6675d6c6b35c749eaac601799fdf
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER START
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# The contents of this file are subject to the terms of the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Common Development and Distribution License (the "License").
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You may not use this file except in compliance with the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
199767f8919635c4928607450d9e0abb932109ceToomas Soome# or http://www.opensolaris.org/os/licensing.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# See the License for the specific language governing permissions
199767f8919635c4928607450d9e0abb932109ceToomas Soome# and limitations under the License.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
199767f8919635c4928607450d9e0abb932109ceToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# If applicable, add the following below this CDDL HEADER, with the
199767f8919635c4928607450d9e0abb932109ceToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
199767f8919635c4928607450d9e0abb932109ceToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# CDDL HEADER END
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Use is subject to license terms.
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# ident "%Z%%M% %I% %E% SMI"
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soomeinclude $(SRC)/uts/Makefile.uts
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGROUP=bin
199767f8919635c4928607450d9e0abb932109ceToomas SoomeFILEMODE=644
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Note that the following headers are present in the kernel but
199767f8919635c4928607450d9e0abb932109ceToomas Soome# neither installed or shipped as part of the product:
199767f8919635c4928607450d9e0abb932109ceToomas Soome# cpuid_drv.h: Private interface for cpuid consumers
199767f8919635c4928607450d9e0abb932109ceToomas Soome# unix_bb_info.h: Private interface to kcov
199767f8919635c4928607450d9e0abb932109ceToomas Soome#
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soomei386_HDRS= \
199767f8919635c4928607450d9e0abb932109ceToomas Soome agp/agpamd64gart_io.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome agp/agpdefs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome agp/agpgart_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome agp/agpmaster_io.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome agp/agptarget_io.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome agpgart.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome asy.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audio/audio810.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bmc_intf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fd_debug.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fdc.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fdmedia.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mouse.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mse.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome vuidmice.h
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas SoomeAVHDRS= \
199767f8919635c4928607450d9e0abb932109ceToomas Soome av/iec61883.h
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soomesparc_HDRS= \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audio/audiots.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audio/am_src2.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mouse.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome scsi/targets/ssddef.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome $(MDESCHDRS) \
199767f8919635c4928607450d9e0abb932109ceToomas Soome $(AVHDRS)
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas Soome# Generated headers
199767f8919635c4928607450d9e0abb932109ceToomas SoomeGENHDRS= \
199767f8919635c4928607450d9e0abb932109ceToomas Soome priv_const.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome priv_names.h
199767f8919635c4928607450d9e0abb932109ceToomas Soome
199767f8919635c4928607450d9e0abb932109ceToomas SoomeCHKHDRS= \
199767f8919635c4928607450d9e0abb932109ceToomas Soome acct.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome acctctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome acl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome aggr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome aggr_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome aio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome aio_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome aio_req.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome aiocb.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ascii.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome asynch.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome atomic.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audiodebug.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audioio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome audiovar.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome autoconf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome auxv.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome auxv_386.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome auxv_SPARC.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome avl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome avl_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome battery.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bitmap.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bofi.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bofi_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bpp_io.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bootstat.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome buf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bufmod.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome bustypes.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome byteorder.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome callb.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome callo.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ccompile.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cdio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome chip.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cladm.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome class.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome clconf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cmlb.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cmn_err.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome compress.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome condvar.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome condvar_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome conf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome consdev.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome console.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome contract.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome contract_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome copyops.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome core.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome corectl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cpc_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cpc_pcbe.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cpr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cpupart.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cpuvar.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome crc32.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cred.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cred_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome crtctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cryptmod.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome csiioctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ctf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ctfs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ctfs_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ctf_api.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ctype.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cyclic.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome cyclic_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dacf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dacf_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dc_ki.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddi.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddifm.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddifm_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddi_intr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddi_intr_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddi_impldefs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddi_implfuncs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddi_obsolete.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddidevmap.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddidmareq.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddimapreq.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ddipropdefs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dditypes.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome debug.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome des.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome devctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome devctl_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome devinfo_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome devops.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome devpolicy.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome devpoll.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dirent.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome disp.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dkbad.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dkio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dklabel.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dlpi.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dld.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dld_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dls.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dls_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dma_i8237A.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dnlc.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome door.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome door_data.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome door_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dtrace.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dtrace_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dumpadm.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome dumphdr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ecppsys.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ecppio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ecppreg.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ecppvar.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome efi_partition.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome elf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome elf_386.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome elf_SPARC.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome elf_notes.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome elf_amd64.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome elftypes.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome emul64.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome emul64cmd.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome emul64var.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome epm.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome errno.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome errorq.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome errorq_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome esunddi.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ethernet.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome euc.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome eucioctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome exacct.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome exacct_catalog.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome exacct_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome exec.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome exechdr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fault.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fasttrap.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fasttrap_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fbio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fbuf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fcntl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fdbuffer.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fdio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome feature_tests.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fem.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome file.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome filio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome flock.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome flock_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fss.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fsspriocntl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fsid.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fssnap.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fssnap_if.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fstyp.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ftrace.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fx.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome fxpriocntl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome gfs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome gld.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome gldpriv.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome hdio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome hwconf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ia.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome iapriocntl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome id32.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ieeefp.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome id_space.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome instance.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome int_const.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome int_fmtio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome int_limits.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome int_types.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome inttypes.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ioccom.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ioctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ipc.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ipc_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome isa_defs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome jioctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kbd.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kbdreg.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kbio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kcpc.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kdi.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kdi_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome klwp.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kmdb.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kmem.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kmem_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kobj.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kobj_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kstat.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome kstr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ksyms.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ksynch.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ldterm.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lgrp.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lgrp_user.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome link.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome list.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome list_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome llc1.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome loadavg.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lock.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lockfs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lockstat.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lofi.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome log.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome logindmux.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome logindmux_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lwp.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lwp_timer_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome lwp_upimutex_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mac.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mac_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome map.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome md5.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome md5_consts.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mdi_impldefs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mem.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mem_config.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome memlist.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mkdev.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mhd.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome miiregs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mixer.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mman.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mntent.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mntio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mnttab.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome modctl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mode.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome model.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome modhash.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome modhash_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mount.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mouse.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome msacct.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome msg.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome msg_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome msio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome msreg.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mtio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome multidata.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome multidata_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome mutex.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome nbmlock.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ndifm.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ndi_impldefs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome netconfig.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome nexusdefs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome note.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome nvpair.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome nvpair_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome objfs.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome objfs_impl.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome ontrap.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome open.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome openpromio.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome panic.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome param.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome pathconf.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome pathname.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome pattr.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome serializer.h \
199767f8919635c4928607450d9e0abb932109ceToomas Soome pbio.h \
pccard.h \
pci.h \
pcie.h \
pci_impl.h \
pcmcia.h \
pctypes.h \
pfmod.h \
pm.h \
policy.h \
poll.h \
poll_impl.h \
pool.h \
pool_impl.h \
pool_pset.h \
port.h \
port_impl.h \
port_kernel.h \
ppmio.h \
priocntl.h \
priv.h \
priv_impl.h \
prnio.h \
proc.h \
processor.h \
procfs.h \
procset.h \
project.h \
protosw.h \
prsystm.h \
pset.h \
pshot.h \
ptem.h \
ptms.h \
ptyvar.h \
raidioctl.h \
ramdisk.h \
random.h \
rctl.h \
rctl_impl.h \
reboot.h \
refstr.h \
refstr_impl.h \
resource.h \
rlioctl.h \
rt.h \
rtpriocntl.h \
rwlock.h \
rwlock_impl.h \
rwstlock.h \
sad.h \
schedctl.h \
sdt.h \
select.h \
sem.h \
sem_impl.h \
sema_impl.h \
semaphore.h \
sendfile.h \
ser_sync.h \
session.h \
sha1.h \
sha1_consts.h \
sha2.h \
sha2_consts.h \
share.h \
shm.h \
shm_impl.h \
siginfo.h \
signal.h \
sleepq.h \
smbios.h \
smbios_impl.h \
sobject.h \
socket.h \
socket_impl.h \
socketvar.h \
sockio.h \
squeue.h \
squeue_impl.h \
sservice.h \
stat.h \
statfs.h \
statvfs.h \
stdint.h \
stermio.h \
stream.h \
strft.h \
strlog.h \
strmdep.h \
stropts.h \
strredir.h \
strstat.h \
strsubr.h \
strsun.h \
strtty.h \
sunddi.h \
sunldi.h \
sunldi_impl.h \
sunmdi.h \
sunndi.h \
sunos_dhcp_class.h \
sunpm.h \
suntpi.h \
suntty.h \
swap.h \
synch.h \
syscall.h \
sysconf.h \
sysconfig.h \
sysevent.h \
sysevent_impl.h \
sysinfo.h \
syslog.h \
sysmacros.h \
sysmsg_impl.h \
systeminfo.h \
systm.h \
task.h \
taskq.h \
taskq_impl.h \
t_kuser.h \
t_lock.h \
telioctl.h \
termio.h \
termios.h \
termiox.h \
thread.h \
ticlts.h \
ticots.h \
ticotsord.h \
tihdr.h \
time.h \
time_impl.h \
time_std_impl.h \
timeb.h \
timer.h \
times.h \
timex.h \
timod.h \
tirdwr.h \
tiuser.h \
tl.h \
tnf.h \
tnf_com.h \
tnf_probe.h \
tnf_writer.h \
todio.h \
tpicommon.h \
ts.h \
tspriocntl.h \
ttcompat.h \
ttold.h \
tty.h \
ttychars.h \
ttydev.h \
tuneable.h \
turnstile.h \
types.h \
types32.h \
uadmin.h \
ucred.h \
uio.h \
ulimit.h \
un.h \
unistd.h \
user.h \
ustat.h \
utime.h \
utsname.h \
utssys.h \
uuid.h \
va_impl.h \
va_list.h \
var.h \
varargs.h \
vfs.h \
vfstab.h \
vgareg.h \
visual_io.h \
vm.h \
vmem.h \
vmem_impl.h \
vmmeter.h \
vmsystm.h \
vnode.h \
vol.h \
vtoc.h \
vtrace.h \
vuid_event.h \
vuid_wheel.h \
vuid_queue.h \
vuid_state.h \
vuid_store.h \
wait.h \
wanboot_impl.h \
watchpoint.h \
winlockio.h \
zcons.h \
zone.h \
xti_inet.h \
xti_osi.h \
xti_xtiopt.h \
zmod.h
HDRS= \
$(GENHDRS) \
$(CHKHDRS)
AUDIOHDRS= \
ac97.h \
am_src1.h \
audio_apm.h \
audio_mixer.h \
audio_src.h \
audio_support.h \
audio_trace.h \
g711.h
BSCHDRS= \
lom_ebuscodes.h \
lom_io.h \
lom_priv.h
MDESCHDRS= \
mdesc.h \
mdesc_impl.h
CRYPTOHDRS= \
elfsign.h \
ioctl.h \
ioctladmin.h \
common.h \
impl.h \
spi.h \
api.h \
ops_impl.h \
sched_impl.h
DCAMHDRS= \
dcam1394_io.h
IBHDRS= \
ib_types.h \
ib_pkt_hdrs.h
IBTLHDRS= \
ibtl_types.h \
ibtl_status.h \
ibti.h \
ibti_cm.h \
ibci.h \
ibti_common.h \
ibvti.h \
ibtl_ci_types.h
IBTLIMPLHDRS= \
ibtl_util.h
IBNEXHDRS= \
ibnex_devctl.h
IBMFHDRS= \
ibmf.h \
ibmf_msg.h \
ibmf_saa.h \
ibmf_utils.h
IBMGTHDRS= \
ib_dm_attr.h \
ib_mad.h \
sm_attr.h \
sa_recs.h
IBDHDRS= \
ibd.h
ISOHDRS= \
signal_iso.h
DERIVED_LVMHDRS= \
md_mdiox.h \
md_basic.h \
mdmed.h \
md_mhdx.h \
mdmn_commd.h
LVMHDRS= \
md_convert.h \
md_crc.h \
md_hotspares.h \
md_mddb.h \
md_mirror.h \
md_mirror_shared.h \
md_names.h \
md_notify.h \
md_raid.h \
md_rename.h \
md_sp.h \
md_stripe.h \
md_trans.h \
mdio.h \
mdvar.h
ALL_LVMHDRS= \
$(LVMHDRS) \
$(DERIVED_LVMHDRS)
FMHDRS= \
protocol.h \
util.h
FMFSHDRS= \
zfs.h
FMIOHDRS= \
ddi.h \
pci.h \
sun4upci.h \
opl_mc_fm.h
FSHDRS= \
autofs.h \
cachefs_dir.h \
cachefs_dlog.h \
cachefs_filegrp.h \
cachefs_fs.h \
cachefs_fscache.h \
cachefs_ioctl.h \
cachefs_log.h \
dv_node.h \
fifonode.h \
hsfs_isospec.h \
hsfs_node.h \
hsfs_rrip.h \
hsfs_spec.h \
hsfs_susp.h \
lofs_info.h \
lofs_node.h \
mntdata.h \
namenode.h \
pc_dir.h \
pc_fs.h \
pc_label.h \
pc_node.h \
pxfs_ki.h \
snode.h \
swapnode.h \
tmp.h \
tmpnode.h \
udf_inode.h \
udf_volume.h \
ufs_acl.h \
ufs_bio.h \
ufs_filio.h \
ufs_fs.h \
ufs_fsdir.h \
ufs_inode.h \
ufs_lockfs.h \
ufs_log.h \
ufs_mount.h \
ufs_panic.h \
ufs_prot.h \
ufs_quota.h \
ufs_snap.h \
ufs_trans.h \
zfs.h
PCMCIAHDRS= \
pcata.h \
pcgld.h \
pcramio.h \
pcramvar.h \
pcser_conf.h \
pcser_io.h \
pcser_reg.h \
pcser_manuspec.h \
pcser_var.h
SCSIHDRS= \
scsi.h \
scsi_address.h \
scsi_ctl.h \
scsi_params.h \
scsi_pkt.h \
scsi_resource.h \
scsi_types.h \
scsi_watch.h
SCSICONFHDRS= \
autoconf.h \
device.h
SCSIGENHDRS= \
commands.h \
dad_mode.h \
inquiry.h \
message.h \
mode.h \
sense.h \
status.h
SCSIIMPLHDRS= \
commands.h \
inquiry.h \
mode.h \
sense.h \
services.h \
status.h \
transport.h \
scsi_reset_notify.h \
types.h \
uscsi.h
SCSITARGETSHDRS= \
ses.h \
sesio.h \
stdef.h \
sddef.h
SCSICADHDRS=
SCSIVHCIHDRS= \
scsi_vhci.h \
mpapi_impl.h \
mpapi_scsi_vhci.h
FCHDRS= \
fc_transport.h \
linkapp.h \
fc.h \
fcp.h \
fcal_transport.h \
fcal.h \
fcal_linkapp.h \
fcio.h
SATAGENHDRS= \
sata_hba.h \
sata_defs.h \
sata_cfgadm.h
SYSEVENTHDRS= \
ap_driver.h \
dev.h \
domain.h \
dr.h \
env.h \
eventdefs.h \
ipmp.h \
svm.h
CONTRACTHDRS= \
process.h \
process_impl.h
USBHDRS= \
usba.h \
usbai.h
USBAUDHDRS= \
usb_audio.h
USBHUBDHDRS= \
hub.h \
hubd_impl.h
USBHIDHDRS= \
hid.h
USBMSHDRS= \
usb_bulkonly.h \
usb_cbi.h
USBPRNHDRS= \
usb_printer.h
UGENHDRS= \
usb_ugen.h
HOTPLUGHDRS= \
hpcsvc.h \
hpctrl.h
HOTPLUGPCIHDRS= \
pcicfg.h \
pcihp.h
RSMHDRS= \
rsm.h \
rsm_common.h \
rsmapi_common.h \
rsmpi.h \
rsmpi_driver.h \
rsmka_path_int.h
TSOLHDRS= \
label.h \
label_macro.h \
priv.h \
tndb.h \
tsyscall.h
I1394HDRS= \
cmd1394.h \
id1394.h \
ieee1212.h \
ieee1394.h \
ixl1394.h \
s1394_impl.h \
t1394.h
# "cmdk" headers used on sparc
SDKTPHDRS= \
dadkio.h \
fdisk.h
# "cmdk" headers used on i386
DKTPHDRS= \
altsctr.h \
bbh.h \
cm.h \
cmdev.h \
cmdk.h \
cmpkt.h \
controller.h \
dadev.h \
dadk.h \
dadkio.h \
fctypes.h \
fdisk.h \
flowctrl.h \
gda.h \
quetypes.h \
queue.h \
tgcom.h \
tgdk.h
# "pc" header files used on i386
PCHDRS= \
avintr.h \
dma_engine.h \
i8272A.h \
pic.h \
pit.h \
rtc.h
# I2O header files (currently used only on i386)
I2OHDRS= \
i2oadptr.h \
i2obscsi.h \
i2oexec.h \
i2omsg.h \
i2omstr.h \
i2outil.h
include Makefile.syshdrs
dcam/%.check: dcam/%.h
$(DOT_H_CHECK)
CHECKHDRS= \
$($(MACH)_HDRS:%.h=%.check) \
$(AUDIOHDRS:%.h=audio/%.check) \
$(BSCHDRS:%.h=%.check) \
$(CHKHDRS:%.h=%.check) \
$(CRYPTOHDRS:%.h=crypto/%.check) \
$(DCAMHDRS:%.h=dcam/%.check) \
$(IBHDRS:%.h=ib/%.check) \
$(IBDHDRS:%.h=ib/clients/ibd/%.check) \
$(IBTLHDRS:%.h=ib/ibtl/%.check) \
$(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
$(IBNEXHDRS:%.h=ib/ibnex/%.check) \
$(IBMGTHDRS:%.h=ib/mgt/%.check) \
$(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \
$(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \
$(ISOHDRS:%.h=iso/%.check) \
$(FMHDRS:%.h=fm/%.check) \
$(FMFSHDRS:%.h=fm/fs/%.check) \
$(FMIOHDRS:%.h=fm/io/%.check) \
$(FSHDRS:%.h=fs/%.check) \
$(LVMHDRS:%.h=lvm/%.check) \
$(PCMCIAHDRS:%.h=pcmcia/%.check) \
$(SCSIHDRS:%.h=scsi/%.check) \
$(SCSICONHDRS:%.h=scsi/conf/%.check) \
$(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \
$(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \
$(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \
$(FCHDRS:%.h=fc4/%.check) \
$(SATAGENHDRS:%.h=sata/%.check) \
$(SYSEVENTHDRS:%.h=sysevent/%.check) \
$(CONTRACTHDRS:%.h=contract/%.check) \
$(USBAUDHDRS:%.h=usb/clients/audio/%.check) \
$(USBHUBDHDRS:%.h=usb/hubd/%.check) \
$(USBHIDHDRS:%.h=usb/clients/hid/%.check) \
$(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \
$(USBPRNHDRS:%.h=usb/clients/printer/%.check) \
$(UGENHDRS:%.h=usb/clients/ugen/%.check) \
$(USBHDRS:%.h=usb/%.check) \
$(I1394HDRS:%.h=1394/%.check) \
$(RSMHDRS:%.h=rsm/%.check) \
$(TSOLHDRS:%.h=tsol/%.check)
.KEEP_STATE:
.PARALLEL: \
$(CHECKHDRS) \
$(ROOTHDRS) \
$(ROOTAUDHDRS) \
$(ROOTCRYPTOHDRS) \
$(ROOTDCAMHDRS) \
$(ROOTISOHDRS) \
$(ROOTFMHDRS) \
$(ROOTFMIOHDRS) \
$(ROOTFMFSHDRS) \
$(ROOTFSHDRS) \
$(ROOTIBDHDRS) \
$(ROOTIBHDRS) \
$(ROOTIBTLHDRS) \
$(ROOTIBTLIMPLHDRS) \
$(ROOTIBNEXHDRS) \
$(ROOTIBMGTHDRS) \
$(ROOTIBMFHDRS) \
$(ROOTTAVORHDRS) \
$(ROOTLVMHDRS) \
$(ROOTPCMCIAHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSICONFHDRS) \
$(ROOTSCSIGENHDRS) \
$(ROOTSCSIIMPLHDRS) \
$(ROOTSCSIVHCIHDRS) \
$(ROOTFCHDRS) \
$(ROOTSYSEVENTHDRS) \
$(ROOTCONTRACTHDRS) \
$(ROOTUSBHDRS) \
$(ROOTUSBAUDHDRS) \
$(ROOTUSBHUBDHDRS) \
$(ROOTUSBHIDHDRS) \
$(ROOTUSBMSHDRS) \
$(ROOTUSBPRNHDRS) \
$(ROOTUGENHDRS) \
$(ROOT1394HDRS) \
$(ROOTHOTPLUGHDRS) \
$(ROOTHOTPLUGPCIHDRS) \
$(ROOTRSMHDRS) \
$(ROOTTSOLHDRS) \
$($(MACH)_ROOTHDRS)
install_h: \
$(ROOTDIRS) \
LVMDERIVED_H \
.WAIT \
$(ROOTHDRS) \
$(ROOTAUDHDRS) \
$(ROOTCRYPTOHDRS) \
$(ROOTDCAMHDRS) \
$(ROOTISOHDRS) \
$(ROOTFMHDRS) \
$(ROOTFMFSHDRS) \
$(ROOTFMIOHDRS) \
$(ROOTFSHDRS) \
$(ROOTIBDHDRS) \
$(ROOTIBHDRS) \
$(ROOTIBTLHDRS) \
$(ROOTIBTLIMPLHDRS) \
$(ROOTIBNEXHDRS) \
$(ROOTIBMGTHDRS) \
$(ROOTIBMFHDRS) \
$(ROOTTAVORHDRS) \
$(ROOTLVMHDRS) \
$(ROOTPCMCIAHDRS) \
$(ROOTSCSIHDRS) \
$(ROOTSCSICONFHDRS) \
$(ROOTSCSIGENHDRS) \
$(ROOTSCSIIMPLHDRS) \
$(ROOTSCSIVHCIHDRS) \
$(ROOTFCHDRS) \
$(ROOTSYSEVENTHDRS) \
$(ROOTCONTRACTHDRS) \
$(ROOTUSBHDRS) \
$(ROOTUSBAUDHDRS) \
$(ROOTUSBHUBDHDRS) \
$(ROOTUSBHIDHDRS) \
$(ROOTUSBMSHDRS) \
$(ROOTUSBPRNHDRS) \
$(ROOTUGENHDRS) \
$(ROOT1394HDRS) \
$(ROOTHOTPLUGHDRS) \
$(ROOTHOTPLUGPCIHDRS) \
$(ROOTRSMHDRS) \
$(ROOTTSOLHDRS) \
$($(MACH)_ROOTHDRS)
all_h: $(GENHDRS)
priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
$(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
$(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
LVMDERIVED_H:
cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE)
check: $(CHECKHDRS)
FRC:
# EXPORT DELETE START
EXPORT_SRC:
$(RM) wanboot_impl.h+ Makefile+
sed -e "/EXPORT DELETE START/,/EXPORT DELETE END/d" \
< wanboot_impl.h > wanboot_impl.h+
$(MV) wanboot_impl.h+ wanboot_impl.h
sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
< Makefile > Makefile+
$(RM) Makefile
$(MV) Makefile+ Makefile
$(CHMOD) 444 Makefile wanboot_impl.h
# EXPORT DELETE END