]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
95ff11c4 | 3 | # Bakefile 0.2.6 (http://www.bakefile.org) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
8adeb851 | 6 | |
fd9f42b6 | 7 | !include ../../build/msw/config.wat |
250700e4 RD |
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 | |
95ff11c4 CE |
21 | ! if $(__VERSION__) >= 1280 |
22 | ! loaddll wlink wlinkd | |
23 | ! else | |
250700e4 | 24 | ! loaddll wlink wlink |
95ff11c4 | 25 | ! endif |
250700e4 RD |
26 | ! loaddll wlib wlibd |
27 | !endif | |
28 | ||
29 | # We need these variables in some bakefile-made rules: | |
30 | WATCOM_CWD = $+ $(%cdrive):$(%cwd) $- | |
31 | ||
32 | ### Conditionally set variables: ### | |
33 | ||
34 | ||
35 | ### Variables: ### | |
36 | ||
b17c1746 | 37 | MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" & |
77a7dfc1 | 38 | CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" & |
b17c1746 DE |
39 | WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" BUILD="$(BUILD)" & |
40 | DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" & | |
41 | MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" & | |
3b2cb431 | 42 | USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" & |
3c3ead1d PC |
43 | USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" & |
44 | USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" & | |
45 | USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" & | |
3b2cb431 | 46 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" & |
3abcf424 RD |
47 | USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" & |
48 | OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" & | |
49 | WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" & | |
c33fae85 RN |
50 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" & |
51 | RUNTIME_LIBS="$(RUNTIME_LIBS)" | |
250700e4 RD |
52 | |
53 | ||
54 | ### Targets: ### | |
55 | ||
56 | all : .SYMBOLIC about help helpview printing test virtual widget zip | |
57 | ||
250700e4 RD |
58 | clean : .SYMBOLIC |
59 | -if exist .\*.obj del .\*.obj | |
60 | -if exist .\*.res del .\*.res | |
61 | -if exist .\*.lbc del .\*.lbc | |
62 | -if exist .\*.ilk del .\*.ilk | |
b14abf14 | 63 | -if exist .\*.pch del .\*.pch |
b92ca8cf VS |
64 | cd about |
65 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
66 | cd $(WATCOM_CWD) | |
67 | cd help | |
68 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
69 | cd $(WATCOM_CWD) | |
70 | cd helpview | |
71 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
72 | cd $(WATCOM_CWD) | |
73 | cd printing | |
74 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
75 | cd $(WATCOM_CWD) | |
76 | cd test | |
77 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
78 | cd $(WATCOM_CWD) | |
79 | cd virtual | |
80 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
81 | cd $(WATCOM_CWD) | |
82 | cd widget | |
83 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
84 | cd $(WATCOM_CWD) | |
85 | cd zip | |
86 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
87 | cd $(WATCOM_CWD) | |
250700e4 | 88 | |
b17c1746 DE |
89 | about : .SYMBOLIC |
90 | cd about | |
91 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
92 | cd $(WATCOM_CWD) | |
93 | ||
250700e4 RD |
94 | help : .SYMBOLIC |
95 | cd help | |
fd9f42b6 | 96 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 RD |
97 | cd $(WATCOM_CWD) |
98 | ||
99 | helpview : .SYMBOLIC | |
100 | cd helpview | |
fd9f42b6 | 101 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 RD |
102 | cd $(WATCOM_CWD) |
103 | ||
104 | printing : .SYMBOLIC | |
105 | cd printing | |
fd9f42b6 | 106 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 RD |
107 | cd $(WATCOM_CWD) |
108 | ||
109 | test : .SYMBOLIC | |
110 | cd test | |
fd9f42b6 | 111 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 RD |
112 | cd $(WATCOM_CWD) |
113 | ||
114 | virtual : .SYMBOLIC | |
115 | cd virtual | |
fd9f42b6 | 116 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 RD |
117 | cd $(WATCOM_CWD) |
118 | ||
119 | widget : .SYMBOLIC | |
120 | cd widget | |
fd9f42b6 | 121 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 RD |
122 | cd $(WATCOM_CWD) |
123 | ||
124 | zip : .SYMBOLIC | |
125 | cd zip | |
fd9f42b6 | 126 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
250700e4 | 127 | cd $(WATCOM_CWD) |
b14abf14 | 128 |