]>
Commit | Line | Data |
---|---|---|
d9a64523 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 | ||
6 | include $(MakeInc_cmd) | |
7 | include $(MakeInc_def) | |
8 | ||
9 | EXPORT_FILES = xnupost.h ktest.h | |
10 | ||
11 | EXPORT_MI_LIST = ${EXPORT_FILES} | |
12 | ||
13 | EXPORT_MI_DIR = tests | |
14 | ||
15 | INSTALL_KF_MI_LCL_LIST = | |
16 | INSTALL_KF_MI_LIST = | |
17 | ||
18 | include $(MakeInc_rule) | |
19 | include $(MakeInc_dir) |