]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/Makefile
xnu-6153.121.1.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
index 9c293a5ce8f11b0f513ee33398d3ed377ff184bf..310027b65b6c16bce1a9e3575e7c54a297de2dec 100644 (file)
@@ -39,6 +39,7 @@ MIG_DEFS =    \
        mach_vm.defs \
        mach_voucher.defs \
        mach_voucher_attr_control.defs \
        mach_vm.defs \
        mach_voucher.defs \
        mach_voucher_attr_control.defs \
+       memory_entry.defs \
        notify.defs \
        processor.defs \
        processor_set.defs \
        notify.defs \
        processor.defs \
        processor_set.defs \
@@ -48,14 +49,20 @@ MIG_DEFS =  \
        thread_act.defs \
        vm_map.defs
 
        thread_act.defs \
        vm_map.defs
 
+MIG_PRIVATE_DEFS = \
+       restartable.defs
+
 MACH_PRIVATE_DEFS = \
        coalition_notification.defs \
 MACH_PRIVATE_DEFS = \
        coalition_notification.defs \
+       fairplayd_notification.defs \
+       arcade_upcall.defs \
        ktrace_background.defs \
        mach_notify.defs \
        memory_object_control.defs \
        memory_object_default.defs \
        sysdiagnose_notification.defs \
        upl.defs \
        ktrace_background.defs \
        mach_notify.defs \
        memory_object_control.defs \
        memory_object_default.defs \
        sysdiagnose_notification.defs \
        upl.defs \
+       vfs_nspace.defs \
        vm32_map.defs
 
 #
        vm32_map.defs
 
 #
@@ -67,12 +74,15 @@ MIG_USHDRS = \
        clock_reply_server.h \
        coalition_notification_server.h \
        exc_server.h \
        clock_reply_server.h \
        coalition_notification_server.h \
        exc_server.h \
+       fairplayd_notification_server.h \
+       arcade_upcall_server.h \
        mach_exc_server.h \
        memory_object_default_server.h \
        notify_server.h \
        task_access_server.h \
        telemetry_notification_server.h \
        mach_exc_server.h \
        memory_object_default_server.h \
        notify_server.h \
        task_access_server.h \
        telemetry_notification_server.h \
-       sysdiagnose_notification_server.h
+       sysdiagnose_notification_server.h \
+       vfs_nspace_server.h
 
 MIG_UUHDRS = \
        clock.h \
 
 MIG_UUHDRS = \
        clock.h \
@@ -86,6 +96,7 @@ MIG_UUHDRS = \
        mach_vm.h \
        mach_voucher.h \
        mach_voucher_attr_control.h \
        mach_vm.h \
        mach_voucher.h \
        mach_voucher_attr_control.h \
+       memory_entry.h \
        memory_object_control.h \
        processor.h \
        processor_set.h \
        memory_object_control.h \
        processor.h \
        processor_set.h \
@@ -93,7 +104,8 @@ MIG_UUHDRS = \
        task_access.h \
        thread_act.h \
        upl.h \
        task_access.h \
        thread_act.h \
        upl.h \
-       vm_map.h
+       vm_map.h \
+       vfs_nspace.h
 
 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
 
 
 MIGINCLUDES = ${MIG_UUHDRS} ${MIG_USHDRS}
 
@@ -166,9 +178,10 @@ INSTALL_MI_LIST    = \
 # installed into System.framework's PrivateHeaders/mach subdirectory
 PRIVATE_DATAFILES = \
        bootstrap.h \
 # installed into System.framework's PrivateHeaders/mach subdirectory
 PRIVATE_DATAFILES = \
        bootstrap.h \
-       branch_predicates.h \
        coalition.h \
        coalition_notification.defs \
        coalition.h \
        coalition_notification.defs \
+       fairplayd_notification.defs \
+       arcade_upcall.defs \
        host_info.h \
        ktrace_background.defs \
        mach_host.defs \
        host_info.h \
        ktrace_background.defs \
        mach_host.defs \
@@ -188,7 +201,9 @@ PRIVATE_DATAFILES = \
        task_policy.h \
        thread_policy.h \
        thread_switch.h \
        task_policy.h \
        thread_policy.h \
        thread_switch.h \
-       vm_prot.h
+       vfs_nspace.defs \
+       vm_prot.h \
+       ${MIG_PRIVATE_DEFS}
 
 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
 
 INSTALL_MI_LCL_LIST = ${PRIVATE_DATAFILES}
 
@@ -206,7 +221,6 @@ INSTALL_MI_GEN_LIST =
 INSTALL_MI_DIR = mach
 
 EXPORT_MI_LIST = \
 INSTALL_MI_DIR = mach
 
 EXPORT_MI_LIST = \
-       branch_predicates.h \
        coalition.h \
        mach_interface.h \
        resource_monitors.h \
        coalition.h \
        mach_interface.h \
        resource_monitors.h \
@@ -222,7 +236,7 @@ ${MIGINCLUDES} : ${MIG_TYPES}
 
 ${MIG_UUHDRS} : \
        %.h : %.defs
 
 ${MIG_UUHDRS} : \
        %.h : %.defs
