]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/Makefile
xnu-792.24.17.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
index 147a0c96261bbbfbd8e96950c84e071432a16317..89a374c113d36becd66b40867fa928acca30136a 100644 (file)
@@ -31,35 +31,40 @@ MIG_TYPES = \
        std_types.defs
 
 MIG_DEFS =     \
+       audit_triggers.defs \
        clock.defs \
        clock_priv.defs \
        clock_reply.defs \
        exc.defs \
+       host_notify_reply.defs \
        host_priv.defs \
        host_security.defs \
        ledger.defs \
        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 \
@@ -75,6 +80,7 @@ MIG_UUHDRS = \
        lock_set.h \
        mach_host.h \
        mach_port.h \
+       mach_vm.h \
        memory_object_control.h \
        memory_object_name.h \
        processor.h \
@@ -88,14 +94,14 @@ MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
 
 DATAFILES = \
         boolean.h \
-       boot_info.h \
-       bootstrap.h \
         clock_types.h \
         error.h \
        exception.h \
        exception_types.h \
+       host_notify.h \
         host_info.h \
        host_reboot.h \
+       host_special_ports.h \
        kern_return.h \
         kmod.h \
         mach_param.h \
@@ -134,6 +140,7 @@ DATAFILES = \
        vm_inherit.h \
        vm_param.h \
         vm_prot.h \
+       vm_purgable.h \
         vm_region.h \
        vm_statistics.h \
        vm_sync.h \
@@ -142,15 +149,23 @@ DATAFILES = \
        ${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 = \
@@ -198,8 +213,11 @@ MIGKUFLAGS      = -DMACH_KERNEL_PRIVATE -DKERNEL_USER=1 -maxonstack 1024
 # level code.
 #
 MIG_KUHDRS = \
+       audit_triggers.h \
        clock_reply.h \
        exc.h \
+       host_notify_reply.h \
+       mach_notify.h \
        memory_object.h \
        memory_object_control.h \
        memory_object_default.h \
@@ -207,8 +225,11 @@ MIG_KUHDRS = \
        vm_map.h
 
 MIG_KUSRC = \
+       audit_triggers_user.c \
        clock_reply_user.c \
        exc_user.c \
+       host_notify_reply_user.c \
+       mach_notify_user.c \
        memory_object_user.c \
        memory_object_control_user.c \
        memory_object_default_user.c \
@@ -224,12 +245,13 @@ MIG_KSHDRS = \
        ledger_server.h \
        lock_set_server.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 \
        memory_object_name_server.h \
-       notify_server.h \
        processor_server.h \
        processor_set_server.h \
        semaphore_server.h \
@@ -247,12 +269,13 @@ MIG_KSSRC = \
        ledger_server.c \
        lock_set_server.c \
        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 \
        memory_object_name_server.c \
-       notify_server.c \
        processor_server.c \
        processor_set_server.c \
        semaphore_server.c \
@@ -302,7 +325,6 @@ ${MIG_KSSRC}: \
                -server  $*_server.c            \
                -sheader $*_server.h            \
                $<
-        
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)