]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/Makefile
xnu-3789.1.32.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
index 46ee40f904bdef8163cb4ad77c9791f1a8be397d..988c22cee950d0bc37f229b59f51a23a3628aaff 100644 (file)
@@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
-
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
@@ -11,31 +10,38 @@ INSTINC_SUBDIRS =   \
        architecture    \
        mach-o
 
        architecture    \
        mach-o
 
-INSTINC_SUBDIRS_I386 = \
+INSTINC_SUBDIRS_X86_64 =       \
        architecture
 
        architecture
 
-INSTINC_SUBDIRS_X86_64 =       \
+INSTINC_SUBDIRS_X86_64H =      \
        architecture
 
 INSTINC_SUBDIRS_ARM =  \
        architecture
 
        architecture
 
 INSTINC_SUBDIRS_ARM =  \
        architecture
 
+INSTINC_SUBDIRS_ARM64 =        \
+       architecture
 
 EXPORT_FILES = \
 
 EXPORT_FILES = \
-       AppleSecureBootEpoch.h \
        Availability.h  \
        AvailabilityInternal.h  \
        AvailabilityMacros.h    \
        Availability.h  \
        AvailabilityInternal.h  \
        AvailabilityMacros.h    \
-       ar.h            \
+       stddef.h
+
+KERNEL_FILES = \
        stdarg.h        \
        stdbool.h       \
        stdint.h
 
        stdarg.h        \
        stdbool.h       \
        stdint.h
 
-INSTALL_MI_LIST = 
+INSTALL_MI_LIST =
 
 INSTALL_MI_DIR = .
 
 
 INSTALL_MI_DIR = .
 
-EXPORT_MI_LIST = ${EXPORT_FILES}
+INSTALL_KF_MI_LIST = ${KERNEL_FILES}
+
+INSTALL_KF_MI_LCL_LIST = ${KERNEL_FILES}
+
+EXPORT_MI_LIST = ${EXPORT_FILES} ${KERNEL_FILES}
 
 EXPORT_MI_DIR = .
 
 
 EXPORT_MI_DIR = .