]> git.saurik.com Git - apple/xnu.git/blame - osfmk/mach_debug/Makefile
xnu-792.18.15.tar.gz
[apple/xnu.git] / osfmk / mach_debug / Makefile
CommitLineData
1c79356b
A
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
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10MIG_DEFS = mach_debug_types.defs
11
12DATAFILES = \
13 mach_debug.h \
14 hash_info.h ipc_info.h vm_info.h zone_info.h \
91447636 15 page_info.h mach_debug_types.h lockgroup_info.h \
1c79356b
A
16 ${MIG_DEFS}
17
18INSTALL_MI_LIST = ${DATAFILES}
19
20INSTALL_MI_DIR = mach_debug
21
22EXPORT_MI_LIST = ${DATAFILES}
23
24EXPORT_MI_DIR = mach_debug
25
26COMP_FILES =
27
28include $(MakeInc_rule)
29include $(MakeInc_dir)
30
31