]>
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 | |
f820e98d | 7 | !include ../build/msw/config.wat |
8adeb851 | 8 | |
250700e4 RD |
9 | # ------------------------------------------------------------------------- |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
8adeb851 | 12 | |
250700e4 RD |
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 | |
8adeb851 | 28 | |
250700e4 RD |
29 | # We need these variables in some bakefile-made rules: |
30 | WATCOM_CWD = $+ $(%cdrive):$(%cwd) $- | |
8adeb851 | 31 | |
250700e4 RD |
32 | ### Conditionally set variables: ### |
33 | ||
250700e4 RD |
34 | |
35 | ### Variables: ### | |
36 | ||
b17c1746 | 37 | MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" & |
2a15e880 | 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)" & |
c70d645d VZ |
43 | USE_PROPGRID="$(USE_PROPGRID)" USE_RICHTEXT="$(USE_RICHTEXT)" & |
44 | USE_STC="$(USE_STC)" USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" & | |
3b2cb431 | 45 | USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" & |
3abcf424 RD |
46 | USE_THREADS="$(USE_THREADS)" USE_GDIPLUS="$(USE_GDIPLUS)" & |
47 | OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" & | |
48 | WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" & | |
c33fae85 RN |
49 | CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" & |
50 | RUNTIME_LIBS="$(RUNTIME_LIBS)" | |
250700e4 RD |
51 | |
52 | ||
53 | ### Targets: ### | |
54 | ||
0c36a1d6 | 55 | all : .SYMBOLIC access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer |
f820e98d | 56 | |
b17c1746 DE |
57 | clean : .SYMBOLIC |
58 | -if exist .\*.obj del .\*.obj | |
59 | -if exist .\*.res del .\*.res | |
60 | -if exist .\*.lbc del .\*.lbc | |
61 | -if exist .\*.ilk del .\*.ilk | |
92d2f5cb | 62 | -if exist .\*.pch del .\*.pch |
b92ca8cf VS |
63 | cd access |
64 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
65 | cd $(WATCOM_CWD) | |
80a77927 WS |
66 | cd animate |
67 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
68 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
69 | cd artprov |
70 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
71 | cd $(WATCOM_CWD) | |
80a77927 WS |
72 | cd aui |
73 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
74 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
75 | cd calendar |
76 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
77 | cd $(WATCOM_CWD) | |
78 | cd caret | |
79 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
80 | cd $(WATCOM_CWD) | |
8b41ab4d RR |
81 | cd clipboard |
82 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
83 | cd $(WATCOM_CWD) | |
69199aad VZ |
84 | cd collpane |
85 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
86 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
87 | cd config |
88 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
89 | cd $(WATCOM_CWD) | |
3b2cb431 JS |
90 | cd combo |
91 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
92 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
93 | cd console |
94 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
95 | cd $(WATCOM_CWD) | |
96 | cd controls | |
97 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
98 | cd $(WATCOM_CWD) | |
80a77927 WS |
99 | cd dataview |
100 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
101 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
102 | cd dialogs |
103 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
104 | cd $(WATCOM_CWD) | |
105 | cd dialup | |
106 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
107 | cd $(WATCOM_CWD) | |
108 | cd display | |
109 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
110 | cd $(WATCOM_CWD) | |
111 | cd dnd | |
112 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
113 | cd $(WATCOM_CWD) | |
114 | cd docview | |
115 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
116 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
117 | cd dragimag |
118 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
119 | cd $(WATCOM_CWD) | |
120 | cd drawing | |
121 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
122 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
123 | cd erase |
124 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
125 | cd $(WATCOM_CWD) | |
126 | cd event | |
127 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
128 | cd $(WATCOM_CWD) | |
129 | cd exec | |
130 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
131 | cd $(WATCOM_CWD) | |
132 | cd except | |
133 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
134 | cd $(WATCOM_CWD) | |
135 | cd font | |
136 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
137 | cd $(WATCOM_CWD) | |
138 | cd grid | |
139 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
140 | cd $(WATCOM_CWD) | |
141 | cd help | |
142 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
143 | cd $(WATCOM_CWD) | |
144 | cd htlbox | |
145 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
146 | cd $(WATCOM_CWD) | |
147 | cd html | |
148 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
149 | cd $(WATCOM_CWD) | |
150 | cd image | |
151 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
152 | cd $(WATCOM_CWD) | |
153 | cd internat | |
154 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
155 | cd $(WATCOM_CWD) | |
156 | cd ipc | |
157 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
158 | cd $(WATCOM_CWD) | |
159 | cd joytest | |
160 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
161 | cd $(WATCOM_CWD) | |
162 | cd keyboard | |
163 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
164 | cd $(WATCOM_CWD) | |
165 | cd layout | |
166 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
167 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
168 | cd listctrl |
169 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
170 | cd $(WATCOM_CWD) | |
171 | cd mdi | |
172 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
173 | cd $(WATCOM_CWD) | |
39c5bef0 RN |
174 | cd mediaplayer |
175 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
176 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
177 | cd menu |
178 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
179 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
180 | cd minimal |
181 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
182 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
183 | cd nativdlg |
184 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
185 | cd $(WATCOM_CWD) | |
186 | cd notebook | |
187 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
188 | cd $(WATCOM_CWD) | |
189 | cd oleauto | |
190 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
191 | cd $(WATCOM_CWD) | |
192 | cd opengl | |
193 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
194 | cd $(WATCOM_CWD) | |
195 | cd ownerdrw | |
196 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
197 | cd $(WATCOM_CWD) | |
92d2f5cb RN |
198 | cd popup |
199 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
200 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
201 | cd printing |
202 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
203 | cd $(WATCOM_CWD) | |
c70d645d VZ |
204 | cd propgrid |
205 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
206 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
207 | cd regtest |
208 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
209 | cd $(WATCOM_CWD) | |
210 | cd render | |
211 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
212 | cd $(WATCOM_CWD) | |
80a77927 WS |
213 | cd richtext |
214 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
215 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
216 | cd sashtest |
217 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
218 | cd $(WATCOM_CWD) | |
219 | cd scroll | |
220 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
221 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
222 | cd shaped |
223 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
224 | cd $(WATCOM_CWD) | |
225 | cd sockets | |
226 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
227 | cd $(WATCOM_CWD) | |
228 | cd sound | |
229 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
230 | cd $(WATCOM_CWD) | |
8032564e WS |
231 | cd splash |
232 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
233 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
234 | cd splitter |
235 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
236 | cd $(WATCOM_CWD) | |
237 | cd statbar | |
238 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
239 | cd $(WATCOM_CWD) | |
54429bb3 RD |
240 | cd stc |
241 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
242 | cd $(WATCOM_CWD) | |
b92ca8cf VS |
243 | cd taskbar |
244 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
245 | cd $(WATCOM_CWD) | |
246 | cd text | |
247 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
248 | cd $(WATCOM_CWD) | |
249 | cd thread | |
250 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
251 | cd $(WATCOM_CWD) | |
252 | cd toolbar | |
253 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
254 | cd $(WATCOM_CWD) | |
255 | cd treectrl | |
256 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
257 | cd $(WATCOM_CWD) | |
258 | cd typetest | |
259 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
260 | cd $(WATCOM_CWD) | |
261 | cd validate | |
262 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
263 | cd $(WATCOM_CWD) | |
264 | cd vscroll | |
265 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
266 | cd $(WATCOM_CWD) | |
267 | cd widgets | |
268 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
269 | cd $(WATCOM_CWD) | |
270 | cd wizard | |
271 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
272 | cd $(WATCOM_CWD) | |
e8352927 VS |
273 | cd wrapsizer |
274 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
275 | cd $(WATCOM_CWD) | |
73d28bdf VZ |
276 | cd memcheck |
277 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean | |
278 | cd $(WATCOM_CWD) | |
b17c1746 | 279 | |
f820e98d VS |
280 | access : .SYMBOLIC |
281 | cd access | |
282 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
283 | cd $(WATCOM_CWD) | |
250700e4 | 284 | |
80a77927 WS |
285 | animate : .SYMBOLIC |
286 | cd animate | |
287 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
288 | cd $(WATCOM_CWD) | |
289 | ||
250700e4 RD |
290 | artprov : .SYMBOLIC |
291 | cd artprov | |
f820e98d VS |
292 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
293 | cd $(WATCOM_CWD) | |
294 | ||
80a77927 WS |
295 | aui : .SYMBOLIC |
296 | cd aui | |
297 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
298 | cd $(WATCOM_CWD) | |
299 | ||
f820e98d VS |
300 | calendar : .SYMBOLIC |
301 | cd calendar | |
302 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
303 | cd $(WATCOM_CWD) | |
304 | ||
305 | caret : .SYMBOLIC | |
306 | cd caret | |
307 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
308 | cd $(WATCOM_CWD) | |
309 | ||
8b41ab4d RR |
310 | clipboard : .SYMBOLIC |
311 | cd clipboard | |
312 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
313 | cd $(WATCOM_CWD) | |
314 | ||
69199aad VZ |
315 | collpane : .SYMBOLIC |
316 | cd collpane | |
317 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
318 | cd $(WATCOM_CWD) | |
319 | ||
f820e98d VS |
320 | config : .SYMBOLIC |
321 | cd config | |
322 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
323 | cd $(WATCOM_CWD) | |
324 | ||
3b2cb431 JS |
325 | combo : .SYMBOLIC |
326 | cd combo | |
327 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
328 | cd $(WATCOM_CWD) | |
329 | ||
250700e4 RD |
330 | console : .SYMBOLIC |
331 | cd console | |
f820e98d VS |
332 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
333 | cd $(WATCOM_CWD) | |
334 | ||
335 | controls : .SYMBOLIC | |
336 | cd controls | |
337 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
338 | cd $(WATCOM_CWD) | |
339 | ||
80a77927 WS |
340 | dataview : .SYMBOLIC |
341 | cd dataview | |
342 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
343 | cd $(WATCOM_CWD) | |
344 | ||
250700e4 RD |
345 | dialogs : .SYMBOLIC |
346 | cd dialogs | |
f820e98d VS |
347 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
348 | cd $(WATCOM_CWD) | |
349 | ||
350 | dialup : .SYMBOLIC | |
351 | cd dialup | |
352 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
353 | cd $(WATCOM_CWD) | |
354 | ||
355 | display : .SYMBOLIC | |
356 | cd display | |
357 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
358 | cd $(WATCOM_CWD) | |
359 | ||
360 | dnd : .SYMBOLIC | |
361 | cd dnd | |
362 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
363 | cd $(WATCOM_CWD) | |
364 | ||
365 | docview : .SYMBOLIC | |
366 | cd docview | |
367 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
368 | cd $(WATCOM_CWD) | |
369 | ||
f820e98d VS |
370 | dragimag : .SYMBOLIC |
371 | cd dragimag | |
372 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
373 | cd $(WATCOM_CWD) | |
374 | ||
375 | drawing : .SYMBOLIC | |
376 | cd drawing | |
377 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
378 | cd $(WATCOM_CWD) | |
379 | ||
f820e98d VS |
380 | erase : .SYMBOLIC |
381 | cd erase | |
382 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
383 | cd $(WATCOM_CWD) | |
384 | ||
385 | event : .SYMBOLIC | |
386 | cd event | |
387 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
388 | cd $(WATCOM_CWD) | |
389 | ||
b17c1746 DE |
390 | exec : .SYMBOLIC |
391 | cd exec | |
b71531ad VZ |
392 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
393 | cd $(WATCOM_CWD) | |
394 | ||
b17c1746 DE |
395 | except : .SYMBOLIC |
396 | cd except | |
f820e98d VS |
397 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
398 | cd $(WATCOM_CWD) | |
399 | ||
400 | font : .SYMBOLIC | |
401 | cd font | |
402 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
403 | cd $(WATCOM_CWD) | |
404 | ||
405 | grid : .SYMBOLIC | |
406 | cd grid | |
407 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
408 | cd $(WATCOM_CWD) | |
409 | ||
410 | help : .SYMBOLIC | |
411 | cd help | |
412 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
413 | cd $(WATCOM_CWD) | |
414 | ||
415 | htlbox : .SYMBOLIC | |
416 | cd htlbox | |
417 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
418 | cd $(WATCOM_CWD) | |
419 | ||
420 | html : .SYMBOLIC | |
421 | cd html | |
422 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
250700e4 RD |
423 | cd $(WATCOM_CWD) |
424 | ||
425 | image : .SYMBOLIC | |
426 | cd image | |
f820e98d VS |
427 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
428 | cd $(WATCOM_CWD) | |
429 | ||
430 | internat : .SYMBOLIC | |
431 | cd internat | |
432 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
433 | cd $(WATCOM_CWD) | |
434 | ||
435 | ipc : .SYMBOLIC | |
436 | cd ipc | |
437 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
438 | cd $(WATCOM_CWD) | |
439 | ||
440 | joytest : .SYMBOLIC | |
441 | cd joytest | |
442 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
443 | cd $(WATCOM_CWD) | |
444 | ||
445 | keyboard : .SYMBOLIC | |
446 | cd keyboard | |
447 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
448 | cd $(WATCOM_CWD) | |
449 | ||
450 | layout : .SYMBOLIC | |
451 | cd layout | |
452 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
453 | cd $(WATCOM_CWD) | |
454 | ||
f820e98d VS |
455 | listctrl : .SYMBOLIC |
456 | cd listctrl | |
457 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
458 | cd $(WATCOM_CWD) | |
459 | ||
460 | mdi : .SYMBOLIC | |
461 | cd mdi | |
462 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
463 | cd $(WATCOM_CWD) | |
464 | ||
39c5bef0 RN |
465 | mediaplayer : .SYMBOLIC |
466 | cd mediaplayer | |
467 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
468 | cd $(WATCOM_CWD) | |
469 | ||
f820e98d VS |
470 | menu : .SYMBOLIC |
471 | cd menu | |
472 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
473 | cd $(WATCOM_CWD) | |
474 | ||
250700e4 RD |
475 | minimal : .SYMBOLIC |
476 | cd minimal | |
f820e98d VS |
477 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all |
478 | cd $(WATCOM_CWD) | |
479 | ||
f820e98d VS |
480 | nativdlg : .SYMBOLIC |
481 | cd nativdlg | |
482 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
483 | cd $(WATCOM_CWD) | |
484 | ||
f820e98d VS |
485 | notebook : .SYMBOLIC |
486 | cd notebook | |
487 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
488 | cd $(WATCOM_CWD) | |
489 | ||
490 | oleauto : .SYMBOLIC | |
491 | cd oleauto | |
492 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
493 | cd $(WATCOM_CWD) | |
494 | ||
495 | opengl : .SYMBOLIC | |
496 | cd opengl | |
497 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
498 | cd $(WATCOM_CWD) | |
499 | ||
500 | ownerdrw : .SYMBOLIC | |
501 | cd ownerdrw | |
502 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
503 | cd $(WATCOM_CWD) | |
504 | ||
92d2f5cb RN |
505 | popup : .SYMBOLIC |
506 | cd popup | |
507 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
508 | cd $(WATCOM_CWD) | |
509 | ||
f820e98d VS |
510 | printing : .SYMBOLIC |
511 | cd printing | |
512 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
513 | cd $(WATCOM_CWD) | |
514 | ||
c70d645d VZ |
515 | propgrid : .SYMBOLIC |
516 | cd propgrid | |
517 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
518 | cd $(WATCOM_CWD) | |
519 | ||
f820e98d VS |
520 | regtest : .SYMBOLIC |
521 | cd regtest | |
522 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
523 | cd $(WATCOM_CWD) | |
524 | ||
525 | render : .SYMBOLIC | |
526 | cd render | |
527 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
528 | cd $(WATCOM_CWD) | |
529 | ||
80a77927 WS |
530 | richtext : .SYMBOLIC |
531 | cd richtext | |
532 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
533 | cd $(WATCOM_CWD) | |
534 | ||
f820e98d VS |
535 | sashtest : .SYMBOLIC |
536 | cd sashtest | |
537 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
538 | cd $(WATCOM_CWD) | |
539 | ||
540 | scroll : .SYMBOLIC | |
541 | cd scroll | |
542 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
543 | cd $(WATCOM_CWD) | |
544 | ||
f820e98d VS |
545 | shaped : .SYMBOLIC |
546 | cd shaped | |
547 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
548 | cd $(WATCOM_CWD) | |
549 | ||
550 | sockets : .SYMBOLIC | |
551 | cd sockets | |
552 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
553 | cd $(WATCOM_CWD) | |
554 | ||
0d9c603d VS |
555 | sound : .SYMBOLIC |
556 | cd sound | |
557 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
558 | cd $(WATCOM_CWD) | |
559 | ||
8032564e WS |
560 | splash : .SYMBOLIC |
561 | cd splash | |
562 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
563 | cd $(WATCOM_CWD) | |
564 | ||
f820e98d VS |
565 | splitter : .SYMBOLIC |
566 | cd splitter | |
567 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
568 | cd $(WATCOM_CWD) | |
569 | ||
570 | statbar : .SYMBOLIC | |
571 | cd statbar | |
572 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
573 | cd $(WATCOM_CWD) | |
574 | ||
54429bb3 RD |
575 | stc : .SYMBOLIC |
576 | cd stc | |
577 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
578 | cd $(WATCOM_CWD) | |
579 | ||
f820e98d VS |
580 | taskbar : .SYMBOLIC |
581 | cd taskbar | |
582 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
583 | cd $(WATCOM_CWD) | |
584 | ||
585 | text : .SYMBOLIC | |
586 | cd text | |
587 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
588 | cd $(WATCOM_CWD) | |
589 | ||
590 | thread : .SYMBOLIC | |
591 | cd thread | |
592 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
593 | cd $(WATCOM_CWD) | |
594 | ||
595 | toolbar : .SYMBOLIC | |
596 | cd toolbar | |
597 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
598 | cd $(WATCOM_CWD) | |
599 | ||
600 | treectrl : .SYMBOLIC | |
601 | cd treectrl | |
602 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
603 | cd $(WATCOM_CWD) | |
604 | ||
605 | typetest : .SYMBOLIC | |
606 | cd typetest | |
607 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
608 | cd $(WATCOM_CWD) | |
609 | ||
610 | validate : .SYMBOLIC | |
611 | cd validate | |
612 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
613 | cd $(WATCOM_CWD) | |
614 | ||
615 | vscroll : .SYMBOLIC | |
616 | cd vscroll | |
617 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
618 | cd $(WATCOM_CWD) | |
619 | ||
620 | widgets : .SYMBOLIC | |
621 | cd widgets | |
622 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
623 | cd $(WATCOM_CWD) | |
624 | ||
625 | wizard : .SYMBOLIC | |
626 | cd wizard | |
627 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
628 | cd $(WATCOM_CWD) | |
92d2f5cb | 629 | |
e8352927 VS |
630 | wrapsizer : .SYMBOLIC |
631 | cd wrapsizer | |
632 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
633 | cd $(WATCOM_CWD) | |
634 | ||
73d28bdf VZ |
635 | memcheck : .SYMBOLIC |
636 | cd memcheck | |
637 | wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all | |
638 | cd $(WATCOM_CWD) | |
639 |