1*c54f35caSApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd 2*c54f35caSApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def 3*c54f35caSApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule 4*c54f35caSApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir 5*c54f35caSApple OSS Distributions 6*c54f35caSApple OSS Distributionsinclude $(MakeInc_cmd) 7*c54f35caSApple OSS Distributionsinclude $(MakeInc_def) 8*c54f35caSApple OSS Distributions 9*c54f35caSApple OSS DistributionsINSTINC_SUBDIRS = pexpert 10*c54f35caSApple OSS DistributionsINSTINC_SUBDIRS_X86_64 = pexpert 11*c54f35caSApple OSS DistributionsINSTINC_SUBDIRS_X86_64H = pexpert 12*c54f35caSApple OSS DistributionsINSTINC_SUBDIRS_ARM = pexpert 13*c54f35caSApple OSS DistributionsINSTINC_SUBDIRS_ARM64 = pexpert 14*c54f35caSApple OSS Distributions 15*c54f35caSApple OSS Distributions 16*c54f35caSApple OSS DistributionsEXPINC_SUBDIRS = pexpert 17*c54f35caSApple OSS DistributionsEXPINC_SUBDIRS_X86_64 = pexpert 18*c54f35caSApple OSS DistributionsEXPINC_SUBDIRS_X86_64H = pexpert 19*c54f35caSApple OSS DistributionsEXPINC_SUBDIRS_ARM = pexpert 20*c54f35caSApple OSS DistributionsEXPINC_SUBDIRS_ARM64 = pexpert 21*c54f35caSApple OSS Distributions 22*c54f35caSApple OSS DistributionsCOMP_SUBDIRS = \ 23*c54f35caSApple OSS Distributions conf 24*c54f35caSApple OSS Distributions 25*c54f35caSApple OSS Distributionsinclude $(MakeInc_rule) 26*c54f35caSApple OSS Distributionsinclude $(MakeInc_dir) 27