]>
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 = \ |
fe8ab488 | 10 | random.h |
1c79356b | 11 | |
fe8ab488 | 12 | EXPORT_MI_DIR = prng |
1c79356b | 13 | |
fe8ab488 A |
14 | # Export our headers |
15 | EXPORT_MI_LIST = ${EXPORT_ONLY_FILES} | |
1c79356b | 16 | |
fe8ab488 A |
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) | |
1c79356b A |
23 | |
24 | include $(MakeInc_rule) | |
25 | include $(MakeInc_dir) |