]>
Commit | Line | Data |
---|---|---|
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 | DATAFILES = \ | |
11 | endian.h fasttrap_isa.h param.h \ | |
12 | profile.h setjmp.h signal.h limits.h _limits.h \ | |
13 | types.h vmparam.h _structs.h _types.h _param.h \ | |
14 | _mcontext.h | |
15 | ||
16 | KERNELFILES = \ | |
17 | endian.h param.h \ | |
18 | profile.h setjmp.h signal.h limits.h _limits.h \ | |
19 | types.h vmparam.h _structs.h _types.h _param.h \ | |
20 | _mcontext.h | |
21 | ||
22 | ||
23 | INSTALL_MD_LIST = ${DATAFILES} | |
24 | INSTALL_MD_LCL_LIST = ${DATAFILES} disklabel.h | |
25 | ||
26 | INSTALL_MD_DIR = i386 | |
27 | ||
28 | EXPORT_MD_LIST = ${KERNELFILES} | |
29 | ||
30 | EXPORT_MD_DIR = i386 | |
31 | ||
32 | include $(MakeInc_rule) | |
33 | include $(MakeInc_dir) | |
34 | ||
35 |