]>
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 | ansi.h byte_order.h cons.h cpu.h disklabel.h endian.h exec.h \ | |
13 | label_t.h param.h proc.h profile.h psl.h ptrace.h reboot.h \ | |
14 | reg.h setjmp.h signal.h spl.h table.h trap.h types.h unix_traps.h \ | |
15 | user.h vmparam.h | |
16 | ||
17 | ||
18 | INSTALL_MI_LIST = ${DATAFILES} | |
19 | ||
20 | INSTALL_MI_DIR = machine | |
21 | ||
22 | EXPORT_MI_LIST = ${DATAFILES} | |
23 | ||
24 | EXPORT_MI_DIR = machine | |
25 | ||
26 | include $(MakeInc_rule) | |
27 | include $(MakeInc_dir) | |
28 | ||
29 |