]>
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 | machlimits.h \ | |
13 | ast.h \ | |
14 | ast_types.h \ | |
d7e50217 A |
15 | commpage.h \ |
16 | cpu_capabilities.h \ | |
1c79356b A |
17 | cpu_number.h \ |
18 | db_machdep.h \ | |
19 | endian.h \ | |
20 | gdb_defs.h \ | |
21 | iobus.h \ | |
22 | io_map_entries.h \ | |
23 | kgdb_defs.h \ | |
24 | kgdb_setjmp.h \ | |
25 | lock.h \ | |
26 | mach_param.h \ | |
27 | machine_routines.h \ | |
28 | machine_rpc.h \ | |
29 | machparam.h \ | |
30 | pmap.h \ | |
31 | setjmp.h \ | |
32 | spl.h \ | |
33 | task.h \ | |
34 | thread.h \ | |
35 | thread_act.h \ | |
36 | trap.h \ | |
37 | vm_tuning.h \ | |
38 | xpr.h \ | |
39 | hw_lock_types.h | |
40 | ||
d7e50217 A |
41 | INSTALL_MI_LCL_LIST = cpu_capabilities.h |
42 | ||
43 | INSTALL_MI_DIR = machine | |
1c79356b A |
44 | |
45 | EXPORT_MI_LIST = ${DATAFILES} | |
46 | ||
47 | EXPORT_MI_DIR = machine | |
48 | ||
49 | include $(MakeInc_rule) | |
50 | include $(MakeInc_dir) | |
51 | ||
52 |