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