]>
Commit | Line | Data |
---|---|---|
1c79356b 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 | ||
1c79356b A |
6 | include $(MakeInc_cmd) |
7 | include $(MakeInc_def) | |
8 | ||
39037602 | 9 | EXPORT_ONLY_FILES = \ |
f427ee49 | 10 | entropy.h \ |
fe8ab488 | 11 | random.h |
1c79356b | 12 | |
fe8ab488 | 13 | EXPORT_MI_DIR = prng |
1c79356b | 14 | |
fe8ab488 A |
15 | # Export our headers |
16 | EXPORT_MI_LIST = ${EXPORT_ONLY_FILES} | |
1c79356b | 17 | |
fe8ab488 A |
18 | INSTALL_MI_DIR = prng |
19 | ||
20 | INSTALL_MI_LIST = $(empty) | |
21 | ||
22 | # Don't install in non-local, though | |
23 | INSTALL_KF_MI_LIST = $(empty) | |
1c79356b A |
24 | |
25 | include $(MakeInc_rule) | |
26 | include $(MakeInc_dir) |