Makefile.syshdrs revision c39526b769298791ff5b0b6c5e761f49aabaeb4e
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# CDDL HEADER START
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# The contents of this file are subject to the terms of the
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# Common Development and Distribution License (the "License").
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# You may not use this file except in compliance with the License.
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# See the License for the specific language governing permissions
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# and limitations under the License.
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# When distributing Covered Code, include this CDDL HEADER in each
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# If applicable, add the following below this CDDL HEADER, with the
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# fields enclosed by brackets "[]" replaced with your own identifying
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# information: Portions Copyright [yyyy] [name of copyright owner]
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# CDDL HEADER END
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# Common definitions for open and closed headers.
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King# check files really don't exist
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason Kingaudio/%.check: audio/%.h
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King $(DOT_H_CHECK)
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason Kingav/%.check: av/%.h
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King $(DOT_H_CHECK)
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason Kingfm/%.check: fm/%.h
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King $(DOT_H_CHECK)
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King $(DOT_H_CHECK)
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King $(DOT_H_CHECK)
a0ed50307cf80490d23a92f5eac0bfcd26343dd6Jason King $(DOT_H_CHECK)
ROOTDIR= $(ROOT)/usr/include/sys
sparc_ROOTDIRS= $(ROOTDKTPDIR) $(ROOTDIR)/scsi/adapters \
$(ROOTDIR)/scsi/targets
$(ROOTDIR)/hotplug/pci \
$(ROOTDIR)/fibre-channel/impl \
$(ROOTDIR)/fibre-channel/ulp \
$(ROOTDIR)/fm/cpu \
$(ROOTDIR)/fm/fs \
$(ROOTDIR)/fm/io \
$(ROOTDIR)/ib/adapters/tavor \
$(ROOTDIR)/ib/adapters/hermon \
$(ROOTDIR)/ib/ibtl \
$(ROOTDIR)/ib/ibtl/impl \
$(ROOTDIR)/ib/mgt \
$(ROOTDIR)/ib/mgt/ibmf \
$(ROOTDIR)/ib/ibnex \
$(ROOTDIR)/ib/clients/ibd \
$(ROOTDIR)/ib/clients/of \
$(ROOTDIR)/ib/clients/of/rdma \
$(ROOTDIR)/ib/clients/of/sol_ofs \
$(ROOTDIR)/ib/clients/of/sol_uverbs \
$(ROOTDIR)/ib/clients/of/sol_ucma \
$(ROOTDIR)/scsi/conf \
$(ROOTDIR)/scsi/generic \
$(ROOTDIR)/scsi/impl \
$(ROOTDIR)/usb/hubd \
$(ROOTDIR)/usb/clients \
$(ROOTDIR)/usb/clients/audio \
$(ROOTDIR)/usb/clients/hid \
$(ROOTDIR)/usb/clients/hwarc \
$(ROOTDIR)/usb/clients/mass_storage \
$(ROOTDIR)/usb/clients/printer \
$(ROOTDIR)/usb/clients/usbcdc \
$(ROOTDIR)/usb/clients/video/usbvc \
$(ROOTDIR)/usb/clients/usbinput/usbwcm \
$(ROOTDIR)/usb/clients/ugen \
$(ROOTDIR)/uwb/uwba \
ROOTIBDHDRS= $(IBDHDRS:%=$(ROOTDIR)/ib/clients/ibd/%)
ROOTIBTLHDRS= $(IBTLHDRS:%=$(ROOTDIR)/ib/ibtl/%)
ROOTIBTLIMPLHDRS= $(IBTLIMPLHDRS:%=$(ROOTDIR)/ib/ibtl/impl/%)
ROOTIBNEXHDRS= $(IBNEXHDRS:%=$(ROOTDIR)/ib/ibnex/%)
ROOTIBMGTHDRS= $(IBMGTHDRS:%=$(ROOTDIR)/ib/mgt/%)
ROOTIBMFHDRS= $(IBMFHDRS:%=$(ROOTDIR)/ib/mgt/ibmf/%)
ROOTOFHDRS= $(OFHDRS:%=$(ROOTDIR)/ib/clients/of/%)
ROOTRDMAHDRS= $(RDMAHDRS:%=$(ROOTDIR)/ib/clients/of/rdma/%)
ROOTSOL_OFSHDRS= $(SOL_OFSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ofs/%)
ROOTSOL_UVERBSHDRS= $(SOL_UVERBSHDRS:%=$(ROOTDIR)/ib/clients/of/sol_uverbs/%)
ROOTSOL_UCMAHDRS= $(SOL_UCMAHDRS:%=$(ROOTDIR)/ib/clients/of/sol_ucma/%)
ROOTTAVORHDRS= $(TAVORHDRS:%=$(ROOTDIR)/ib/adapters/tavor/%)
ROOTHERMONHDRS= $(HERMONHDRS:%=$(ROOTDIR)/ib/adapters/hermon/%)
ROOTFMCPUHDRS= $(FMCPUHDRS:%=$(ROOTDIR)/fm/cpu/%)
ROOTFMIOHDRS= $(FMIOHDRS:%=$(ROOTDIR)/fm/io/%)
ROOTFMFSHDRS= $(FMFSHDRS:%=$(ROOTDIR)/fm/fs/%)
ROOTSCSICONFHDRS= $(SCSICONFHDRS:%=$(ROOTDIR)/scsi/conf/%)
ROOTSCSIGENHDRS= $(SCSIGENHDRS:%=$(ROOTDIR)/scsi/generic/%)
ROOTSCSIIMPLHDRS= $(SCSIIMPLHDRS:%=$(ROOTDIR)/scsi/impl/%)
ROOTSCSITARGETSHDRS= $(SCSITARGETSHDRS:%=$(ROOTDIR)/scsi/targets/%)
ROOTSCSICADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
ROOTSCSIADHDRS= $(SCSICADHDRS:%=$(ROOTDIR)/scsi/adapters/%)
ROOTSCSIVHCIHDRS= $(SCSIVHCIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
ROOTSCSIISCSIHDRS= $(SCSIISCSIHDRS:%=$(ROOTDIR)/scsi/adapters/%)
ROOTFCIMPLHDRS= $(FCIMPLHDRS:%=$(ROOTDIR)/fibre-channel/impl/%)
ROOTFCULPHDRS= $(FCULPHDRS:%=$(ROOTDIR)/fibre-channel/ulp/%)
ROOTUWBAHDRS= $(UWBAHDRS:%=$(ROOTDIR)/uwb/uwba/%)
ROOTUSBAUDHDRS= $(USBAUDHDRS:%=$(ROOTDIR)/usb/clients/audio/%)
ROOTUSBHUBDHDRS= $(USBHUBDHDRS:%=$(ROOTDIR)/usb/hubd/%)
ROOTUSBHIDHDRS = $(USBHIDHDRS:%=$(ROOTDIR)/usb/clients/hid/%)
ROOTUSBHWARCHDRS = $(USBHWARCHDRS:%=$(ROOTDIR)/usb/clients/hwarc/%)
ROOTUSBMSHDRS= $(USBMSHDRS:%=$(ROOTDIR)/usb/clients/mass_storage/%)
ROOTUSBPRNHDRS= $(USBPRNHDRS:%=$(ROOTDIR)/usb/clients/printer/%)
ROOTUSBCDCHDRS= $(USBCDCHDRS:%=$(ROOTDIR)/usb/clients/usbcdc/%)
ROOTUSBVIDHDRS= $(USBVIDHDRS:%=$(ROOTDIR)/usb/clients/video/usbvc/%)
ROOTUSBWCMHDRS= $(USBWCMHDRS:%=$(ROOTDIR)/usb/clients/usbinput/usbwcm/%)
ROOTUGENHDRS= $(UGENHDRS:%=$(ROOTDIR)/usb/clients/ugen/%)
ROOTHOTPLUGPCIHDRS= $(HOTPLUGPCIHDRS:%=$(ROOTDIR)/hotplug/pci/%)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(ROOTDIR)/ib/clients/of/%: of/%
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.file)
$(INS.dir)