]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/Makefile
xnu-2422.1.72.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / Makefile
index fceef154e6ed7b908f59837eda2bac194745f9ff..0eef296a729ba2779615307e093104ef6923223b 100644 (file)
@@ -9,19 +9,19 @@ include $(MakeInc_def)
 
 INSTINC_SUBDIRS =      \
        architecture    \
-       machine         \
        mach-o
 
-INSTINC_SUBDIRS_PPC =  \
-       architecture    \
-       ppc
+INSTINC_SUBDIRS_X86_64 =       \
+       architecture
+
+INSTINC_SUBDIRS_ARM =  \
+       architecture
 
-INSTINC_SUBDIRS_I386 = \
-       architecture    \
-       i386
 
 EXPORT_FILES = \
-       ar.h            \
+       Availability.h  \
+       AvailabilityInternal.h  \
+       AvailabilityMacros.h    \
        stdarg.h        \
        stdbool.h       \
        stdint.h
@@ -30,11 +30,13 @@ INSTALL_MI_LIST =
 
 INSTALL_MI_DIR = .
 
-EXPORT_MI_LIST = ${EXPORT_FILES}
+INSTALL_KF_MI_LIST = ${EXPORT_FILES}
+
+INSTALL_KF_MI_LCL_LIST = ${EXPORT_FILES}
+
+EXPORT_MI_LIST = ${EXPORT_FILES} stddef.h
 
 EXPORT_MI_DIR = .
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-