X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/89b3af67bb32e691275bf6fa803d1834b2284115..39236c6e673c41db228275375ab7fdb0f837b292:/EXTERNAL_HEADERS/Makefile diff --git a/EXTERNAL_HEADERS/Makefile b/EXTERNAL_HEADERS/Makefile index fceef154e..0eef296a7 100644 --- a/EXTERNAL_HEADERS/Makefile +++ b/EXTERNAL_HEADERS/Makefile @@ -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) - -