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 libkern os firehose libcxx_support 11INSTINC_SUBDIRS_X86_64 = libkern 12INSTINC_SUBDIRS_X86_64H = libkern 13INSTINC_SUBDIRS_ARM = libkern 14INSTINC_SUBDIRS_ARM64 = libkern 15 16EXPINC_SUBDIRS = \ 17 libkern os firehose 18EXPINC_SUBDIRS_X86_64 = libkern 19EXPINC_SUBDIRS_X86_64H = libkern 20EXPINC_SUBDIRS_ARM = libkern 21EXPINC_SUBDIRS_ARM64 = libkern 22 23COMP_SUBDIRS = conf 24 25include $(MakeInc_rule) 26include $(MakeInc_dir) 27