]>
Commit | Line | Data |
---|---|---|
91447636 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 | INSTINC_SUBDIRS_I386 = | |
11 | ||
12 | EXPORT_FILES = \ | |
13 | _limits.h \ | |
14 | limits.h | |
15 | ||
16 | INSTALL_MD_LIST = | |
17 | ||
18 | INSTALL_MD_DIR = | |
19 | ||
20 | EXPORT_MD_LIST = ${EXPORT_FILES} | |
21 | ||
22 | EXPORT_MD_DIR = i386 | |
23 | ||
24 | include $(MakeInc_rule) | |
25 | include $(MakeInc_dir) | |
26 | ||
27 |