1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd 2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def 3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule 4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir 5 6include $(MakeInc_cmd) 7include $(MakeInc_def) 8 9INSTINC_SUBDIRS = 10 11INSTINC_SUBDIRS_X86_64 = \ 12 i386 13 14INSTINC_SUBDIRS_X86_64H = \ 15 i386 16 17INSTINC_SUBDIRS_ARM = \ 18 arm 19 20INSTINC_SUBDIRS_ARM64 = \ 21 arm 22 23EXPORT_FILES = 24 25INSTALL_MI_LIST = 26 27INSTALL_MI_DIR = architecture 28 29INSTALL_KF_MI_LIST = byte_order.h 30 31EXPORT_MI_LIST = ${EXPORT_FILES} 32 33EXPORT_MI_DIR = architecture 34 35include $(MakeInc_rule) 36include $(MakeInc_dir) 37