]>
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 | EXPORT_FILES = \ | |
10 | machine_remote_time.h | |
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} | |
22 | ||
23 | EXPORT_MD_DIR = x86_64 | |
24 | ||
25 | include $(MakeInc_rule) | |
26 | include $(MakeInc_dir) |