INSTINC_SUBDIRS = machine
INSTINC_SUBDIRS_ARM = arm
INSTINC_SUBDIRS_X86_64 = i386
+INSTINC_SUBDIRS_X86_64H = i386
EXPINC_SUBDIRS = machine
EXPINC_SUBDIRS_X86_64 = i386
+EXPINC_SUBDIRS_X86_64H = i386
EXPINC_SUBDIRS_ARM = arm
MIG_TYPES = \
mach_host.defs \
mach_port.defs \
mach_vm.defs \
+ mach_voucher.defs \
+ mach_voucher_attr_control.defs \
notify.defs \
processor.defs \
processor_set.defs \
- security.defs \
task.defs \
task_access.defs \
telemetry_notification.defs \
MACH_PRIVATE_DEFS = \
+ coalition_notification.defs \
mach_notify.defs \
memory_object.defs \
memory_object_control.defs \
memory_object_default.defs \
- memory_object_name.defs \
upl.defs \
vm32_map.defs
MIG_USHDRS = \
audit_triggers_server.h \
clock_reply_server.h \
+ coalition_notification_server.h \
exc_server.h \
mach_exc_server.h \
memory_object_server.h \
mach_host.h \
mach_port.h \
mach_vm.h \
+ mach_voucher.h \
+ mach_voucher_attr_control.h \
memory_object_control.h \
- memory_object_name.h \
processor.h \
processor_set.h \
- security.h \
task.h \
task_access.h \
thread_act.h \
mach_time.h \
mach_traps.h \
mach_types.h \
+ mach_voucher_types.h \
machine.h \
mach_syscalls.h \
memory_object_types.h \
message.h \
mig.h \
mig_errors.h \
+ mig_voucher_support.h \
ndr.h \
notify.h \
policy.h \
bootstrap.h \
${DATAFILES}
+INSTALL_MI_LCL_LIST = \
+ bootstrap.h \
+ sfi_class.h \
+ coalition_notification.defs \
+ ${DATAFILES}
+
INSTALL_KF_MI_LIST = \
mach_interface.h \
$(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES})
EXPORT_MI_LIST = \
branch_predicates.h \
mach_interface.h \
+ sfi_class.h \
${DATAFILES}
EXPORT_MI_GEN_LIST = \
MIG_KUSRC = \
audit_triggers_user.c \
clock_reply_user.c \
+ coalition_notification_user.c \
exc_user.c \
host_notify_reply_user.c \
mach_exc_user.c \
mach_notify_server.h \
mach_port_server.h \
mach_vm_server.h \
+ mach_voucher_server.h \
+ mach_voucher_attr_control_server.h \
memory_object_server.h \
memory_object_control_server.h \
memory_object_default_server.h \
- memory_object_name_server.h \
processor_server.h \
processor_set_server.h \
- security_server.h \
task_server.h \
thread_act_server.h \
upl_server.h \
mach_notify_server.c \
mach_port_server.c \
mach_vm_server.c \
+ mach_voucher_server.c \
+ mach_voucher_attr_control_server.c \
memory_object_server.c \
memory_object_control_server.c \
memory_object_default_server.c \
- memory_object_name_server.c \
processor_server.c \
processor_set_server.c \
- security_server.c \
task_server.c \
thread_act_server.c \
upl_server.c \