]>
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 | ||
91447636 A |
6 | include $(MakeInc_cmd) |
7 | include $(MakeInc_def) | |
8 | ||
91447636 | 9 | |
39236c6e A |
10 | EXPORT_ONLY_FILES = machine_kpc.h |
11 | EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} | |
12 | EXPORT_MD_DIR = x86_64 | |
13 | ||
91447636 A |
14 | include $(MakeInc_rule) |
15 | include $(MakeInc_dir) | |
16 | ||
17 |