lock_set.defs \
mach_host.defs \
mach_port.defs \
+ mach_vm.defs \
notify.defs \
processor.defs \
processor_set.defs \
task.defs \
thread_act.defs \
- vm_map.defs \
- upl.defs
+ vm_map.defs
MACH_PRIVATE_DEFS = \
mach_notify.defs \
memory_object.defs \
memory_object_control.defs \
memory_object_default.defs \
- memory_object_name.defs
+ memory_object_name.defs \
+ upl.defs
#
# MIG-generated headers that are traditionally used by user
# level code.
#
MIG_USHDRS = \
+ audit_triggers_server.h \
clock_reply_server.h \
exc_server.h \
memory_object_server.h \
notify_server.h
MIG_UUHDRS = \
- audit_triggers.h \
clock.h \
clock_priv.h \
host_priv.h \
lock_set.h \
mach_host.h \
mach_port.h \
+ mach_vm.h \
memory_object_control.h \
memory_object_name.h \
processor.h \
DATAFILES = \
boolean.h \
- boot_info.h \
- bootstrap.h \
clock_types.h \
error.h \
exception.h \
vm_inherit.h \
vm_param.h \
vm_prot.h \
+ vm_purgable.h \
vm_region.h \
vm_statistics.h \
vm_sync.h \
${MIG_DEFS}
INSTALL_MI_LIST = \
+ bootstrap.h \
${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 = \
+ mach_interface.h \
+ $(filter-out mach_traps.h mach_syscalls.h thread_switch.h, ${DATAFILES})
+
INSTALL_MI_GEN_LIST =
INSTALL_MI_DIR = mach
EXPORT_MI_LIST = \
mach_interface.h \
- etap.h etap_events.h \
${DATAFILES}
EXPORT_MI_GEN_LIST = \
# level code.
#
MIG_KUHDRS = \
+ audit_triggers.h \
clock_reply.h \
exc.h \
host_notify_reply.h \
mach_host_server.h \
mach_notify_server.h \
mach_port_server.h \
+ mach_vm_server.h \
memory_object_server.h \
memory_object_control_server.h \
memory_object_default_server.h \
mach_host_server.c \
mach_notify_server.c \
mach_port_server.c \
+ mach_vm_server.c \
memory_object_server.c \
memory_object_control_server.c \
memory_object_default_server.c \