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 DistributionsMI_DIR = system_management 10*c54f35caSApple OSS DistributionsNOT_EXPORT_HEADERS = 11*c54f35caSApple OSS Distributions 12*c54f35caSApple OSS DistributionsALL_HEADERS = $(notdir $(wildcard $(SOURCE)*.h)) 13*c54f35caSApple OSS Distributions 14*c54f35caSApple OSS DistributionsINSTALL_IF_MI_LIST = 15*c54f35caSApple OSS DistributionsINSTALL_IF_MI_LCL_LIST = 16*c54f35caSApple OSS DistributionsINSTALL_MI_DIR = $(MI_DIR) 17*c54f35caSApple OSS Distributions 18*c54f35caSApple OSS DistributionsEXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS)) 19*c54f35caSApple OSS DistributionsEXPORT_MI_DIR = IOKit/$(MI_DIR) 20*c54f35caSApple OSS Distributions 21*c54f35caSApple OSS Distributionsinclude $(MakeInc_rule) 22*c54f35caSApple OSS Distributionsinclude $(MakeInc_dir) 23