]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/Makefile
xnu-2782.1.97.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
index 99a57a3587d2c518bab6df7775d6eeaf2d596c39..7338ab86b27989e4e3e28b5718da5b29280a58e4 100644 (file)
@@ -9,9 +9,11 @@ include $(MakeInc_def)
 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 = \
@@ -33,10 +35,11 @@ MIG_DEFS =  \
        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 \
@@ -45,11 +48,11 @@ MIG_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
 
@@ -60,6 +63,7 @@ MACH_PRIVATE_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 \
@@ -77,11 +81,11 @@ MIG_UUHDRS = \
        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 \
@@ -106,12 +110,14 @@ DATAFILES = \
        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 \
@@ -151,6 +157,12 @@ INSTALL_MI_LIST    = \
        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})
@@ -166,6 +178,7 @@ INSTALL_MI_DIR = mach
 EXPORT_MI_LIST = \
        branch_predicates.h \
        mach_interface.h \
+       sfi_class.h \
        ${DATAFILES}
 
 EXPORT_MI_GEN_LIST = \
@@ -223,6 +236,7 @@ MIG_KUHDRS = \
 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 \
@@ -247,13 +261,13 @@ MIG_KSHDRS = \
        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 \
@@ -272,13 +286,13 @@ MIG_KSSRC = \
        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 \