]>
Commit | Line | Data |
---|---|---|
1 | # ========================================================================= | |
2 | # This makefile was generated by | |
3 | # Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net) | |
4 | # Do not modify, all changes will be overwritten! | |
5 | # ========================================================================= | |
6 | ||
7 | !include ../build/config.wat | |
8 | ||
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | # Speed up compilation a bit: | |
14 | !ifdef __LOADDLL__ | |
15 | ! loaddll wcc wccd | |
16 | ! loaddll wccaxp wccdaxp | |
17 | ! loaddll wcc386 wccd386 | |
18 | ! loaddll wpp wppdi86 | |
19 | ! loaddll wppaxp wppdaxp | |
20 | ! loaddll wpp386 wppd386 | |
21 | ! loaddll wlink wlink | |
22 | ! loaddll wlib wlibd | |
23 | !endif | |
24 | ||
25 | # We need these variables in some bakefile-made rules: | |
26 | WATCOM_CWD = $+ $(%cdrive):$(%cwd) $- | |
27 | ||
28 | ### Conditionally set variables: ### | |
29 | ||
30 | __console___depname = | |
31 | !ifeq USE_GUI 0 | |
32 | __console___depname = console | |
33 | !endif | |
34 | ||
35 | ### Variables: ### | |
36 | ||
37 | ||
38 | ||
39 | ||
40 | ### Targets: ### | |
41 | ||
42 | all : .SYMBOLIC artprov $(__console___depname) dialogs image minimal | |
43 | ||
44 | artprov : .SYMBOLIC | |
45 | cd artprov | |
46 | wmake $(__MAKEOPTS__) all | |
47 | cd $(WATCOM_CWD) | |
48 | ||
49 | clean : .SYMBOLIC | |
50 | -if exist .\*.obj del .\*.obj | |
51 | -if exist .\*.res del .\*.res | |
52 | -if exist .\*.lbc del .\*.lbc | |
53 | -if exist .\*.ilk del .\*.ilk | |
54 | ||
55 | !ifeq USE_GUI 0 | |
56 | console : .SYMBOLIC | |
57 | cd console | |
58 | wmake $(__MAKEOPTS__) all | |
59 | cd $(WATCOM_CWD) | |
60 | !endif | |
61 | ||
62 | dialogs : .SYMBOLIC | |
63 | cd dialogs | |
64 | wmake $(__MAKEOPTS__) all | |
65 | cd $(WATCOM_CWD) | |
66 | ||
67 | image : .SYMBOLIC | |
68 | cd image | |
69 | wmake $(__MAKEOPTS__) all | |
70 | cd $(WATCOM_CWD) | |
71 | ||
72 | minimal : .SYMBOLIC | |
73 | cd minimal | |
74 | wmake $(__MAKEOPTS__) all | |
75 | cd $(WATCOM_CWD) |