xref: /xnu-8020.140.41/osfmk/mach_debug/Makefile (revision 27b03b360a988dfd3dfdf34262bb0042026747cc)
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 DistributionsMIG_DEFS = mach_debug_types.defs
10*27b03b36SApple OSS Distributions
11*27b03b36SApple OSS DistributionsDATAFILES = \
12*27b03b36SApple OSS Distributions	mach_debug.h \
13*27b03b36SApple OSS Distributions	hash_info.h ipc_info.h vm_info.h zone_info.h \
14*27b03b36SApple OSS Distributions	page_info.h mach_debug_types.h lockgroup_info.h \
15*27b03b36SApple OSS Distributions	${MIG_DEFS}
16*27b03b36SApple OSS Distributions
17*27b03b36SApple OSS DistributionsMODULEMAPFILES = \
18*27b03b36SApple OSS Distributions	mach_debug.modulemap
19*27b03b36SApple OSS Distributions
20*27b03b36SApple OSS DistributionsINSTALL_MI_LIST	= ${DATAFILES}
21*27b03b36SApple OSS Distributions
22*27b03b36SApple OSS DistributionsINSTALL_MODULEMAP_MI_LIST = ${MODULEMAPFILES}
23*27b03b36SApple OSS Distributions
24*27b03b36SApple OSS DistributionsINSTALL_SF_MI_LCL_LIST = ${DATAFILES}
25*27b03b36SApple OSS Distributions
26*27b03b36SApple OSS DistributionsINSTALL_MI_DIR = mach_debug
27*27b03b36SApple OSS Distributions
28*27b03b36SApple OSS DistributionsEXPORT_MI_LIST	= ${DATAFILES}
29*27b03b36SApple OSS Distributions
30*27b03b36SApple OSS DistributionsEXPORT_MI_DIR = mach_debug
31*27b03b36SApple OSS Distributions
32*27b03b36SApple OSS Distributionsinclude $(MakeInc_rule)
33*27b03b36SApple OSS Distributionsinclude $(MakeInc_dir)
34