]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/Makefile
xnu-2050.24.15.tar.gz
[apple/xnu.git] / osfmk / mach / Makefile
index eaadb00bdcfb2f46d8b67f6ee030d7d3d2c539f3..b435d9794ba09e93e152f7fb2f07a77a18a2415f 100644 (file)
@@ -3,39 +3,18 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
-       machine
-
-INSTINC_SUBDIRS_PPC = \
-       ppc
-
-INSTINC_SUBDIRS_ARM = \
-       arm
-
-INSTINC_SUBDIRS_I386 = \
-       i386
-
-INSTINC_SUBDIRS_X86_64 = \
-       i386
-
-EXPINC_SUBDIRS = \
-       machine
-
-EXPINC_SUBDIRS_PPC = \
-       ppc
-
-EXPINC_SUBDIRS_I386 = \
-       i386
-
-EXPINC_SUBDIRS_X86_64 = \
-       i386
+INSTINC_SUBDIRS = machine
+INSTINC_SUBDIRS_ARM = arm
+INSTINC_SUBDIRS_I386 = i386
+INSTINC_SUBDIRS_X86_64 = i386
 
-EXPINC_SUBDIRS_ARM = \
-       arm
+EXPINC_SUBDIRS = machine
+EXPINC_SUBDIRS_I386 = i386
+EXPINC_SUBDIRS_X86_64 = i386
+EXPINC_SUBDIRS_ARM = arm
 
 MIG_TYPES = \
        clock_types.defs \
@@ -51,7 +30,6 @@ MIG_DEFS =    \
        host_notify_reply.defs \
        host_priv.defs \
        host_security.defs \
-       ledger.defs \
        lock_set.defs \
        mach_exc.defs \
        mach_host.defs \
@@ -95,7 +73,6 @@ MIG_UUHDRS = \
        clock_priv.h \
        host_priv.h \
        host_security.h \
-       ledger.h \
        lock_set.h \
        mach_host.h \
        mach_port.h \
@@ -149,7 +126,6 @@ DATAFILES = \
        sync_policy.h \
         syscall_sw.h \
        task_info.h \
-       task_ledger.h \
        task_policy.h \
        task_special_ports.h \
         thread_info.h \
@@ -188,6 +164,7 @@ INSTALL_MI_GEN_LIST =
 INSTALL_MI_DIR = mach
 
 EXPORT_MI_LIST = \
+       branch_predicates.h \
        mach_interface.h \
        ${DATAFILES}
 
@@ -271,7 +248,6 @@ MIG_KSHDRS = \
        exc_server.h \
        host_priv_server.h \
        host_security_server.h \
-       ledger_server.h \
        lock_set_server.h \
        mach_exc_server.h \
        mach_host_server.h \
@@ -297,7 +273,6 @@ MIG_KSSRC = \
        exc_server.c \
        host_priv_server.c \
        host_security_server.c \
-       ledger_server.c \
        lock_set_server.c \
        mach_exc_server.c \
        mach_host_server.c \