]> git.saurik.com Git - wxWidgets.git/blob - tests/descrip.mms
Fix test for wxUSE_TREELISTCTRL in configure.
[wxWidgets.git] / tests / descrip.mms
1 #*****************************************************************************
2 # *
3 # Make file for VMS *
4 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
5 # Date : 15 December 2010 *
6 # *
7 #*****************************************************************************
8 .first
9 define wx [-.include.wx]
10
11 .ifdef __WXMOTIF__
12 TEST_CXXFLAGS = /define=(__WXMOTIF__=1,"wxUSE_GUI=0")/name=(as_is,short)\
13 /assume=(nostdnew,noglobal_array_new)
14 TEST_GUI_CXXFLAGS = /define=(__WXMOTIF__=1,"wxUSE_GUI=1")/name=(as_is,short)\
15 /assume=(nostdnew,noglobal_array_new)
16 .else
17 .ifdef __WXGTK__
18 TEST_CXXFLAGS = /define=(__WXGTK__=1,"wxUSE_GUI=0","__USE_STD_IOSTREAM=1",\
19 "_USE_STD_STAT=1")/float=ieee/name=(as_is,short)/ieee=denorm\
20 /assume=(nostdnew,noglobal_array_new)/include=[]
21 TEST_GUI_CXXFLAGS = /define=(__WXGTK__=1,"wxUSE_GUI=1","__USE_STD_IOSTREAM=1")\
22 /float=ieee/name=(as_is,short)/ieee=denorm\
23 /assume=(nostdnew,noglobal_array_new)/include=[]
24 .else
25 .ifdef __WXX11__
26 TEST_CXXFLAGS = /define=(__WXX11__=1,__WXUNIVERSAL__==1,"wxUSE_GUI=0")/float=ieee\
27 /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)
28 TEST_GUI_CXXFLAGS = /define=(__WXGTK__=1,"wxUSE_GUI=1")/float=ieee/name=(as_is,short)/ieee=denorm\
29 /assume=(nostdnew,noglobal_array_new)
30 .else
31 .ifdef __WXGTK2__
32 TEST_CXXFLAGS = /define=(__WXGTK__=1,VMS_GTK2==1,"wxUSE_GUI=0")/float=ieee\
33 /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)
34 TEST_GUI_CXXFLAGS = /define=(__WXGTK__=1,"wxUSE_GUI=1")/float=ieee/name=(as_is,short)/ieee=denorm\
35 /assume=(nostdnew,noglobal_array_new)
36 .else
37 CXX_DEFINE =
38 CC_DEFINE =
39 .endif
40 .endif
41 .endif
42 .endif
43
44 .suffixes : .cpp
45
46 .cpp.obj :
47 cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
48
49 CXXC=cxx
50
51 TEST_OBJECTS = \
52 test_test.obj,\
53 test_anytest.obj,\
54 test_archivetest.obj,\
55 test_ziptest.obj,\
56 test_tartest.obj,\
57 test_arrays.obj,\
58 test_base64.obj,\
59 test_cmdlinetest.obj,\
60 test_fileconf.obj,\
61 test_regconf.obj,\
62 test_datetimetest.obj,\
63 test_evthandler.obj,\
64 test_evtsource.obj,\
65 test_stopwatch.obj,\
66 test_timertest.obj,\
67 test_exec.obj,\
68 test_dir.obj,\
69 test_filefn.obj,\
70 test_filetest.obj,\
71 test_filekind.obj,\
72 test_filenametest.obj,\
73 test_filesystest.obj,\
74 test_fontmaptest.obj,\
75 test_formatconvertertest.obj,\
76 test_hashes.obj,\
77 test_output.obj,\
78 test_input.obj,\
79 test_intltest.obj,\
80 test_lists.obj,\
81 test_logtest.obj,\
82 test_longlongtest.obj,\
83 test_convautotest.obj,\
84 test_mbconvtest.obj,\
85 test_dynamiclib.obj,\
86 test_environ.obj,\
87 test_metatest.obj,\
88 test_misctests.obj,\
89 test_module.obj,\
90 test_pathlist.obj,\
91 test_typeinfotest.obj,\
92 test_ipc.obj,\
93 test_socket.obj,\
94 test_regextest.obj,\
95 test_wxregextest.obj,\
96 test_scopeguardtest.obj,\
97 test_iostream.obj,\
98 test_strings.obj,\
99 test_stdstrings.obj,\
100 test_tokenizer.obj,\
101 test_unichar.obj,\
102 test_unicode.obj,\
103 test_crt.obj,\
104 test_vsnprintf.obj,\
105 test_bstream.obj,\
106 test_datastreamtest.obj,\
107 test_ffilestream.obj,\
108 test_fileback.obj,\
109 test_filestream.obj,\
110 test_iostreams.obj,\
111 test_largefile.obj,\
112 test_memstream.obj,\
113 test_socketstream.obj,\
114 test_sstream.obj,\
115 test_stdstream.obj,\
116 test_tempfile.obj,\
117 test_textstreamtest.obj,\
118 test_zlibstream.obj,\
119 test_textfiletest.obj,\
120 test_atomic.obj,\
121 test_misc.obj,\
122 test_queue.obj,\
123 test_tls.obj,\
124 test_ftp.obj,\
125 test_uris.obj,\
126 test_url.obj,\
127 test_vectors.obj,\
128 test_evtconnection.obj,\
129 test_weakref.obj,\
130 test_xlocale.obj,\
131 test_xmltest.obj
132
133 TEST_GUI_OBJECTS = \
134 test_gui_asserthelper.obj,\
135 test_gui_test.obj,\
136 test_gui_testableframe.obj,\
137 test_gui_rect.obj,\
138 test_gui_size.obj,\
139 test_gui_point.obj,\
140 test_gui_bitmap.obj,\
141 test_gui_colour.obj,\
142 test_gui_ellipsization.obj,\
143 test_gui_measuring.obj,\
144 test_gui_config.obj,\
145 test_gui_bitmapcomboboxtest.obj,\
146 test_gui_bitmaptogglebuttontest.obj,\
147 test_gui_bookctrlbasetest.obj,\
148 test_gui_buttontest.obj,\
149 test_gui_checkboxtest.obj,\
150 test_gui_checklistboxtest.obj,\
151 test_gui_choicebooktest.obj,\
152 test_gui_choicetest.obj,\
153 test_gui_comboboxtest.obj,\
154 test_gui_frametest.obj,\
155 test_gui_gaugetest.obj,\
156 test_gui_gridtest.obj,\
157 test_gui_headerctrltest.obj,\
158 test_gui_htmllboxtest.obj,\
159 test_gui_hyperlinkctrltest.obj,\
160 test_gui_itemcontainertest.obj,\
161 test_gui_label.obj,\
162 test_gui_listbasetest.obj,\
163 test_gui_listbooktest.obj,\
164 test_gui_listboxtest.obj,\
165 test_gui_listctrltest.obj,\
166 test_gui_listviewtest.obj,\
167 test_gui_notebooktest.obj,\
168 test_gui_pickerbasetest.obj,\
169 test_gui_pickertest.obj,\
170 test_gui_radioboxtest.obj,\
171 test_gui_radiobuttontest.obj,\
172 test_gui_rearrangelisttest.obj,\
173 test_gui_richtextctrltest.obj,\
174 test_gui_slidertest.obj,\
175 test_gui_spinctrldbltest.obj,\
176 test_gui_spinctrltest.obj,\
177 test_gui_textctrltest.obj,\
178 test_gui_textentrytest.obj,\
179 test_gui_togglebuttontest.obj,\
180 test_gui_toolbooktest.obj,\
181 test_gui_treebooktest.obj,\
182 test_gui_treectrltest.obj,\
183 test_gui_virtlistctrltest.obj,\
184 test_gui_windowtest.obj,\
185 test_gui_clone.obj,\
186 test_gui_propagation.obj,\
187 test_gui_keyboard.obj,\
188 test_gui_fonttest.obj,\
189 test_gui_image.obj,\
190 test_gui_rawbmp.obj,\
191 test_gui_htmlwindow.obj,\
192 test_gui_accelentry.obj,\
193 test_gui_menu.obj,\
194 test_gui_guifuncs.obj,\
195 test_gui_selstoretest.obj,\
196 test_gui_garbage.obj,\
197 test_gui_settings.obj,\
198 test_gui_socket.obj,\
199 test_gui_boxsizer.obj,\
200 test_gui_clientsize.obj,\
201 test_gui_setsize.obj,\
202 test_gui_xrctest.obj
203
204 .ifdef __WXMOTIF__
205 .else
206 .ifdef __WXGTK__
207 all : test_gtk.exe test_gui_gtk.exe
208 write sys$output "tests created"
209
210 test_gtk.exe : $(TEST_OBJECTS)
211 cxxlink/exec=test_gtk.exe $(TEST_OBJECTS),\
212 sys$library:libcppunit.olb/lib,[-.lib]vms_gtk/opt
213
214 test_gui_gtk.exe : $(TEST_GUI_OBJECTS)
215 cxxlink/exec=test_gui_gtk.exe $(TEST_GUI_OBJECTS),\
216 sys$library:libcppunit.olb/lib,[-.lib]vms_gtk/opt
217 .else
218 .ifdef __WXX11__
219 .else
220 .ifdef __WXGTK2__
221 .else
222 .endif
223 .endif
224 .endif
225 .endif
226
227 $(TEST_OBJECTS) : [-.include.wx]setup.h
228 $(TEST_GUI_OBJECTS) : [-.include.wx]setup.h
229
230 test_test.obj : test.cpp
231 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) test.cpp
232
233 test_anytest.obj : [.any]anytest.cpp
234 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.any]anytest.cpp
235
236 test_archivetest.obj : [.archive]archivetest.cpp
237 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.archive]archivetest.cpp
238
239 test_ziptest.obj : [.archive]ziptest.cpp
240 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.archive]ziptest.cpp
241
242 test_tartest.obj : [.archive]tartest.cpp
243 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.archive]tartest.cpp
244
245 test_arrays.obj : [.arrays]arrays.cpp
246 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.arrays]arrays.cpp
247
248 test_base64.obj : [.base64]base64.cpp
249 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.base64]base64.cpp
250
251 test_cmdlinetest.obj : [.cmdline]cmdlinetest.cpp
252 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.cmdline]cmdlinetest.cpp
253
254 test_fileconf.obj : [.config]fileconf.cpp
255 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.config]fileconf.cpp
256
257 test_regconf.obj : [.config]regconf.cpp
258 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.config]regconf.cpp
259
260 test_datetimetest.obj : [.datetime]datetimetest.cpp
261 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS)/warn=(disable=INTSIGNCHANGE)\
262 [.datetime]datetimetest.cpp
263
264 test_evthandler.obj : [.events]evthandler.cpp
265 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.events]evthandler.cpp
266
267 test_evtsource.obj : [.events]evtsource.cpp
268 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.events]evtsource.cpp
269
270 test_stopwatch.obj : [.events]stopwatch.cpp
271 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.events]stopwatch.cpp
272
273 test_timertest.obj : [.events]timertest.cpp
274 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.events]timertest.cpp
275
276 test_exec.obj : [.exec]exec.cpp
277 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.exec]exec.cpp
278
279 test_dir.obj : [.file]dir.cpp
280 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.file]dir.cpp
281
282 test_filefn.obj : [.file]filefn.cpp
283 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.file]filefn.cpp
284
285 test_filetest.obj : [.file]filetest.cpp
286 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.file]filetest.cpp
287
288 test_filekind.obj : [.filekind]filekind.cpp
289 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.filekind]filekind.cpp
290
291 test_filenametest.obj : [.filename]filenametest.cpp
292 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.filename]filenametest.cpp
293
294 test_filesystest.obj : [.filesys]filesystest.cpp
295 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.filesys]filesystest.cpp
296
297 test_fontmaptest.obj : [.fontmap]fontmaptest.cpp
298 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.fontmap]fontmaptest.cpp
299
300 test_formatconvertertest.obj : [.formatconverter]formatconvertertest.cpp
301 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.formatconverter]formatconvertertest.cpp
302
303 test_hashes.obj : [.hashes]hashes.cpp
304 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.hashes]hashes.cpp
305
306 test_output.obj : [.interactive]output.cpp
307 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.interactive]output.cpp
308
309 test_input.obj : [.interactive]input.cpp
310 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.interactive]input.cpp
311
312 test_intltest.obj : [.intl]intltest.cpp
313 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.intl]intltest.cpp
314
315 test_lists.obj : [.lists]lists.cpp
316 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.lists]lists.cpp
317
318 test_logtest.obj : [.log]logtest.cpp
319 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.log]logtest.cpp
320
321 test_longlongtest.obj : [.longlong]longlongtest.cpp
322 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.longlong]longlongtest.cpp
323
324 test_convautotest.obj : [.mbconv]convautotest.cpp
325 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.mbconv]convautotest.cpp
326
327 test_mbconvtest.obj : [.mbconv]mbconvtest.cpp
328 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.mbconv]mbconvtest.cpp
329
330 test_dynamiclib.obj : [.misc]dynamiclib.cpp
331 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]dynamiclib.cpp
332
333 test_environ.obj : [.misc]environ.cpp
334 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]environ.cpp
335
336 test_metatest.obj : [.misc]metatest.cpp
337 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]metatest.cpp
338
339 test_misctests.obj : [.misc]misctests.cpp
340 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]misctests.cpp
341
342 test_module.obj : [.misc]module.cpp
343 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]module.cpp
344
345 test_pathlist.obj : [.misc]pathlist.cpp
346 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]pathlist.cpp
347
348 test_typeinfotest.obj : [.misc]typeinfotest.cpp
349 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.misc]typeinfotest.cpp
350
351 test_ipc.obj : [.net]ipc.cpp
352 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.net]ipc.cpp
353
354 test_socket.obj : [.net]socket.cpp
355 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS)/warn=(disable=REFTEMPORARY)\
356 [.net]socket.cpp
357
358 test_regextest.obj : [.regex]regextest.cpp
359 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.regex]regextest.cpp
360
361 test_wxregextest.obj : [.regex]wxregextest.cpp
362 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.regex]wxregextest.cpp
363
364 test_scopeguardtest.obj : [.scopeguard]scopeguardtest.cpp
365 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.scopeguard]scopeguardtest.cpp
366
367 test_iostream.obj : [.strings]iostream.cpp
368 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]iostream.cpp
369
370 test_strings.obj : [.strings]strings.cpp
371 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS)/warn=(disable=INTSIGNCHANGE)\
372 [.strings]strings.cpp
373
374 test_stdstrings.obj : [.strings]stdstrings.cpp
375 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]stdstrings.cpp
376
377 test_tokenizer.obj : [.strings]tokenizer.cpp
378 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]tokenizer.cpp
379
380 test_unichar.obj : [.strings]unichar.cpp
381 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]unichar.cpp
382
383 test_unicode.obj : [.strings]unicode.cpp
384 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]unicode.cpp
385
386 test_crt.obj : [.strings]crt.cpp
387 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]crt.cpp
388
389 test_vsnprintf.obj : [.strings]vsnprintf.cpp
390 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.strings]vsnprintf.cpp
391
392 test_bstream.obj : [.streams]bstream.cpp
393 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]bstream.cpp
394
395 test_datastreamtest.obj : [.streams]datastreamtest.cpp
396 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]datastreamtest.cpp
397
398 test_ffilestream.obj : [.streams]ffilestream.cpp
399 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]ffilestream.cpp
400
401 test_fileback.obj : [.streams]fileback.cpp
402 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]fileback.cpp
403
404 test_filestream.obj : [.streams]filestream.cpp
405 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]filestream.cpp
406
407 test_iostreams.obj : [.streams]iostreams.cpp
408 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]iostreams.cpp
409
410 test_largefile.obj : [.streams]largefile.cpp
411 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS)/warn=(disable=INTSIGNCHANGE)\
412 [.streams]largefile.cpp
413
414 test_memstream.obj : [.streams]memstream.cpp
415 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]memstream.cpp
416
417 test_socketstream.obj : [.streams]socketstream.cpp
418 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]socketstream.cpp
419
420 test_sstream.obj : [.streams]sstream.cpp
421 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]sstream.cpp
422
423 test_stdstream.obj : [.streams]stdstream.cpp
424 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]stdstream.cpp
425
426 test_tempfile.obj : [.streams]tempfile.cpp
427 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]tempfile.cpp
428
429 test_textstreamtest.obj : [.streams]textstreamtest.cpp
430 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]textstreamtest.cpp
431
432 test_zlibstream.obj : [.streams]zlibstream.cpp
433 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.streams]zlibstream.cpp
434
435 test_textfiletest.obj : [.textfile]textfiletest.cpp
436 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.textfile]textfiletest.cpp
437
438 test_atomic.obj : [.thread]atomic.cpp
439 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.thread]atomic.cpp
440
441 test_misc.obj : [.thread]misc.cpp
442 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.thread]misc.cpp
443
444 test_queue.obj : [.thread]queue.cpp
445 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.thread]queue.cpp
446
447 test_tls.obj : [.thread]tls.cpp
448 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.thread]tls.cpp
449
450 test_ftp.obj : [.uris]ftp.cpp
451 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.uris]ftp.cpp
452
453 test_uris.obj : [.uris]uris.cpp
454 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.uris]uris.cpp
455
456 test_url.obj : [.uris]url.cpp
457 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.uris]url.cpp
458
459 test_vectors.obj : [.vectors]vectors.cpp
460 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.vectors]vectors.cpp
461
462 test_evtconnection.obj : [.weakref]evtconnection.cpp
463 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.weakref]evtconnection.cpp
464
465 test_weakref.obj : [.weakref]weakref.cpp
466 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.weakref]weakref.cpp
467
468 test_xlocale.obj : [.xlocale]xlocale.cpp
469 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.xlocale]xlocale.cpp
470
471 test_xmltest.obj : [.xml]xmltest.cpp
472 $(CXXC) /object=[]$@ $(TEST_CXXFLAGS) [.xml]xmltest.cpp
473
474 test_gui_sample_rc.obj : [...]samples]sample.rc
475 $(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_5) $(__DEBUG_DEFINE_p_5) $(__EXCEPTIONS_DEFINE_p_5) $(__RTTI_DEFINE_p_5) $(__THREAD_DEFINE_p_5) --include-dir $(srcdir) $(__DLLFLAG_p_5) --include-dir [...]samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)]include
476
477 test_gui_asserthelper.obj : asserthelper.cpp
478 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) asserthelper.cpp
479
480 test_gui_test.obj : test.cpp
481 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) test.cpp
482
483 test_gui_testableframe.obj : testableframe.cpp
484 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) testableframe.cpp
485
486 test_gui_rect.obj : [.geometry]rect.cpp
487 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.geometry]rect.cpp
488
489 test_gui_size.obj : [.geometry]size.cpp
490 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.geometry]size.cpp
491
492 test_gui_point.obj : [.geometry]point.cpp
493 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.geometry]point.cpp
494
495 test_gui_bitmap.obj : [.graphics]bitmap.cpp
496 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.graphics]bitmap.cpp
497
498 test_gui_colour.obj : [.graphics]colour.cpp
499 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.graphics]colour.cpp
500
501 test_gui_ellipsization.obj : [.graphics]ellipsization.cpp
502 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.graphics]ellipsization.cpp
503
504 test_gui_measuring.obj : [.graphics]measuring.cpp
505 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.graphics]measuring.cpp
506
507 test_gui_config.obj : [.config]config.cpp
508 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.config]config.cpp
509
510 test_gui_bitmapcomboboxtest.obj : [.controls]bitmapcomboboxtest.cpp
511 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]bitmapcomboboxtest.cpp
512
513 test_gui_bitmaptogglebuttontest.obj : [.controls]bitmaptogglebuttontest.cpp
514 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]bitmaptogglebuttontest.cpp
515
516 test_gui_bookctrlbasetest.obj : [.controls]bookctrlbasetest.cpp
517 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]bookctrlbasetest.cpp
518
519 test_gui_buttontest.obj : [.controls]buttontest.cpp
520 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]buttontest.cpp
521
522 test_gui_checkboxtest.obj : [.controls]checkboxtest.cpp
523 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]checkboxtest.cpp
524
525 test_gui_checklistboxtest.obj : [.controls]checklistboxtest.cpp
526 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]checklistboxtest.cpp
527
528 test_gui_choicebooktest.obj : [.controls]choicebooktest.cpp
529 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]choicebooktest.cpp
530
531 test_gui_choicetest.obj : [.controls]choicetest.cpp
532 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]choicetest.cpp
533
534 test_gui_comboboxtest.obj : [.controls]comboboxtest.cpp
535 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]comboboxtest.cpp
536
537 test_gui_frametest.obj : [.controls]frametest.cpp
538 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]frametest.cpp
539
540 test_gui_gaugetest.obj : [.controls]gaugetest.cpp
541 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]gaugetest.cpp
542
543 test_gui_gridtest.obj : [.controls]gridtest.cpp
544 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]gridtest.cpp
545
546 test_gui_headerctrltest.obj : [.controls]headerctrltest.cpp
547 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]headerctrltest.cpp
548
549 test_gui_htmllboxtest.obj : [.controls]htmllboxtest.cpp
550 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]htmllboxtest.cpp
551
552 test_gui_hyperlinkctrltest.obj : [.controls]hyperlinkctrltest.cpp
553 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]hyperlinkctrltest.cpp
554
555 test_gui_itemcontainertest.obj : [.controls]itemcontainertest.cpp
556 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]itemcontainertest.cpp
557
558 test_gui_label.obj : [.controls]label.cpp
559 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]label.cpp
560
561 test_gui_listbasetest.obj : [.controls]listbasetest.cpp
562 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]listbasetest.cpp
563
564 test_gui_listbooktest.obj : [.controls]listbooktest.cpp
565 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]listbooktest.cpp
566
567 test_gui_listboxtest.obj : [.controls]listboxtest.cpp
568 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]listboxtest.cpp
569
570 test_gui_listctrltest.obj : [.controls]listctrltest.cpp
571 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]listctrltest.cpp
572
573 test_gui_listviewtest.obj : [.controls]listviewtest.cpp
574 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]listviewtest.cpp
575
576 test_gui_notebooktest.obj : [.controls]notebooktest.cpp
577 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]notebooktest.cpp
578
579 test_gui_pickerbasetest.obj : [.controls]pickerbasetest.cpp
580 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]pickerbasetest.cpp
581
582 test_gui_pickertest.obj : [.controls]pickertest.cpp
583 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]pickertest.cpp
584
585 test_gui_radioboxtest.obj : [.controls]radioboxtest.cpp
586 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]radioboxtest.cpp
587
588 test_gui_radiobuttontest.obj : [.controls]radiobuttontest.cpp
589 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]radiobuttontest.cpp
590
591 test_gui_rearrangelisttest.obj : [.controls]rearrangelisttest.cpp
592 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]rearrangelisttest.cpp
593
594 test_gui_richtextctrltest.obj : [.controls]richtextctrltest.cpp
595 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]richtextctrltest.cpp
596
597 test_gui_slidertest.obj : [.controls]slidertest.cpp
598 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]slidertest.cpp
599
600 test_gui_spinctrldbltest.obj : [.controls]spinctrldbltest.cpp
601 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]spinctrldbltest.cpp
602
603 test_gui_spinctrltest.obj : [.controls]spinctrltest.cpp
604 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]spinctrltest.cpp
605
606 test_gui_textctrltest.obj : [.controls]textctrltest.cpp
607 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]textctrltest.cpp
608
609 test_gui_textentrytest.obj : [.controls]textentrytest.cpp
610 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]textentrytest.cpp
611
612 test_gui_togglebuttontest.obj : [.controls]togglebuttontest.cpp
613 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]togglebuttontest.cpp
614
615 test_gui_toolbooktest.obj : [.controls]toolbooktest.cpp
616 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]toolbooktest.cpp
617
618 test_gui_treebooktest.obj : [.controls]treebooktest.cpp
619 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]treebooktest.cpp
620
621 test_gui_treectrltest.obj : [.controls]treectrltest.cpp
622 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]treectrltest.cpp
623
624 test_gui_virtlistctrltest.obj : [.controls]virtlistctrltest.cpp
625 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]virtlistctrltest.cpp
626
627 test_gui_windowtest.obj : [.controls]windowtest.cpp
628 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.controls]windowtest.cpp
629
630 test_gui_clone.obj : [.events]clone.cpp
631 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.events]clone.cpp
632
633 test_gui_propagation.obj : [.events]propagation.cpp
634 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.events]propagation.cpp
635
636 test_gui_keyboard.obj : [.events]keyboard.cpp
637 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.events]keyboard.cpp
638
639 test_gui_fonttest.obj : [.font]fonttest.cpp
640 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.font]fonttest.cpp
641
642 test_gui_image.obj : [.image]image.cpp
643 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.image]image.cpp
644
645 test_gui_rawbmp.obj : [.image]rawbmp.cpp
646 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.image]rawbmp.cpp
647
648 test_gui_htmlwindow.obj : [.html]htmlwindow.cpp
649 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.html]htmlwindow.cpp
650
651 test_gui_accelentry.obj : [.menu]accelentry.cpp
652 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.menu]accelentry.cpp
653
654 test_gui_menu.obj : [.menu]menu.cpp
655 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.menu]menu.cpp
656
657 test_gui_guifuncs.obj : [.misc]guifuncs.cpp
658 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.misc]guifuncs.cpp
659
660 test_gui_selstoretest.obj : [.misc]selstoretest.cpp
661 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.misc]selstoretest.cpp
662
663 test_gui_garbage.obj : [.misc]garbage.cpp
664 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.misc]garbage.cpp
665
666 test_gui_settings.obj : [.misc]settings.cpp
667 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.misc]settings.cpp
668
669 test_gui_socket.obj : [.net]socket.cpp
670 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS)/warn=(disable=REFTEMPORARY)\
671 [.net]socket.cpp
672
673 test_gui_boxsizer.obj : [.sizers]boxsizer.cpp
674 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.sizers]boxsizer.cpp
675
676 test_gui_clientsize.obj : [.window]clientsize.cpp
677 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.window]clientsize.cpp
678
679 test_gui_setsize.obj : [.window]setsize.cpp
680 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.window]setsize.cpp
681
682 test_gui_xrctest.obj : [.xml]xrctest.cpp
683 $(CXXC) /object=[]$@ $(TEST_GUI_CXXFLAGS) [.xml]xrctest.cpp
684