]>
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 | PRIVATE_DATAFILES = \ | |
10 | rc4.h | |
11 | ||
12 | INSTALL_MI_DIR = crypto | |
13 | ||
14 | EXPORT_MI_DIR = ${INSTALL_MI_DIR} | |
15 | ||
16 | INSTALL_KF_MI_LCL_LIST = ${PRIVATE_DATAFILES} | |
17 | ||
18 | include $(MakeInc_rule) | |
19 | include $(MakeInc_dir) |