]>
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 | |
45 | ||
f820e98d VS |
46 | access: |
47 | cd access | |
48 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
49 | cd .. | |
250700e4 RD |
50 | |
51 | artprov: | |
f820e98d VS |
52 | cd artprov |
53 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
54 | cd .. | |
55 | ||
56 | calendar: | |
57 | cd calendar | |
58 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
59 | cd .. | |
60 | ||
61 | caret: | |
62 | cd caret | |
63 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
64 | cd .. | |
65 | ||
66 | checklst: | |
67 | cd checklst | |
68 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
69 | cd .. | |
250700e4 | 70 | |
f820e98d VS |
71 | config: |
72 | cd config | |
73 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
74 | cd .. | |
75 | ||
250700e4 | 76 | console: |
f820e98d VS |
77 | cd console |
78 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
79 | cd .. | |
80 | ||
81 | controls: | |
82 | cd controls | |
83 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
84 | cd .. | |
85 | ||
86 | db: | |
87 | cd db | |
88 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
89 | cd .. | |
250700e4 RD |
90 | |
91 | dialogs: | |
f820e98d VS |
92 | cd dialogs |
93 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
94 | cd .. | |
95 | ||
96 | dialup: | |
97 | cd dialup | |
98 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
99 | cd .. | |
100 | ||
101 | display: | |
102 | cd display | |
103 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
104 | cd .. | |
105 | ||
106 | dnd: | |
107 | cd dnd | |
108 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
109 | cd .. | |
110 | ||
111 | docview: | |
112 | cd docview | |
113 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
114 | cd .. | |
115 | ||
116 | docvwmdi: | |
117 | cd docvwmdi | |
118 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
119 | cd .. | |
120 | ||
121 | dragimag: | |
122 | cd dragimag | |
123 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
124 | cd .. | |
125 | ||
126 | drawing: | |
127 | cd drawing | |
128 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
129 | cd .. | |
130 | ||
131 | dynamic: | |
132 | cd dynamic | |
133 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
134 | cd .. | |
135 | ||
136 | erase: | |
137 | cd erase | |
138 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
139 | cd .. | |
140 | ||
141 | event: | |
142 | cd event | |
143 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
144 | cd .. | |
145 | ||
b17c1746 DE |
146 | exec: |
147 | cd exec | |
b71531ad VZ |
148 | $(MAKE) -f makefile.bcc $(MAKEARGS) all |
149 | cd .. | |
150 | ||
b17c1746 DE |
151 | except: |
152 | cd except | |
f820e98d VS |
153 | $(MAKE) -f makefile.bcc $(MAKEARGS) all |
154 | cd .. | |
155 | ||
156 | font: | |
157 | cd font | |
158 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
159 | cd .. | |
160 | ||
161 | grid: | |
162 | cd grid | |
163 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
164 | cd .. | |
165 | ||
166 | help: | |
167 | cd help | |
168 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
169 | cd .. | |
170 | ||
171 | htlbox: | |
172 | cd htlbox | |
173 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
174 | cd .. | |
175 | ||
176 | html: | |
177 | cd html | |
178 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
179 | cd .. | |
250700e4 RD |
180 | |
181 | image: | |
f820e98d VS |
182 | cd image |
183 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
184 | cd .. | |
185 | ||
186 | internat: | |
187 | cd internat | |
188 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
189 | cd .. | |
190 | ||
191 | ipc: | |
192 | cd ipc | |
193 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
194 | cd .. | |
195 | ||
196 | joytest: | |
197 | cd joytest | |
198 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
199 | cd .. | |
200 | ||
201 | keyboard: | |
202 | cd keyboard | |
203 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
204 | cd .. | |
205 | ||
206 | layout: | |
207 | cd layout | |
208 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
209 | cd .. | |
210 | ||
211 | listbox: | |
212 | cd listbox | |
213 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
214 | cd .. | |
215 | ||
216 | listctrl: | |
217 | cd listctrl | |
218 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
219 | cd .. | |
220 | ||
221 | mdi: | |
222 | cd mdi | |
223 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
224 | cd .. | |
225 | ||
226 | memcheck: | |
227 | cd memcheck | |
228 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
229 | cd .. | |
230 | ||
231 | menu: | |
232 | cd menu | |
233 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
234 | cd .. | |
235 | ||
236 | mfc: | |
237 | cd mfc | |
238 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
239 | cd .. | |
240 | ||
241 | minifram: | |
242 | cd minifram | |
243 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
244 | cd .. | |
250700e4 RD |
245 | |
246 | minimal: | |
f820e98d VS |
247 | cd minimal |
248 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
249 | cd .. | |
250 | ||
251 | mobile: | |
252 | cd mobile | |
253 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
254 | cd .. | |
255 | ||
256 | multimon: | |
257 | cd multimon | |
258 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
259 | cd .. | |
260 | ||
261 | nativdlg: | |
262 | cd nativdlg | |
263 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
264 | cd .. | |
265 | ||
f820e98d VS |
266 | notebook: |
267 | cd notebook | |
268 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
269 | cd .. | |
270 | ||
271 | oleauto: | |
272 | cd oleauto | |
273 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
274 | cd .. | |
275 | ||
276 | opengl: | |
277 | cd opengl | |
278 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
279 | cd .. | |
280 | ||
281 | ownerdrw: | |
282 | cd ownerdrw | |
283 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
284 | cd .. | |
285 | ||
286 | png: | |
287 | cd png | |
288 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
289 | cd .. | |
290 | ||
291 | printing: | |
292 | cd printing | |
293 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
294 | cd .. | |
295 | ||
296 | propsize: | |
297 | cd propsize | |
298 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
299 | cd .. | |
300 | ||
301 | regtest: | |
302 | cd regtest | |
303 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
304 | cd .. | |
305 | ||
306 | render: | |
307 | cd render | |
308 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
309 | cd .. | |
310 | ||
311 | richedit: | |
312 | cd richedit | |
313 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
314 | cd .. | |
315 | ||
316 | rotate: | |
317 | cd rotate | |
318 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
319 | cd .. | |
320 | ||
321 | sashtest: | |
322 | cd sashtest | |
323 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
324 | cd .. | |
325 | ||
326 | scroll: | |
327 | cd scroll | |
328 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
329 | cd .. | |
330 | ||
331 | scrollsub: | |
332 | cd scrollsub | |
333 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
334 | cd .. | |
335 | ||
336 | shaped: | |
337 | cd shaped | |
338 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
339 | cd .. | |
340 | ||
341 | sockets: | |
342 | cd sockets | |
343 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
0d9c603d VS |
344 | cd .. |
345 | ||
346 | sound: | |
347 | cd sound | |
348 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
f820e98d VS |
349 | cd .. |
350 | ||
351 | splitter: | |
352 | cd splitter | |
353 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
354 | cd .. | |
355 | ||
356 | statbar: | |
357 | cd statbar | |
358 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
359 | cd .. | |
360 | ||
361 | tab: | |
362 | cd tab | |
363 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
364 | cd .. | |
365 | ||
366 | taskbar: | |
367 | cd taskbar | |
368 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
369 | cd .. | |
370 | ||
371 | text: | |
372 | cd text | |
373 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
374 | cd .. | |
375 | ||
376 | thread: | |
377 | cd thread | |
378 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
379 | cd .. | |
380 | ||
381 | toolbar: | |
382 | cd toolbar | |
383 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
384 | cd .. | |
385 | ||
386 | treectrl: | |
387 | cd treectrl | |
388 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
389 | cd .. | |
390 | ||
391 | typetest: | |
392 | cd typetest | |
393 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
394 | cd .. | |
395 | ||
396 | validate: | |
397 | cd validate | |
398 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
399 | cd .. | |
400 | ||
401 | vscroll: | |
402 | cd vscroll | |
403 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
404 | cd .. | |
405 | ||
406 | widgets: | |
407 | cd widgets | |
408 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
409 | cd .. | |
410 | ||
411 | wizard: | |
412 | cd wizard | |
413 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
414 | cd .. | |
415 | ||
416 | wxtest: | |
417 | cd wxtest | |
418 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
419 | cd .. |