]>
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_ONLY_FILES = \ | |
10 | random.h | |
11 | ||
12 | EXPORT_MI_DIR = prng | |
13 | ||
14 | # Export our headers | |
15 | EXPORT_MI_LIST = ${EXPORT_ONLY_FILES} | |
16 | ||
17 | INSTALL_MI_DIR = prng | |
18 | ||
19 | INSTALL_MI_LIST = $(empty) | |
20 | ||
21 | # Don't install in non-local, though | |
22 | INSTALL_KF_MI_LIST = $(empty) | |
23 | ||
24 | include $(MakeInc_rule) | |
25 | include $(MakeInc_dir) |