]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd |
2 | export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def | |
3 | export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule | |
4 | export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir | |
5 | ||
1c79356b A |
6 | include $(MakeInc_cmd) |
7 | include $(MakeInc_def) | |
8 | ||
9 | MIG_DEFS = mach_debug_types.defs | |
10 | ||
11 | DATAFILES = \ | |
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 | ||
17 | INSTALL_MI_LIST = ${DATAFILES} | |
18 | ||
19 | INSTALL_MI_DIR = mach_debug | |
20 | ||
21 | EXPORT_MI_LIST = ${DATAFILES} | |
22 | ||
23 | EXPORT_MI_DIR = mach_debug | |
24 | ||
1c79356b A |
25 | include $(MakeInc_rule) |
26 | include $(MakeInc_dir) | |
27 | ||
28 |