-       @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
+       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
        $(_v)$(MIG) $(MIGFLAGS)         \
                -server /dev/null       \
                -user /dev/null         \
        $(_v)$(MIG) $(MIGFLAGS)         \
                -server /dev/null       \
                -user /dev/null         \
@@ -231,7 +245,7 @@ ${MIG_UUHDRS} : \
 
 ${MIG_USHDRS} : \
        %_server.h : %.defs
 
 ${MIG_USHDRS} : \
        %_server.h : %.defs
-       @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
+       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
        $(_v)$(MIG) $(MIGFLAGS)         \
                -server /dev/null       \
                -user /dev/null         \
        $(_v)$(MIG) $(MIGFLAGS)         \
                -server /dev/null       \
                -user /dev/null         \
@@ -275,6 +289,8 @@ MIG_KUSRC = \
        clock_reply_user.c \
        coalition_notification_user.c \
        exc_user.c \
        clock_reply_user.c \
        coalition_notification_user.c \
        exc_user.c \
+       fairplayd_notification_user.c \
+       arcade_upcall_user.c \
        host_notify_reply_user.c \
        ktrace_background_user.c \
        mach_exc_user.c \
        host_notify_reply_user.c \
        ktrace_background_user.c \
        mach_exc_user.c \
@@ -286,10 +302,12 @@ MIG_KUSRC = \
        task_access_user.c \
        telemetry_notification_user.c \
        upl_user.c \
        task_access_user.c \
        telemetry_notification_user.c \
        upl_user.c \
+       vfs_nspace_user.c \
        vm_map_user.c \
        sysdiagnose_notification_user.c
 
 MIG_KSHDRS = \
        vm_map_user.c \
        sysdiagnose_notification_user.c
 
 MIG_KSHDRS = \
+       arcade_register_server.h \
        clock_server.h \
        clock_priv_server.h \
        exc_server.h \
        clock_server.h \
        clock_priv_server.h \
        exc_server.h \
@@ -303,10 +321,12 @@ MIG_KSHDRS = \
        mach_vm_server.h \
        mach_voucher_server.h \
        mach_voucher_attr_control_server.h \
        mach_vm_server.h \
        mach_voucher_server.h \
        mach_voucher_attr_control_server.h \
+       memory_entry_server.h \
        memory_object_control_server.h \
        memory_object_default_server.h \
        processor_server.h \
        processor_set_server.h \
        memory_object_control_server.h \
        memory_object_default_server.h \
        processor_server.h \
        processor_set_server.h \
+       restartable_server.h \
        task_server.h \
        thread_act_server.h \
        upl_server.h \
        task_server.h \
        thread_act_server.h \
        upl_server.h \
@@ -314,6 +334,7 @@ MIG_KSHDRS = \
        vm32_map_server.h
 
 MIG_KSSRC = \
        vm32_map_server.h
 
 MIG_KSSRC = \
+       arcade_register_server.c \
        clock_server.c \
        clock_priv_server.c \
        exc_server.c \
        clock_server.c \
        clock_priv_server.c \
        exc_server.c \
@@ -327,10 +348,12 @@ MIG_KSSRC = \
        mach_vm_server.c \
        mach_voucher_server.c \
        mach_voucher_attr_control_server.c \
        mach_vm_server.c \
        mach_voucher_server.c \
        mach_voucher_attr_control_server.c \
+       memory_entry_server.c \
        memory_object_control_server.c \
        memory_object_default_server.c \
        processor_server.c \
        processor_set_server.c \
        memory_object_control_server.c \
        memory_object_default_server.c \
        processor_server.c \
        processor_set_server.c \
+       restartable_server.c \
        task_server.c \
        thread_act_server.c \
        upl_server.c \
        task_server.c \
        thread_act_server.c \
        upl_server.c \
@@ -361,7 +384,7 @@ ${COMP_FILES} : ${MIG_TYPES}
 
 ${MIG_KUSRC} : \
        %_user.c : %.defs
 
 ${MIG_KUSRC} : \
        %_user.c : %.defs
-       @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
+       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
        $(_v)${MIG} ${MIGFLAGS} ${MIGKUFLAGS}        \
                -user    $*_user.c              \
                -header  $*.h              \
        $(_v)${MIG} ${MIGFLAGS} ${MIGKUFLAGS}        \
                -user    $*_user.c              \
                -header  $*.h              \
@@ -371,7 +394,7 @@ ${MIG_KUSRC} : \
 
 ${MIG_KSSRC}: \
        %_server.c : %.defs
 
 ${MIG_KSSRC}: \
        %_server.c : %.defs
-       @echo "$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0)"
+       $(call makelog,$(ColorM)MIG$(Color0) $(ColorF)$@$(Color0))
        $(_v)${MIG} ${MIGFLAGS} ${MIGKSFLAGS}        \
                -user    /dev/null              \
                -header  /dev/null              \
        $(_v)${MIG} ${MIGFLAGS} ${MIGKSFLAGS}        \
                -user    /dev/null              \
                -header  /dev/null              \