]>
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 | ||
5ba3f43e A |
9 | EXPORT_FILES = |
10 | ||
11 | ||
12 | EXPORT_ONLY_FILES = \ | |
13 | machine_kpc.h \ | |
14 | monotonic.h | |
15 | ||
16 | INSTALL_KF_MD_LCL_LIST = ${EXPORT_FILES} | |
17 | ||
18 | INSTALL_MD_DIR = x86_64 | |
19 | ||
20 | EXPORT_MD_LIST = ${EXPORT_ONLY_FILES} ${EXPORT_FILES} | |
91447636 | 21 | |
39236c6e A |
22 | EXPORT_MD_DIR = x86_64 |
23 | ||
91447636 A |
24 | include $(MakeInc_rule) |
25 | include $(MakeInc_dir) |