]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/Makefile
xnu-2782.1.97.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
index 9f8e3535b1c80709ffb9bec0428bc481f04432df..39cb58f90d9a907a386858d54ee6810560292cfb 100644 (file)
@@ -11,21 +11,23 @@ INSTINC_SUBDIRS =   \
        architecture    \
        mach-o
 
-INSTINC_SUBDIRS_PPC =  \
-       architecture
-
-INSTINC_SUBDIRS_I386 = \
+INSTINC_SUBDIRS_X86_64 =       \
        architecture
 
-INSTINC_SUBDIRS_X86_64 =       \
+INSTINC_SUBDIRS_X86_64H =      \
        architecture
 
 INSTINC_SUBDIRS_ARM =  \
        architecture
 
+
 EXPORT_FILES = \
-       AppleSecureBootEpoch.h \
-       ar.h            \
+       Availability.h  \
+       AvailabilityInternal.h  \
+       AvailabilityMacros.h    \
+       stddef.h
+
+KERNEL_FILES = \
        stdarg.h        \
        stdbool.h       \
        stdint.h
@@ -34,7 +36,11 @@ INSTALL_MI_LIST =
 
 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 = .