X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..3903760236c30e3b5ace7a4eefac3a269d68957c:/EXTERNAL_HEADERS/Makefile diff --git a/EXTERNAL_HEADERS/Makefile b/EXTERNAL_HEADERS/Makefile index f90e7e8dc..988c22cee 100644 --- a/EXTERNAL_HEADERS/Makefile +++ b/EXTERNAL_HEADERS/Makefile @@ -3,39 +3,45 @@ 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 = \ architecture \ - machine \ mach-o -INSTINC_SUBDIRS_PPC = \ - architecture \ - ppc +INSTINC_SUBDIRS_X86_64 = \ + architecture -INSTINC_SUBDIRS_I386 = \ - architecture \ - i386 +INSTINC_SUBDIRS_X86_64H = \ + architecture INSTINC_SUBDIRS_ARM = \ - architecture \ - arm + architecture + +INSTINC_SUBDIRS_ARM64 = \ + architecture EXPORT_FILES = \ - AppleSecureBootEpoch.h \ - ar.h \ + Availability.h \ + AvailabilityInternal.h \ + AvailabilityMacros.h \ + stddef.h + +KERNEL_FILES = \ stdarg.h \ stdbool.h \ stdint.h -INSTALL_MI_LIST = +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 = .