]>
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 | ||
7 | include $(MakeInc_cmd) | |
8 | include $(MakeInc_def) | |
9 | ||
10 | SETUP_SUBDIRS = \ | |
11 | doconf \ | |
12 | newvers | |
13 | ||
14 | COMP_SUBDIRS = \ | |
15 | doconf \ | |
16 | newvers | |
17 | ||
18 | INST_SUBDIRS = \ | |
19 | ||
20 | ||
21 | setup_build_all: | |
22 | ||
23 | do_build_all: | |
24 | ||
25 | setup_build_install: | |
26 | ||
27 | do_build_install: | |
28 | ||
29 | include $(MakeInc_rule) | |
30 | include $(MakeInc_dir) | |
31 | ||
32 |