+# installed into System.framework's PrivateHeaders/mach subdirectory
+PRIVATE_DATAFILES = \
+ bootstrap.h \
+ coalition.h \
+ coalition_notification.defs \
+ host_info.h \
+ ktrace_background.defs \
+ mach_host.defs \
+ mach_traps.h \
+ memory_object_types.h \
+ mig.h \
+ mk_timer.h \
+ processor_info.h \
+ resource_notify.defs \
+ resource_monitors.h \
+ semaphore.h \
+ sfi_class.h \
+ syscall_sw.h \
+ sysdiagnose_notification.defs \
+ task_info.h \
+ task_inspect.h \
+ task_policy.h \
+ thread_policy.h \
+ thread_switch.h \
+ vm_prot.h
+
+INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
+
+INSTALL_KF_MI_LIST = \
+ mach_interface.h \
+ $(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES})
+
+INSTALL_KF_MI_LCL_LIST = \
+ coalition.h \
+ mach_interface.h \
+ $(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES})
+