1*27b03b36SApple OSS Distributionsexport MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd 2*27b03b36SApple OSS Distributionsexport MakeInc_def=${SRCROOT}/makedefs/MakeInc.def 3*27b03b36SApple OSS Distributionsexport MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule 4*27b03b36SApple OSS Distributionsexport MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir 5*27b03b36SApple OSS Distributions 6*27b03b36SApple OSS Distributionsinclude $(MakeInc_cmd) 7*27b03b36SApple OSS Distributionsinclude $(MakeInc_def) 8*27b03b36SApple OSS Distributions 9*27b03b36SApple OSS DistributionsEXPORT_ONLY_FILES = \ 10*27b03b36SApple OSS Distributions action.h \ 11*27b03b36SApple OSS Distributions context.h \ 12*27b03b36SApple OSS Distributions kperf.h \ 13*27b03b36SApple OSS Distributions kperfbsd.h \ 14*27b03b36SApple OSS Distributions kptimer.h \ 15*27b03b36SApple OSS Distributions kdebug_trigger.h \ 16*27b03b36SApple OSS Distributions lazy.h \ 17*27b03b36SApple OSS Distributions pet.h 18*27b03b36SApple OSS Distributions 19*27b03b36SApple OSS DistributionsEXPORT_MI_DIR = kperf 20*27b03b36SApple OSS Distributions 21*27b03b36SApple OSS Distributions# Export our headers 22*27b03b36SApple OSS DistributionsEXPORT_MI_LIST = ${EXPORT_ONLY_FILES} 23*27b03b36SApple OSS Distributions 24*27b03b36SApple OSS DistributionsINSTALL_MI_DIR = kperf 25*27b03b36SApple OSS Distributions 26*27b03b36SApple OSS DistributionsINSTALL_MI_LIST = $(empty) 27*27b03b36SApple OSS Distributions 28*27b03b36SApple OSS Distributions# Don't install in non-local, though 29*27b03b36SApple OSS DistributionsINSTALL_KF_MI_LIST = $(empty) 30*27b03b36SApple OSS Distributions 31*27b03b36SApple OSS Distributionsinclude $(MakeInc_rule) 32*27b03b36SApple OSS Distributionsinclude $(MakeInc_dir) 33