]>
Commit | Line | Data |
---|---|---|
91447636 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 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
b0d623f7 | 10 | DATAFILES = |
91447636 | 11 | |
b0d623f7 A |
12 | EXPORT_ONLY_FILES = \ |
13 | pmc.h | |
91447636 | 14 | |
b0d623f7 | 15 | INSTALL_MI_LIST = ${DATAFILES} |
91447636 | 16 | |
b0d623f7 | 17 | INSTALL_MI_DIR = pmc |
91447636 | 18 | |
b0d623f7 | 19 | EXPORT_MI_LIST = ${DATAFILES} ${EXPORT_ONLY_FILES} |
91447636 | 20 | |
b0d623f7 | 21 | EXPORT_MI_DIR = pmc |
91447636 A |
22 | |
23 | include $(MakeInc_rule) | |
24 | include $(MakeInc_dir) | |
25 | ||
26 |