]>
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 | ||
6 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | MIG_DEFS = mach_debug_types.defs | |
11 | ||
12 | DATAFILES = \ | |
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 | ||
18 | INSTALL_MI_LIST = ${DATAFILES} | |
19 | ||
20 | INSTALL_MI_DIR = mach_debug | |
21 | ||
22 | EXPORT_MI_LIST = ${DATAFILES} | |
23 | ||
24 | EXPORT_MI_DIR = mach_debug | |
25 | ||
26 | COMP_FILES = | |
27 | ||
28 | include $(MakeInc_rule) | |
29 | include $(MakeInc_dir) | |
30 | ||
31 |