]>
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 | ||
11 | DATAFILES = \ | |
12 | asm.h boolean.h exception.h kern_return.h ndr_def.h rpc.h \ | |
13 | processor_info.h thread_state.h thread_status.h \ | |
14 | vm_param.h vm_types.h machine_types.defs \ | |
2d21ac55 | 15 | syscall_sw.h sdt.h sdt_isa.h |
1c79356b A |
16 | |
17 | INSTALL_MI_LIST = ${DATAFILES} | |
18 | ||
19 | INSTALL_MI_DIR = mach/machine | |
20 | ||
21 | EXPORT_MI_LIST = ${DATAFILES} | |
22 | ||
23 | EXPORT_MI_DIR = mach/machine | |
24 | ||
25 | include $(MakeInc_rule) | |
26 | include $(MakeInc_dir) | |
27 | ||
28 |