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