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