]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
c3255f5f | 3 | # Bakefile 0.1.3 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
9bfe7ad9 VS |
7 | .autodepend |
8 | ||
250700e4 | 9 | !ifndef BCCDIR |
9bfe7ad9 VS |
10 | !ifndef MAKEDIR |
11 | !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 | |
12 | !endif | |
250700e4 RD |
13 | BCCDIR = $(MAKEDIR)\.. |
14 | !endif | |
15 | ||
f820e98d | 16 | !include ../build/msw/config.bcc |
250700e4 RD |
17 | |
18 | # ------------------------------------------------------------------------- | |
19 | # Do not modify the rest of this file! | |
20 | # ------------------------------------------------------------------------- | |
21 | ||
250700e4 RD |
22 | ### Variables: ### |
23 | ||
b17c1746 DE |
24 | MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \ |
25 | -DCXXFLAGS="$(CXXFLAGS)" -DCPPFLAGS="$(CPPFLAGS)" -DLDFLAGS="$(LDFLAGS)" \ | |
26 | -DSHARED="$(SHARED)" -DWXUNIV="$(WXUNIV)" -DUNICODE="$(UNICODE)" \ | |
27 | -DMSLU="$(MSLU)" -DBUILD="$(BUILD)" -DDEBUG_INFO="$(DEBUG_INFO)" \ | |
28 | -DDEBUG_FLAG="$(DEBUG_FLAG)" -DMONOLITHIC="$(MONOLITHIC)" \ | |
29 | -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \ | |
30 | -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \ | |
69ada15b | 31 | -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \ |
b17c1746 | 32 | -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)" |
250700e4 RD |
33 | |
34 | ### Conditionally set variables: ### | |
35 | ||
f820e98d | 36 | |
250700e4 RD |
37 | |
38 | ### Targets: ### | |
39 | ||
0d9c603d | 40 | all: access artprov calendar caret checklst config console controls db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi memcheck menu mfc minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png printing propsize regtest render richedit rotate sashtest scroll scrollsub shaped sockets sound splitter statbar tab taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wxtest |
f820e98d | 41 | |
b17c1746 DE |
42 | clean: |
43 | -if exist .\*.obj del .\*.obj | |
44 | -if exist .\*.res del .\*.res | |
b92ca8cf VS |
45 | cd access |
46 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
47 | cd .. | |
48 | cd artprov | |
49 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
50 | cd .. | |
51 | cd calendar | |
52 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
53 | cd .. | |
54 | cd caret | |
55 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
56 | cd .. | |
57 | cd checklst | |
58 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
59 | cd .. | |
60 | cd config | |
61 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
62 | cd .. | |
63 | cd console | |
64 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
65 | cd .. | |
66 | cd controls | |
67 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
68 | cd .. | |
69 | cd db | |
70 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
71 | cd .. | |
72 | cd dialogs | |
73 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
74 | cd .. | |
75 | cd dialup | |
76 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
77 | cd .. | |
78 | cd display | |
79 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
80 | cd .. | |
81 | cd dnd | |
82 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
83 | cd .. | |
84 | cd docview | |
85 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
86 | cd .. | |
87 | cd docvwmdi | |
88 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
89 | cd .. | |
90 | cd dragimag | |
91 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
92 | cd .. | |
93 | cd drawing | |
94 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
95 | cd .. | |
96 | cd dynamic | |
97 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
98 | cd .. | |
99 | cd erase | |
100 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
101 | cd .. | |
102 | cd event | |
103 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
104 | cd .. | |
105 | cd exec | |
106 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
107 | cd .. | |
108 | cd except | |
109 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
110 | cd .. | |
111 | cd font | |
112 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
113 | cd .. | |
114 | cd grid | |
115 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
116 | cd .. | |
117 | cd help | |
118 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
119 | cd .. | |
120 | cd htlbox | |
121 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
122 | cd .. | |
123 | cd html | |
124 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
125 | cd .. | |
126 | cd image | |
127 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
128 | cd .. | |
129 | cd internat | |
130 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
131 | cd .. | |
132 | cd ipc | |
133 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
134 | cd .. | |
135 | cd joytest | |
136 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
137 | cd .. | |
138 | cd keyboard | |
139 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
140 | cd .. | |
141 | cd layout | |
142 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
143 | cd .. | |
144 | cd listbox | |
145 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
146 | cd .. | |
147 | cd listctrl | |
148 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
149 | cd .. | |
150 | cd mdi | |
151 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
152 | cd .. | |
153 | cd memcheck | |
154 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
155 | cd .. | |
156 | cd menu | |
157 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
158 | cd .. | |
159 | cd mfc | |
160 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
161 | cd .. | |
162 | cd minifram | |
163 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
164 | cd .. | |
165 | cd minimal | |
166 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
167 | cd .. | |
168 | cd mobile | |
169 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
170 | cd .. | |
171 | cd multimon | |
172 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
173 | cd .. | |
174 | cd nativdlg | |
175 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
176 | cd .. | |
177 | cd notebook | |
178 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
179 | cd .. | |
180 | cd oleauto | |
181 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
182 | cd .. | |
183 | cd opengl | |
184 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
185 | cd .. | |
186 | cd ownerdrw | |
187 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
188 | cd .. | |
189 | cd png | |
190 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
191 | cd .. | |
192 | cd printing | |
193 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
194 | cd .. | |
195 | cd propsize | |
196 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
197 | cd .. | |
198 | cd regtest | |
199 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
200 | cd .. | |
201 | cd render | |
202 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
203 | cd .. | |
204 | cd richedit | |
205 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
206 | cd .. | |
207 | cd rotate | |
208 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
209 | cd .. | |
210 | cd sashtest | |
211 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
212 | cd .. | |
213 | cd scroll | |
214 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
215 | cd .. | |
216 | cd scrollsub | |
217 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
218 | cd .. | |
219 | cd shaped | |
220 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
221 | cd .. | |
222 | cd sockets | |
223 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
224 | cd .. | |
225 | cd sound | |
226 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
227 | cd .. | |
228 | cd splitter | |
229 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
230 | cd .. | |
231 | cd statbar | |
232 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
233 | cd .. | |
234 | cd tab | |
235 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
236 | cd .. | |
237 | cd taskbar | |
238 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
239 | cd .. | |
240 | cd text | |
241 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
242 | cd .. | |
243 | cd thread | |
244 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
245 | cd .. | |
246 | cd toolbar | |
247 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
248 | cd .. | |
249 | cd treectrl | |
250 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
251 | cd .. | |
252 | cd typetest | |
253 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
254 | cd .. | |
255 | cd validate | |
256 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
257 | cd .. | |
258 | cd vscroll | |
259 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
260 | cd .. | |
261 | cd widgets | |
262 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
263 | cd .. | |
264 | cd wizard | |
265 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
266 | cd .. | |
267 | cd wxtest | |
268 | $(MAKE) -f makefile.bcc $(MAKEARGS) clean | |
269 | cd .. | |
b17c1746 | 270 | |
f820e98d VS |
271 | access: |
272 | cd access | |
273 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
274 | cd .. | |
250700e4 RD |
275 | |
276 | artprov: | |
f820e98d VS |
277 | cd artprov |
278 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
279 | cd .. | |
280 | ||
281 | calendar: | |
282 | cd calendar | |
283 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
284 | cd .. | |
285 | ||
286 | caret: | |
287 | cd caret | |
288 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
289 | cd .. | |
290 | ||
291 | checklst: | |
292 | cd checklst | |
293 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
294 | cd .. | |
250700e4 | 295 | |
f820e98d VS |
296 | config: |
297 | cd config | |
298 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
299 | cd .. | |
300 | ||
250700e4 | 301 | console: |
f820e98d VS |
302 | cd console |
303 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
304 | cd .. | |
305 | ||
306 | controls: | |
307 | cd controls | |
308 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
309 | cd .. | |
310 | ||
311 | db: | |
312 | cd db | |
313 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
314 | cd .. | |
250700e4 RD |
315 | |
316 | dialogs: | |
f820e98d VS |
317 | cd dialogs |
318 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
319 | cd .. | |
320 | ||
321 | dialup: | |
322 | cd dialup | |
323 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
324 | cd .. | |
325 | ||
326 | display: | |
327 | cd display | |
328 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
329 | cd .. | |
330 | ||
331 | dnd: | |
332 | cd dnd | |
333 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
334 | cd .. | |
335 | ||
336 | docview: | |
337 | cd docview | |
338 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
339 | cd .. | |
340 | ||
341 | docvwmdi: | |
342 | cd docvwmdi | |
343 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
344 | cd .. | |
345 | ||
346 | dragimag: | |
347 | cd dragimag | |
348 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
349 | cd .. | |
350 | ||
351 | drawing: | |
352 | cd drawing | |
353 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
354 | cd .. | |
355 | ||
356 | dynamic: | |
357 | cd dynamic | |
358 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
359 | cd .. | |
360 | ||
361 | erase: | |
362 | cd erase | |
363 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
364 | cd .. | |
365 | ||
366 | event: | |
367 | cd event | |
368 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
369 | cd .. | |
370 | ||
b17c1746 DE |
371 | exec: |
372 | cd exec | |
b71531ad VZ |
373 | $(MAKE) -f makefile.bcc $(MAKEARGS) all |
374 | cd .. | |
375 | ||
b17c1746 DE |
376 | except: |
377 | cd except | |
f820e98d VS |
378 | $(MAKE) -f makefile.bcc $(MAKEARGS) all |
379 | cd .. | |
380 | ||
381 | font: | |
382 | cd font | |
383 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
384 | cd .. | |
385 | ||
386 | grid: | |
387 | cd grid | |
388 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
389 | cd .. | |
390 | ||
391 | help: | |
392 | cd help | |
393 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
394 | cd .. | |
395 | ||
396 | htlbox: | |
397 | cd htlbox | |
398 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
399 | cd .. | |
400 | ||
401 | html: | |
402 | cd html | |
403 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
404 | cd .. | |
250700e4 RD |
405 | |
406 | image: | |
f820e98d VS |
407 | cd image |
408 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
409 | cd .. | |
410 | ||
411 | internat: | |
412 | cd internat | |
413 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
414 | cd .. | |
415 | ||
416 | ipc: | |
417 | cd ipc | |
418 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
419 | cd .. | |
420 | ||
421 | joytest: | |
422 | cd joytest | |
423 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
424 | cd .. | |
425 | ||
426 | keyboard: | |
427 | cd keyboard | |
428 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
429 | cd .. | |
430 | ||
431 | layout: | |
432 | cd layout | |
433 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
434 | cd .. | |
435 | ||
436 | listbox: | |
437 | cd listbox | |
438 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
439 | cd .. | |
440 | ||
441 | listctrl: | |
442 | cd listctrl | |
443 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
444 | cd .. | |
445 | ||
446 | mdi: | |
447 | cd mdi | |
448 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
449 | cd .. | |
450 | ||
451 | memcheck: | |
452 | cd memcheck | |
453 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
454 | cd .. | |
455 | ||
456 | menu: | |
457 | cd menu | |
458 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
459 | cd .. | |
460 | ||
461 | mfc: | |
462 | cd mfc | |
463 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
464 | cd .. | |
465 | ||
466 | minifram: | |
467 | cd minifram | |
468 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
469 | cd .. | |
250700e4 RD |
470 | |
471 | minimal: | |
f820e98d VS |
472 | cd minimal |
473 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
474 | cd .. | |
475 | ||
476 | mobile: | |
477 | cd mobile | |
478 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
479 | cd .. | |
480 | ||
481 | multimon: | |
482 | cd multimon | |
483 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
484 | cd .. | |
485 | ||
486 | nativdlg: | |
487 | cd nativdlg | |
488 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
489 | cd .. | |
490 | ||
f820e98d VS |
491 | notebook: |
492 | cd notebook | |
493 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
494 | cd .. | |
495 | ||
496 | oleauto: | |
497 | cd oleauto | |
498 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
499 | cd .. | |
500 | ||
501 | opengl: | |
502 | cd opengl | |
503 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
504 | cd .. | |
505 | ||
506 | ownerdrw: | |
507 | cd ownerdrw | |
508 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
509 | cd .. | |
510 | ||
511 | png: | |
512 | cd png | |
513 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
514 | cd .. | |
515 | ||
516 | printing: | |
517 | cd printing | |
518 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
519 | cd .. | |
520 | ||
521 | propsize: | |
522 | cd propsize | |
523 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
524 | cd .. | |
525 | ||
526 | regtest: | |
527 | cd regtest | |
528 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
529 | cd .. | |
530 | ||
531 | render: | |
532 | cd render | |
533 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
534 | cd .. | |
535 | ||
536 | richedit: | |
537 | cd richedit | |
538 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
539 | cd .. | |
540 | ||
541 | rotate: | |
542 | cd rotate | |
543 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
544 | cd .. | |
545 | ||
546 | sashtest: | |
547 | cd sashtest | |
548 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
549 | cd .. | |
550 | ||
551 | scroll: | |
552 | cd scroll | |
553 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
554 | cd .. | |
555 | ||
556 | scrollsub: | |
557 | cd scrollsub | |
558 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
559 | cd .. | |
560 | ||
561 | shaped: | |
562 | cd shaped | |
563 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
564 | cd .. | |
565 | ||
566 | sockets: | |
567 | cd sockets | |
568 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
0d9c603d VS |
569 | cd .. |
570 | ||
571 | sound: | |
572 | cd sound | |
573 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
f820e98d VS |
574 | cd .. |
575 | ||
576 | splitter: | |
577 | cd splitter | |
578 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
579 | cd .. | |
580 | ||
581 | statbar: | |
582 | cd statbar | |
583 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
584 | cd .. | |
585 | ||
586 | tab: | |
587 | cd tab | |
588 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
589 | cd .. | |
590 | ||
591 | taskbar: | |
592 | cd taskbar | |
593 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
594 | cd .. | |
595 | ||
596 | text: | |
597 | cd text | |
598 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
599 | cd .. | |
600 | ||
601 | thread: | |
602 | cd thread | |
603 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
604 | cd .. | |
605 | ||
606 | toolbar: | |
607 | cd toolbar | |
608 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
609 | cd .. | |
610 | ||
611 | treectrl: | |
612 | cd treectrl | |
613 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
614 | cd .. | |
615 | ||
616 | typetest: | |
617 | cd typetest | |
618 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
619 | cd .. | |
620 | ||
621 | validate: | |
622 | cd validate | |
623 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
624 | cd .. | |
625 | ||
626 | vscroll: | |
627 | cd vscroll | |
628 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
629 | cd .. | |
630 | ||
631 | widgets: | |
632 | cd widgets | |
633 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
634 | cd .. | |
635 | ||
636 | wizard: | |
637 | cd wizard | |
638 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
639 | cd .. | |
640 | ||
641 | wxtest: | |
642 | cd wxtest | |
643 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
644 | cd .. |