]> git.saurik.com Git - wxWidgets.git/blame - Makefile.in
Using the best visual is now an option.
[wxWidgets.git] / Makefile.in
CommitLineData
ad9edf45 1#
16b52fa1 2# This file was automatically generated by tmake at 18:29, 2000/01/29
ad9edf45 3# DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
549c6f67 4
ad9edf45
RR
5#
6# File: makefile.unx
7# Author: Julian Smart, Robert Roebling, Vadim Zeitlin
8# Created: 1993
9# Updated: 1999
10# Copyright:(c) 1993, AIAI, University of Edinburgh,
11# Copyright:(c) 1999, Vadim Zeitlin
12# Copyright:(c) 1999, Robert Roebling
13#
14# Makefile for libwx_gtk.a, libwx_motif.a and libwx_msw.a
15
16###################################################################
17
18include ./src/make.env
19
20############## override make.env for PIC ##########################
21
22# Clears all default suffixes
23.SUFFIXES: .o .cpp .c .cxx
24
25.c.o :
5586805b 26 $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(PICFLAGS) -o $@ $<
ad9edf45
RR
27
28.cpp.o :
5586805b 29 $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
ad9edf45
RR
30
31.cxx.o :
5586805b 32 $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
ad9edf45
RR
33
34########################### Paths #################################
35
36srcdir = @srcdir@
37
5586805b
RR
38VP1 = @top_srcdir@/src/common
39VP2 = @top_srcdir@/src/@TOOLKIT_DIR@
40VP3 = @top_srcdir@/src/motif/xmcombo
41VP4 = @top_srcdir@/src/generic
42VP5 = @top_srcdir@/src/unix
43VP6 = @top_srcdir@/src/html
44VP7 = @top_srcdir@/src/png
45VP8 = @top_srcdir@/src/jpeg
c7a2bf27
RR
46VP9 = @top_srcdir@/src/tiff
47VP10 = @top_srcdir@/src/zlib
48VP11 = @top_srcdir@/src/iodbc
5586805b 49
e183484e
VZ
50# the comment at the end of the next line is needed because otherwise autoconf
51# would remove this line completely - it contains a built-in hack to remove
52# any VPATH assignment not containing ':'
53VPATH = $(VP1)@PATH_IFS@$(VP2)@PATH_IFS@$(VP3)@PATH_IFS@$(VP4)@PATH_IFS@$(VP5)@PATH_IFS@$(VP6)@PATH_IFS@$(VP7)@PATH_IFS@$(VP8)@PATH_IFS@$(VP9)@PATH_IFS@$(VP10)@PATH_IFS@$(VP11) # ':' for autoconf
ad9edf45
RR
54
55top_srcdir = @top_srcdir@
56prefix = @prefix@
57exec_prefix = @exec_prefix@
58
59bindir = @bindir@
60sbindir = @sbindir@
61libexecdir = @libexecdir@
62datadir = @datadir@
63sysconfdir = @sysconfdir@
64sharedstatedir = @sharedstatedir@
65localstatedir = @localstatedir@
66libdir = @libdir@
67infodir = @infodir@
68mandir = @mandir@
69includedir = @includedir@
70oldincludedir = /usr/include
71
72DESTDIR =
73
74pkgdatadir = $(datadir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkgincludedir = $(includedir)/@PACKAGE@
77
78top_builddir = .
79
80INSTALL = @INSTALL@
81INSTALL_PROGRAM = @INSTALL_PROGRAM@
82INSTALL_DATA = @INSTALL_DATA@
8b17ba72
RR
83# my autoconf doesn't set this
84#INSTALL_SCRIPT = @INSTALL_SCRIPT@
85# maybe do an additional chmod if needed?
86INSTALL_SCRIPT = @INSTALL@
ad9edf45
RR
87transform = @program_transform_name@
88
89NORMAL_INSTALL = :
90PRE_INSTALL = :
91POST_INSTALL = :
92NORMAL_UNINSTALL = :
93PRE_UNINSTALL = :
94POST_UNINSTALL = :
95build_alias = @build_alias@
96build_triplet = @build@
97host_alias = @host_alias@
98host_triplet = @host@
99target_alias = @target_alias@
100target_triplet = @target@
101
dad6c0ea
VZ
102USE_GUI=@USE_GUI@
103
ad9edf45
RR
104############################# Dirs #################################
105
106WXDIR = $(top_srcdir)
107
108# Subordinate library possibilities
109
4cb122de
RR
110SRCDIR = $(WXDIR)/src
111GENDIR = $(WXDIR)/src/generic
112COMMDIR = $(WXDIR)/src/common
113HTMLDIR = $(WXDIR)/src/html
114UNIXDIR = $(WXDIR)/src/unix
115PNGDIR = $(WXDIR)/src/png
116JPEGDIR = $(WXDIR)/src/jpeg
1d62a8b4 117TIFFDIR = $(WXDIR)/src/tiff
4cb122de
RR
118ZLIBDIR = $(WXDIR)/src/zlib
119GTKDIR = $(WXDIR)/src/gtk
ad9edf45 120MOTIFDIR = $(WXDIR)/src/motif
4cb122de 121MSWDIR = $(WXDIR)/src/msw
9260520f 122PMDIR = $(WXDIR)/src/os2
c09ab26a 123ODBCDIR = $(WXDIR)/src/iodbc
4cb122de
RR
124INCDIR = $(WXDIR)/include
125SAMPDIR = $(WXDIR)/samples
dfd6b52f 126DEMODIR = $(WXDIR)/demos
641d87d8 127UTILSDIR = $(WXDIR)/utils
a6f3598d 128MISCDIR = $(WXDIR)/misc
ad9edf45
RR
129
130DOCDIR = $(WXDIR)/docs
131
a4aad961
RR
132########################## Archive name ###############################
133
79144b8a 134WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
ba0e7d41 135WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
dfd6b52f 136WXDEMOS = wx$(TOOLKIT)-demos-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
a4aad961
RR
137DISTDIR = ./_dist_dir/wx$(TOOLKIT)
138
ad9edf45
RR
139############################## Files ##################################
140
37667812
VZ
141BASE_HEADERS = \
142 app.h \
dad6c0ea
VZ
143 buffer.h \
144 cmdline.h \
37667812 145 date.h \
bf84b0be 146 datetime.h \
11e654da 147 datetime.inl \
37667812
VZ
148 debug.h \
149 defs.h \
e694c22c 150 dir.h \
37667812
VZ
151 dynarray.h \
152 dynlib.h \
153 event.h \
154 ffile.h \
155 file.h \
156 fileconf.h \
157 hash.h \
158 intl.h \
dad6c0ea 159 ioswrap.h \
37667812
VZ
160 list.h \
161 log.h \
162 longlong.h \
4ee1741f 163 memconf.h \
dad6c0ea 164 memory.h \
37667812
VZ
165 mimetype.h \
166 module.h \
167 object.h \
168 process.h \
37667812
VZ
169 strconv.h \
170 stream.h \
171 string.h \
172 textfile.h \
173 thread.h \
174 time.h \
175 timer.h \
176 tokenzr.h \
177 txtstrm.h \
178 utils.h \
179 variant.h \
180 version.h \
e612f101 181 wfstream.h \
37667812
VZ
182 wx.h \
183 wxchar.h \
184 wxprec.h
185
ad9edf45
RR
186WX_HEADERS = \
187 accel.h \
188 app.h \
189 arrimpl.cpp \
190 bitmap.h \
191 bmpbuttn.h \
192 brush.h \
193 buffer.h \
194 busyinfo.h \
195 button.h \
9d9b7755 196 calctrl.h \
ad9edf45
RR
197 caret.h \
198 checkbox.h \
199 checklst.h \
200 choicdlg.h \
201 choice.h \
202 clipbrd.h \
dad6c0ea 203 cmdline.h \
ad9edf45
RR
204 cmndata.h \
205 colordlg.h \
206 colour.h \
207 combobox.h \
208 confbase.h \
209 config.h \
210 control.h \
11e1c70d 211 ctrlsub.h \
ad9edf45
RR
212 cursor.h \
213 dataobj.h \
214 date.h \
bf84b0be 215 datetime.h \
11e654da 216 datetime.inl \
ad9edf45
RR
217 datstrm.h \
218 db.h \
219 dbtable.h \
220 dc.h \
221 dcclient.h \
222 dcmemory.h \
223 dcprint.h \
224 dcps.h \
225 dcscreen.h \
226 dde.h \
227 debug.h \
228 defs.h \
229 dialog.h \
fc9c7c09 230 dialup.h \
e694c22c 231 dir.h \
ad9edf45
RR
232 dirdlg.h \
233 dnd.h \
234 docmdi.h \
235 docview.h \
236 dragimag.h \
237 dynarray.h \
238 dynlib.h \
15b83243 239 encconv.h \
ad9edf45
RR
240 event.h \
241 expr.h \
242 ffile.h \
243 file.h \
244 fileconf.h \
245 filedlg.h \
246 filefn.h \
247 filesys.h \
248 font.h \
249 fontdlg.h \
8487f887
RR
250 fontenum.h \
251 fontmap.h \
252 fontutil.h \
ad9edf45
RR
253 frame.h \
254 fs_inet.h \
255 fs_zip.h \
256 gauge.h \
257 gdicmn.h \
258 gdiobj.h \
4ee1741f 259 geometry.h \
e8ac7bf2 260 gifdecod.h \
ad9edf45 261 grid.h \
8b17ba72 262 gsocket.h \
ad9edf45
RR
263 hash.h \
264 help.h \
265 helpbase.h \
266 helphtml.h \
267 helpwin.h \
268 helpxlp.h \
269 icon.h \
336e2d44 270 imagbmp.h \
ad9edf45 271 image.h \
336e2d44
VS
272 imaggif.h \
273 imagjpeg.h \
ad9edf45 274 imaglist.h \
336e2d44
VS
275 imagpcx.h \
276 imagpng.h \
277 imagpnm.h \
278 imagtiff.h \
ad9edf45
RR
279 intl.h \
280 ioswrap.h \
281 ipcbase.h \
16b52fa1
RR
282 isql.h \
283 isqlext.h \
ad9edf45
RR
284 joystick.h \
285 layout.h \
286 laywin.h \
287 list.h \
288 listbox.h \
289 listctrl.h \
290 listimpl.cpp \
291 log.h \
292 longlong.h \
293 matrix.h \
294 mdi.h \
4ee1741f 295 memconf.h \
ad9edf45
RR
296 memory.h \
297 menu.h \
298 menuitem.h \
299 metafile.h \
300 mimetype.h \
301 minifram.h \
302 module.h \
303 msgdlg.h \
304 mstream.h \
305 notebook.h \
306 object.h \
307 objstrm.h \
308 odbc.h \
309 ownerdrw.h \
310 palette.h \
311 panel.h \
312 paper.h \
313 pen.h \
981b2508 314 plot.h \
ad9edf45
RR
315 print.h \
316 printdlg.h \
317 prntbase.h \
318 process.h \
319 progdlg.h \
320 prop.h \
321 propform.h \
322 proplist.h \
323 radiobox.h \
324 radiobut.h \
325 region.h \
326 resource.h \
327 sashwin.h \
328 sckaddr.h \
329 sckipc.h \
330 sckstrm.h \
331 scrolbar.h \
332 scrolwin.h \
333 serbase.h \
334 settings.h \
335 setup.h \
336 sizer.h \
337 slider.h \
338 socket.h \
339 spinbutt.h \
c09ab26a 340 spinctrl.h \
ad9edf45
RR
341 splitter.h \
342 statbmp.h \
343 statbox.h \
344 statline.h \
345 stattext.h \
346 statusbr.h \
347 strconv.h \
348 stream.h \
349 string.h \
350 tab.h \
351 tabctrl.h \
352 taskbar.h \
ad9edf45 353 tbarbase.h \
ad9edf45
RR
354 tbarsmpl.h \
355 textctrl.h \
356 textdlg.h \
357 textfile.h \
358 thread.h \
359 time.h \
360 timer.h \
361 tipdlg.h \
362 tokenzr.h \
363 toolbar.h \
364 tooltip.h \
365 treectrl.h \
366 txtstrm.h \
367 types.h \
368 url.h \
369 utils.h \
370 valgen.h \
371 validate.h \
372 valtext.h \
373 variant.h \
374 version.h \
375 wave.h \
376 wfstream.h \
377 window.h \
e9093718 378 wizard.h \
ad9edf45
RR
379 wx.h \
380 wx_cw.h \
381 wx_cw_cm.h \
382 wx_cw_d.h \
383 wxchar.h \
384 wxexpr.h \
385 wxhtml.h \
386 wxprec.h \
387 xpmhand.h \
388 zipstrm.h \
389 zstream.h
390
391GTK_HEADERS = \
392 gtk/accel.h \
393 gtk/app.h \
394 gtk/bitmap.h \
395 gtk/bmpbuttn.h \
396 gtk/brush.h \
397 gtk/button.h \
398 gtk/checkbox.h \
399 gtk/checklst.h \
400 gtk/choice.h \
401 gtk/clipbrd.h \
402 gtk/colour.h \
403 gtk/combobox.h \
404 gtk/control.h \
405 gtk/cursor.h \
c4933157 406 gtk/dataform.h \
ad9edf45 407 gtk/dataobj.h \
c4933157 408 gtk/dataobj2.h \
ad9edf45
RR
409 gtk/dc.h \
410 gtk/dcclient.h \
411 gtk/dcmemory.h \
412 gtk/dcscreen.h \
413 gtk/dialog.h \
414 gtk/dnd.h \
415 gtk/filedlg.h \
416 gtk/font.h \
8636aed8 417 gtk/fontdlg.h \
ad9edf45
RR
418 gtk/frame.h \
419 gtk/gauge.h \
420 gtk/gdiobj.h \
421 gtk/icon.h \
422 gtk/joystick.h \
423 gtk/listbox.h \
424 gtk/mdi.h \
425 gtk/menu.h \
426 gtk/menuitem.h \
427 gtk/minifram.h \
428 gtk/notebook.h \
429 gtk/palette.h \
430 gtk/pen.h \
431 gtk/radiobox.h \
432 gtk/radiobut.h \
433 gtk/region.h \
434 gtk/scrolbar.h \
435 gtk/settings.h \
436 gtk/slider.h \
437 gtk/spinbutt.h \
c09ab26a 438 gtk/spinctrl.h \
ad9edf45
RR
439 gtk/statbmp.h \
440 gtk/statbox.h \
441 gtk/statline.h \
442 gtk/stattext.h \
443 gtk/tbargtk.h \
444 gtk/textctrl.h \
445 gtk/timer.h \
446 gtk/tooltip.h \
447 gtk/treectrl.h \
448 gtk/wave.h \
449 gtk/win_gtk.h \
450 gtk/window.h
451
452MOTIF_HEADERS = \
453 motif/accel.h \
454 motif/app.h \
455 motif/bitmap.h \
456 motif/bmpbuttn.h \
457 motif/brush.h \
458 motif/button.h \
459 motif/checkbox.h \
460 motif/checklst.h \
461 motif/choice.h \
462 motif/clipbrd.h \
463 motif/colordlg.h \
464 motif/colour.h \
465 motif/combobox.h \
466 motif/control.h \
467 motif/cursor.h \
c4933157 468 motif/dataform.h \
ad9edf45 469 motif/dataobj.h \
c4933157 470 motif/dataobj2.h \
ad9edf45
RR
471 motif/dc.h \
472 motif/dcclient.h \
473 motif/dcmemory.h \
474 motif/dcprint.h \
475 motif/dcscreen.h \
476 motif/dialog.h \
477 motif/dnd.h \
478 motif/filedlg.h \
479 motif/font.h \
480 motif/fontdlg.h \
481 motif/frame.h \
482 motif/gauge.h \
483 motif/gdiobj.h \
484 motif/icon.h \
485 motif/joystick.h \
486 motif/listbox.h \
487 motif/mdi.h \
488 motif/menu.h \
489 motif/menuitem.h \
490 motif/metafile.h \
491 motif/minifram.h \
492 motif/msgdlg.h \
493 motif/palette.h \
494 motif/pen.h \
495 motif/print.h \
496 motif/printdlg.h \
497 motif/private.h \
498 motif/radiobox.h \
499 motif/radiobut.h \
500 motif/region.h \
501 motif/scrolbar.h \
502 motif/settings.h \
503 motif/slider.h \
504 motif/spinbutt.h \
505 motif/statbmp.h \
506 motif/statbox.h \
507 motif/stattext.h \
508 motif/textctrl.h \
509 motif/timer.h \
510 motif/toolbar.h \
511 motif/window.h
512
a4aad961
RR
513MSW_HEADERS = \
514 msw/accel.h \
515 msw/app.h \
516 msw/bitmap.h \
517 msw/bmpbuttn.h \
518 msw/brush.h \
519 msw/button.h \
520 msw/caret.h \
521 msw/checkbox.h \
522 msw/checklst.h \
523 msw/choice.h \
524 msw/clipbrd.h \
525 msw/colordlg.h \
526 msw/colour.h \
527 msw/combobox.h \
528 msw/control.h \
529 msw/curico.h \
530 msw/curicop.h \
531 msw/cursor.h \
532 msw/dc.h \
533 msw/dcclient.h \
534 msw/dcmemory.h \
535 msw/dcprint.h \
536 msw/dcscreen.h \
537 msw/dde.h \
538 msw/dialog.h \
539 msw/dib.h \
540 msw/dibutils.h \
541 msw/dirdlg.h \
542 msw/dragimag.h \
d9317fd4 543 msw/enhmeta.h \
a4aad961
RR
544 msw/filedlg.h \
545 msw/font.h \
546 msw/fontdlg.h \
547 msw/frame.h \
548 msw/gauge.h \
549 msw/gauge95.h \
550 msw/gaugemsw.h \
f048e32f 551 msw/gdiimage.h \
a4aad961
RR
552 msw/gdiobj.h \
553 msw/helpwin.h \
554 msw/icon.h \
555 msw/imaglist.h \
556 msw/iniconf.h \
557 msw/joystick.h \
558 msw/listbox.h \
559 msw/listctrl.h \
560 msw/mdi.h \
561 msw/menu.h \
562 msw/menuitem.h \
563 msw/metafile.h \
d76fe38b 564 msw/mimetype.h \
a4aad961
RR
565 msw/minifram.h \
566 msw/msgdlg.h \
567 msw/msvcrt.h \
568 msw/notebook.h \
569 msw/palette.h \
570 msw/pen.h \
a4aad961
RR
571 msw/printdlg.h \
572 msw/printwin.h \
573 msw/private.h \
574 msw/radiobox.h \
575 msw/radiobut.h \
576 msw/regconf.h \
577 msw/region.h \
578 msw/registry.h \
579 msw/scrolbar.h \
580 msw/settings.h \
581 msw/setup0.h \
582 msw/slider.h \
583 msw/slider95.h \
584 msw/slidrmsw.h \
585 msw/spinbutt.h \
586 msw/statbmp.h \
587 msw/statbox.h \
588 msw/statbr95.h \
589 msw/statline.h \
590 msw/stattext.h \
591 msw/tabctrl.h \
592 msw/taskbar.h \
593 msw/tbar95.h \
594 msw/tbarmsw.h \
595 msw/textctrl.h \
596 msw/timer.h \
597 msw/tooltip.h \
598 msw/treectrl.h \
599 msw/wave.h \
600 msw/window.h \
601 msw/winundef.h \
602 msw/xpmhand.h
603
9260520f
VZ
604PM_HEADERS = \
605 os2/accel.h \
606 os2/app.h \
607 os2/bitmap.h \
608 os2/bmpbuttn.h \
609 os2/brush.h \
610 os2/button.h \
611 os2/checkbox.h \
612 os2/checklst.h \
613 os2/choice.h \
614 os2/clipbrd.h \
615 os2/colour.h \
616 os2/combobox.h \
617 os2/control.h \
618 os2/cursor.h \
619 os2/dataform.h \
620 os2/dataobj.h \
621 os2/dataobj2.h \
622 os2/dc.h \
623 os2/dcclient.h \
624 os2/dcmemory.h \
625 os2/dcprint.h \
626 os2/dcscreen.h \
627 os2/dialog.h \
628 os2/dirdlg.h \
629 os2/dnd.h \
630 os2/filedlg.h \
631 os2/font.h \
632 os2/fontdlg.h \
633 os2/frame.h \
634 os2/gauge.h \
635 os2/gdiimage.h \
636 os2/gdiobj.h \
637 os2/gsockos2.h \
638 os2/helpwin.h \
639 os2/icon.h \
640 os2/iniconf.h \
641 os2/joystick.h \
642 os2/listbox.h \
643 os2/mdi.h \
644 os2/menu.h \
645 os2/menuitem.h \
646 os2/metafile.h \
647 os2/minifram.h \
648 os2/msgdlg.h \
649 os2/notebook.h \
650 os2/palette.h \
651 os2/pen.h \
652 os2/pnghand.h \
653 os2/pngread.h \
654 os2/print.h \
655 os2/private.h \
656 os2/radiobox.h \
657 os2/radiobut.h \
658 os2/region.h \
659 os2/scrolbar.h \
660 os2/settings.h \
661 os2/setup0.h \
662 os2/slider.h \
663 os2/spinbutt.h \
664 os2/spinctrl.h \
665 os2/statbmp.h \
666 os2/statbox.h \
667 os2/statline.h \
668 os2/stattext.h \
669 os2/tabctrl.h \
670 os2/taskbar.h \
671 os2/textctrl.h \
672 os2/timer.h \
673 os2/toolbar.h \
674 os2/tooltip.h \
675 os2/wave.h \
676 os2/window.h
677
ad9edf45 678UNIX_HEADERS = \
e66ad5c6 679 unix/execute.h \
e680a378
RR
680 unix/fontutil.h \
681 unix/gsockunx.h \
682 unix/mimetype.h
ad9edf45
RR
683
684GENERIC_HEADERS = \
9d9b7755 685 generic/calctrl.h \
ad9edf45
RR
686 generic/caret.h \
687 generic/choicdgg.h \
688 generic/colrdlgg.h \
689 generic/dcpsg.h \
690 generic/dirdlgg.h \
e8ac7bf2 691 generic/filedlgg.h \
ad9edf45 692 generic/fontdlgg.h \
f85afd4e 693 generic/grid.h \
af563b66 694 generic/gridg.h \
ad9edf45
RR
695 generic/helpext.h \
696 generic/helphtml.h \
697 generic/helpwxht.h \
698 generic/helpxlp.h \
699 generic/imaglist.h \
700 generic/laywin.h \
701 generic/listctrl.h \
702 generic/msgdlgg.h \
703 generic/notebook.h \
704 generic/panelg.h \
981b2508 705 generic/plot.h \
ad9edf45
RR
706 generic/printps.h \
707 generic/prntdlgg.h \
708 generic/progdlgg.h \
709 generic/sashwin.h \
710 generic/scrolwin.h \
711 generic/splitter.h \
712 generic/statusbr.h \
713 generic/tabg.h \
714 generic/textdlgg.h \
1f59726e
VZ
715 generic/treectrl.h \
716 generic/wizard.h
ad9edf45
RR
717
718PROTOCOL_HEADERS = \
719 protocol/file.h \
720 protocol/ftp.h \
721 protocol/http.h \
722 protocol/protocol.h
723
724HTML_HEADERS = \
69941f05 725 html/forcelnk.h \
8ec2b484
HH
726 html/helpctrl.h \
727 html/helpdata.h \
728 html/helpfrm.h \
ad9edf45
RR
729 html/htmlcell.h \
730 html/htmldefs.h \
69941f05
VS
731 html/htmlfilt.h \
732 html/htmlpars.h \
ad9edf45
RR
733 html/htmltag.h \
734 html/htmlwin.h \
3ce369e6 735 html/htmprint.h \
69941f05 736 html/m_templ.h \
69941f05 737 html/winpars.h
ad9edf45
RR
738
739GTK_GENERICOBJS = \
5586805b 740 busyinfo.o \
9d9b7755 741 calctrl.o \
5586805b
RR
742 caret.o \
743 choicdgg.o \
744 colrdlgg.o \
745 dcpsg.o \
746 dirdlgg.o \
747 filedlgg.o \
f85afd4e 748 grid.o \
08794f69 749 helpext.o \
5586805b
RR
750 helphtml.o \
751 helpwxht.o \
752 imaglist.o \
753 laywin.o \
754 listctrl.o \
dd85fc6b 755 logg.o \
5586805b
RR
756 msgdlgg.o \
757 numdlgg.o \
758 panelg.o \
981b2508 759 plot.o \
5586805b
RR
760 printps.o \
761 prntdlgg.o \
762 progdlgg.o \
763 prop.o \
764 propform.o \
765 proplist.o \
766 sashwin.o \
767 scrolwin.o \
768 splitter.o \
769 statusbr.o \
8487f887 770 tabg.o \
bf84b0be 771 tbarsmpl.o \
5586805b
RR
772 textdlgg.o \
773 tipdlg.o \
774 treectrl.o \
775 wizard.o
776
777GTK_GENERICDEPS = \
778 busyinfo.d \
9d9b7755 779 calctrl.d \
5586805b
RR
780 caret.d \
781 choicdgg.d \
782 colrdlgg.d \
783 dcpsg.d \
784 dirdlgg.d \
785 filedlgg.d \
f85afd4e 786 grid.d \
08794f69 787 helpext.d \
5586805b
RR
788 helphtml.d \
789 helpwxht.d \
790 imaglist.d \
791 laywin.d \
792 listctrl.d \
dd85fc6b 793 logg.d \
5586805b
RR
794 msgdlgg.d \
795 numdlgg.d \
796 panelg.d \
981b2508 797 plot.d \
5586805b
RR
798 printps.d \
799 prntdlgg.d \
800 progdlgg.d \
801 prop.d \
802 propform.d \
803 proplist.d \
804 sashwin.d \
805 scrolwin.d \
806 splitter.d \
807 statusbr.d \
8487f887 808 tabg.d \
bf84b0be 809 tbarsmpl.d \
5586805b
RR
810 textdlgg.d \
811 tipdlg.d \
812 treectrl.d \
813 wizard.d
ad9edf45
RR
814
815GTK_COMMONOBJS = \
816 parser.o \
1dd989e1
RR
817 appcmn.o \
818 choiccmn.o \
b068c4e8 819 clipcmn.o \
2a36259f 820 cmdline.o \
5586805b
RR
821 cmndata.o \
822 config.o \
1dd989e1 823 ctrlcmn.o \
6c8a980f 824 ctrlsub.o \
bf84b0be 825 datetime.o \
5586805b
RR
826 datstrm.o \
827 db.o \
828 dbtable.o \
829 dcbase.o \
830 dlgcmn.o \
510fc784 831 dndcmn.o \
c4933157 832 dobjcmn.o \
5586805b
RR
833 docmdi.o \
834 docview.o \
835 dynarray.o \
836 dynlib.o \
15b83243 837 encconv.o \
5586805b
RR
838 event.o \
839 extended.o \
840 ffile.o \
841 file.o \
842 fileconf.o \
843 filefn.o \
844 filesys.o \
5e014a0c 845 fontcmn.o \
8487f887 846 fontmap.o \
5586805b
RR
847 framecmn.o \
848 fs_inet.o \
849 fs_zip.o \
850 ftp.o \
851 gdicmn.o \
510fc784 852 geometry.o \
5586805b
RR
853 gifdecod.o \
854 hash.o \
855 helpbase.o \
856 http.o \
5e014a0c 857 imagall.o \
5586805b
RR
858 imagbmp.o \
859 image.o \
860 imaggif.o \
861 imagjpeg.o \
75ceb69d 862 imagpcx.o \
5586805b
RR
863 imagpng.o \
864 imagpnm.o \
c7a2bf27 865 imagtiff.o \
5586805b
RR
866 intl.o \
867 ipcbase.o \
868 layout.o \
6c8a980f 869 lboxcmn.o \
5586805b
RR
870 list.o \
871 log.o \
bf84b0be 872 longlong.o \
5586805b 873 memory.o \
3dfac970 874 menucmn.o \
e680a378 875 mimecmn.o \
5586805b
RR
876 module.o \
877 mstream.o \
878 object.o \
879 objstrm.o \
880 paper.o \
881 prntbase.o \
882 process.o \
883 protocol.o \
884 resource.o \
885 sckaddr.o \
886 sckfile.o \
887 sckipc.o \
888 sckstrm.o \
ae8f5769 889 serbase.o \
5586805b
RR
890 sizer.o \
891 socket.o \
892 strconv.o \
893 stream.o \
894 string.o \
895 tbarbase.o \
5586805b
RR
896 textcmn.o \
897 textfile.o \
5586805b
RR
898 timercmn.o \
899 tokenzr.o \
900 txtstrm.o \
901 unzip.o \
902 url.o \
903 utilscmn.o \
904 valgen.o \
905 validate.o \
906 valtext.o \
907 variant.o \
908 wfstream.o \
909 wincmn.o \
910 wxchar.o \
911 wxexpr.o \
912 zipstrm.o \
913 zstream.o
914
915GTK_COMMONDEPS = \
916 parser.d \
1dd989e1
RR
917 appcmn.d \
918 choiccmn.d \
b068c4e8 919 clipcmn.d \
2a36259f 920 cmdline.d \
5586805b
RR
921 cmndata.d \
922 config.d \
1dd989e1 923 ctrlcmn.d \
6c8a980f 924 ctrlsub.d \
bf84b0be 925 datetime.d \
5586805b
RR
926 datstrm.d \
927 db.d \
928 dbtable.d \
929 dcbase.d \
930 dlgcmn.d \
510fc784 931 dndcmn.d \
c4933157 932 dobjcmn.d \
5586805b
RR
933 docmdi.d \
934 docview.d \
935 dynarray.d \
936 dynlib.d \
15b83243 937 encconv.d \
5586805b
RR
938 event.d \
939 extended.d \
940 ffile.d \
941 file.d \
942 fileconf.d \
943 filefn.d \
944 filesys.d \
5e014a0c 945 fontcmn.d \
8487f887 946 fontmap.d \
5586805b
RR
947 framecmn.d \
948 fs_inet.d \
949 fs_zip.d \
950 ftp.d \
951 gdicmn.d \
510fc784 952 geometry.d \
5586805b
RR
953 gifdecod.d \
954 hash.d \
955 helpbase.d \
956 http.d \
5e014a0c 957 imagall.d \
5586805b
RR
958 imagbmp.d \
959 image.d \
960 imaggif.d \
961 imagjpeg.d \
75ceb69d 962 imagpcx.d \
5586805b
RR
963 imagpng.d \
964 imagpnm.d \
c7a2bf27 965 imagtiff.d \
5586805b
RR
966 intl.d \
967 ipcbase.d \
968 layout.d \
6c8a980f 969 lboxcmn.d \
5586805b
RR
970 list.d \
971 log.d \
bf84b0be 972 longlong.d \
5586805b 973 memory.d \
3dfac970 974 menucmn.d \
e680a378 975 mimecmn.d \
5586805b
RR
976 module.d \
977 mstream.d \
978 object.d \
979 objstrm.d \
980 paper.d \
981 prntbase.d \
982 process.d \
983 protocol.d \
984 resource.d \
985 sckaddr.d \
986 sckfile.d \
987 sckipc.d \
988 sckstrm.d \
ae8f5769 989 serbase.d \
5586805b
RR
990 sizer.d \
991 socket.d \
992 strconv.d \
993 stream.d \
994 string.d \
995 tbarbase.d \
5586805b
RR
996 textcmn.d \
997 textfile.d \
5586805b
RR
998 timercmn.d \
999 tokenzr.d \
1000 txtstrm.d \
1001 unzip.d \
1002 url.d \
1003 utilscmn.d \
1004 valgen.d \
1005 validate.d \
1006 valtext.d \
1007 variant.d \
1008 wfstream.d \
1009 wincmn.d \
1010 wxchar.d \
1011 wxexpr.d \
1012 zipstrm.d \
1013 zstream.d
ad9edf45
RR
1014
1015GTK_GUIOBJS = \
5586805b
RR
1016 accel.o \
1017 app.o \
1018 bitmap.o \
1019 bmpbuttn.o \
1020 brush.o \
1021 button.o \
1022 checkbox.o \
1023 checklst.o \
1024 choice.o \
1025 clipbrd.o \
1026 colour.o \
1027 combobox.o \
1028 control.o \
1029 cursor.o \
1030 data.o \
1031 dataobj.o \
1032 dc.o \
1033 dcclient.o \
1034 dcmemory.o \
1035 dcscreen.o \
1036 dialog.o \
1037 dnd.o \
1038 font.o \
8636aed8 1039 fontdlg.o \
5586805b
RR
1040 frame.o \
1041 gauge.o \
1042 gdiobj.o \
1043 gsockgtk.o \
1044 icon.o \
1045 listbox.o \
1046 main.o \
1047 mdi.o \
1048 menu.o \
1049 minifram.o \
1050 notebook.o \
1051 palette.o \
1052 pen.o \
1053 radiobox.o \
1054 radiobut.o \
1055 region.o \
1056 scrolbar.o \
1057 settings.o \
1058 slider.o \
1059 spinbutt.o \
738f9e5a 1060 spinctrl.o \
5586805b
RR
1061 statbmp.o \
1062 statbox.o \
1063 statline.o \
1064 stattext.o \
1065 tbargtk.o \
1066 textctrl.o \
1067 timer.o \
1068 tooltip.o \
1069 utilsgtk.o \
1070 utilsres.o \
1071 wave.o \
1072 win_gtk.o \
1073 window.o
1074
1075GTK_GUIDEPS = \
1076 accel.d \
1077 app.d \
1078 bitmap.d \
1079 bmpbuttn.d \
1080 brush.d \
1081 button.d \
1082 checkbox.d \
1083 checklst.d \
1084 choice.d \
1085 clipbrd.d \
1086 colour.d \
1087 combobox.d \
1088 control.d \
1089 cursor.d \
1090 data.d \
1091 dataobj.d \
1092 dc.d \
1093 dcclient.d \
1094 dcmemory.d \
1095 dcscreen.d \
1096 dialog.d \
1097 dnd.d \
1098 font.d \
8636aed8 1099 fontdlg.d \
5586805b
RR
1100 frame.d \
1101 gauge.d \
1102 gdiobj.d \
1103 gsockgtk.d \
1104 icon.d \
1105 listbox.d \
1106 main.d \
1107 mdi.d \
1108 menu.d \
1109 minifram.d \
1110 notebook.d \
1111 palette.d \
1112 pen.d \
1113 radiobox.d \
1114 radiobut.d \
1115 region.d \
1116 scrolbar.d \
1117 settings.d \
1118 slider.d \
1119 spinbutt.d \
738f9e5a 1120 spinctrl.d \
5586805b
RR
1121 statbmp.d \
1122 statbox.d \
1123 statline.d \
1124 stattext.d \
1125 tbargtk.d \
1126 textctrl.d \
1127 timer.d \
1128 tooltip.d \
1129 utilsgtk.d \
1130 utilsres.d \
1131 wave.d \
1132 win_gtk.d \
1133 window.d
ad9edf45
RR
1134
1135MOTIF_GENERICOBJS = \
5586805b 1136 busyinfo.o \
9d9b7755 1137 calctrl.o \
5586805b
RR
1138 caret.o \
1139 choicdgg.o \
1140 colrdlgg.o \
1141 dcpsg.o \
1142 dirdlgg.o \
5586805b 1143 fontdlgg.o \
f85afd4e 1144 grid.o \
08794f69 1145 helpext.o \
5586805b
RR
1146 helphtml.o \
1147 helpwxht.o \
1148 helpxlp.o \
1149 imaglist.o \
1150 laywin.o \
1151 listctrl.o \
dd85fc6b 1152 logg.o \
5586805b
RR
1153 msgdlgg.o \
1154 notebook.o \
1155 numdlgg.o \
1156 panelg.o \
981b2508 1157 plot.o \
5586805b
RR
1158 printps.o \
1159 prntdlgg.o \
1160 progdlgg.o \
1161 prop.o \
1162 propform.o \
1163 proplist.o \
1164 sashwin.o \
1165 scrolwin.o \
1166 splitter.o \
d84b1219 1167 statline.o \
5586805b
RR
1168 statusbr.o \
1169 tabg.o \
bf84b0be 1170 tbarsmpl.o \
5586805b
RR
1171 textdlgg.o \
1172 tipdlg.o \
1173 treectrl.o \
1174 wizard.o
1175
1176MOTIF_GENERICDEPS = \
1177 busyinfo.d \
9d9b7755 1178 calctrl.d \
5586805b
RR
1179 caret.d \
1180 choicdgg.d \
1181 colrdlgg.d \
1182 dcpsg.d \
1183 dirdlgg.d \
5586805b 1184 fontdlgg.d \
f85afd4e 1185 grid.d \
08794f69 1186 helpext.d \
5586805b
RR
1187 helphtml.d \
1188 helpwxht.d \
1189 helpxlp.d \
1190 imaglist.d \
1191 laywin.d \
1192 listctrl.d \
dd85fc6b 1193 logg.d \
5586805b
RR
1194 msgdlgg.d \
1195 notebook.d \
1196 numdlgg.d \
1197 panelg.d \
981b2508 1198 plot.d \
5586805b
RR
1199 printps.d \
1200 prntdlgg.d \
1201 progdlgg.d \
1202 prop.d \
1203 propform.d \
1204 proplist.d \
1205 sashwin.d \
1206 scrolwin.d \
1207 splitter.d \
d84b1219 1208 statline.d \
5586805b
RR
1209 statusbr.d \
1210 tabg.d \
bf84b0be 1211 tbarsmpl.d \
5586805b
RR
1212 textdlgg.d \
1213 tipdlg.d \
1214 treectrl.d \
1215 wizard.d
ad9edf45
RR
1216
1217MOTIF_COMMONOBJS = \
1218 parser.o \
1dd989e1 1219 appcmn.o \
5586805b 1220 choiccmn.o \
b068c4e8 1221 clipcmn.o \
2a36259f 1222 cmdline.o \
5586805b
RR
1223 cmndata.o \
1224 config.o \
1225 ctrlcmn.o \
6c8a980f 1226 ctrlsub.o \
bf84b0be 1227 datetime.o \
5586805b
RR
1228 datstrm.o \
1229 db.o \
1230 dbtable.o \
1231 dcbase.o \
1232 dlgcmn.o \
510fc784 1233 dndcmn.o \
c4933157 1234 dobjcmn.o \
5586805b
RR
1235 docmdi.o \
1236 docview.o \
1237 dynarray.o \
1238 dynlib.o \
15b83243 1239 encconv.o \
5586805b
RR
1240 event.o \
1241 extended.o \
1242 ffile.o \
1243 file.o \
1244 fileconf.o \
1245 filefn.o \
1246 filesys.o \
5e014a0c 1247 fontcmn.o \
8487f887 1248 fontmap.o \
5586805b
RR
1249 framecmn.o \
1250 fs_inet.o \
1251 fs_zip.o \
1252 ftp.o \
1253 gdicmn.o \
510fc784 1254 geometry.o \
5586805b
RR
1255 gifdecod.o \
1256 hash.o \
1257 helpbase.o \
1258 http.o \
5e014a0c 1259 imagall.o \
5586805b
RR
1260 imagbmp.o \
1261 image.o \
1262 imaggif.o \
1263 imagjpeg.o \
75ceb69d 1264 imagpcx.o \
5586805b
RR
1265 imagpng.o \
1266 imagpnm.o \
c7a2bf27 1267 imagtiff.o \
5586805b
RR
1268 intl.o \
1269 ipcbase.o \
1270 layout.o \
6c8a980f 1271 lboxcmn.o \
5586805b
RR
1272 list.o \
1273 log.o \
bf84b0be 1274 longlong.o \
5586805b 1275 memory.o \
3dfac970 1276 menucmn.o \
e680a378 1277 mimecmn.o \
5586805b
RR
1278 module.o \
1279 mstream.o \
1280 object.o \
1281 objstrm.o \
5586805b
RR
1282 paper.o \
1283 prntbase.o \
1284 process.o \
1285 protocol.o \
1286 resource.o \
1287 sckaddr.o \
1288 sckfile.o \
1289 sckipc.o \
1290 sckstrm.o \
ae8f5769 1291 serbase.o \
5586805b
RR
1292 sizer.o \
1293 socket.o \
1294 strconv.o \
1295 stream.o \
1296 string.o \
1297 tbarbase.o \
5586805b
RR
1298 textcmn.o \
1299 textfile.o \
5586805b
RR
1300 timercmn.o \
1301 tokenzr.o \
1302 txtstrm.o \
1303 unzip.o \
1304 url.o \
1305 utilscmn.o \
1306 valgen.o \
1307 validate.o \
1308 valtext.o \
1309 variant.o \
1310 wfstream.o \
1311 wincmn.o \
1312 wxchar.o \
1313 wxexpr.o \
1314 zipstrm.o \
1315 zstream.o
1316
1317MOTIF_COMMONDEPS = \
1318 parser.d \
1dd989e1 1319 appcmn.d \
5586805b 1320 choiccmn.d \
b068c4e8 1321 clipcmn.d \
2a36259f 1322 cmdline.d \
5586805b
RR
1323 cmndata.d \
1324 config.d \
1325 ctrlcmn.d \
6c8a980f 1326 ctrlsub.d \
bf84b0be 1327 datetime.d \
5586805b
RR
1328 datstrm.d \
1329 db.d \
1330 dbtable.d \
1331 dcbase.d \
1332 dlgcmn.d \
510fc784 1333 dndcmn.d \
c4933157 1334 dobjcmn.d \
5586805b
RR
1335 docmdi.d \
1336 docview.d \
1337 dynarray.d \
1338 dynlib.d \
15b83243 1339 encconv.d \
5586805b
RR
1340 event.d \
1341 extended.d \
1342 ffile.d \
1343 file.d \
1344 fileconf.d \
1345 filefn.d \
1346 filesys.d \
5e014a0c 1347 fontcmn.d \
8487f887 1348 fontmap.d \
5586805b
RR
1349 framecmn.d \
1350 fs_inet.d \
1351 fs_zip.d \
1352 ftp.d \
1353 gdicmn.d \
510fc784 1354 geometry.d \
5586805b
RR
1355 gifdecod.d \
1356 hash.d \
1357 helpbase.d \
1358 http.d \
5e014a0c 1359 imagall.d \
5586805b
RR
1360 imagbmp.d \
1361 image.d \
1362 imaggif.d \
1363 imagjpeg.d \
75ceb69d 1364 imagpcx.d \
5586805b
RR
1365 imagpng.d \
1366 imagpnm.d \
c7a2bf27 1367 imagtiff.d \
5586805b
RR
1368 intl.d \
1369 ipcbase.d \
1370 layout.d \
6c8a980f 1371 lboxcmn.d \
5586805b
RR
1372 list.d \
1373 log.d \
bf84b0be 1374 longlong.d \
5586805b 1375 memory.d \
3dfac970 1376 menucmn.d \
e680a378 1377 mimecmn.d \
5586805b
RR
1378 module.d \
1379 mstream.d \
1380 object.d \
1381 objstrm.d \
5586805b
RR
1382 paper.d \
1383 prntbase.d \
1384 process.d \
1385 protocol.d \
1386 resource.d \
1387 sckaddr.d \
1388 sckfile.d \
1389 sckipc.d \
1390 sckstrm.d \
ae8f5769 1391 serbase.d \
5586805b
RR
1392 sizer.d \
1393 socket.d \
1394 strconv.d \
1395 stream.d \
1396 string.d \
1397 tbarbase.d \
5586805b
RR
1398 textcmn.d \
1399 textfile.d \
5586805b
RR
1400 timercmn.d \
1401 tokenzr.d \
1402 txtstrm.d \
1403 unzip.d \
1404 url.d \
1405 utilscmn.d \
1406 valgen.d \
1407 validate.d \
1408 valtext.d \
1409 variant.d \
1410 wfstream.d \
1411 wincmn.d \
1412 wxchar.d \
1413 wxexpr.d \
1414 zipstrm.d \
1415 zstream.d
ad9edf45
RR
1416
1417MOTIF_GUIOBJS = \
5586805b
RR
1418 xmcombo.o \
1419 accel.o \
1420 app.o \
1421 bitmap.o \
1422 bmpbuttn.o \
1423 brush.o \
1424 button.o \
1425 checkbox.o \
d84b1219 1426 checklst.o \
5586805b
RR
1427 choice.o \
1428 clipbrd.o \
1429 colour.o \
1430 combobox.o \
1431 control.o \
1432 cursor.o \
1433 data.o \
1434 dataobj.o \
1435 dc.o \
1436 dcclient.o \
1437 dcmemory.o \
1438 dcscreen.o \
1439 dialog.o \
1440 filedlg.o \
1441 font.o \
1442 frame.o \
1443 gauge.o \
1444 gdiobj.o \
1445 gsockmot.o \
1446 icon.o \
1447 listbox.o \
1448 main.o \
1449 mdi.o \
1450 menu.o \
1451 menuitem.o \
1452 minifram.o \
1453 msgdlg.o \
1454 palette.o \
1455 pen.o \
1456 radiobox.o \
1457 radiobut.o \
1458 region.o \
1459 scrolbar.o \
1460 settings.o \
1461 slider.o \
d84b1219 1462 spinbutt.o \
5586805b
RR
1463 statbmp.o \
1464 statbox.o \
1465 stattext.o \
1466 textctrl.o \
1467 timer.o \
1468 toolbar.o \
1469 utils.o \
1470 window.o
1471
1472MOTIF_GUIDEPS = \
1473 xmcombo.d \
1474 accel.d \
1475 app.d \
1476 bitmap.d \
1477 bmpbuttn.d \
1478 brush.d \
1479 button.d \
1480 checkbox.d \
d84b1219 1481 checklst.d \
5586805b
RR
1482 choice.d \
1483 clipbrd.d \
1484 colour.d \
1485 combobox.d \
1486 control.d \
1487 cursor.d \
1488 data.d \
1489 dataobj.d \
1490 dc.d \
1491 dcclient.d \
1492 dcmemory.d \
1493 dcscreen.d \
1494 dialog.d \
1495 filedlg.d \
1496 font.d \
1497 frame.d \
1498 gauge.d \
1499 gdiobj.d \
1500 gsockmot.d \
1501 icon.d \
1502 listbox.d \
1503 main.d \
1504 mdi.d \
1505 menu.d \
1506 menuitem.d \
1507 minifram.d \
1508 msgdlg.d \
1509 palette.d \
1510 pen.d \
1511 radiobox.d \
1512 radiobut.d \
1513 region.d \
1514 scrolbar.d \
1515 settings.d \
1516 slider.d \
d84b1219 1517 spinbutt.d \
5586805b
RR
1518 statbmp.d \
1519 statbox.d \
1520 stattext.d \
1521 textctrl.d \
1522 timer.d \
1523 toolbar.d \
1524 utils.d \
1525 window.d
ad9edf45 1526
e4b4d60e 1527MSW_GENERICOBJS = \
5586805b 1528 busyinfo.o \
9d9b7755 1529 calctrl.o \
5586805b
RR
1530 choicdgg.o \
1531 dirdlgg.o \
f85afd4e 1532 grid.o \
5586805b 1533 laywin.o \
dd85fc6b 1534 logg.o \
5586805b
RR
1535 numdlgg.o \
1536 panelg.o \
981b2508 1537 plot.o \
5586805b
RR
1538 progdlgg.o \
1539 prop.o \
1540 propform.o \
1541 proplist.o \
1542 sashwin.o \
1543 scrolwin.o \
1544 splitter.o \
1545 statusbr.o \
bf84b0be 1546 tbarsmpl.o \
5586805b
RR
1547 textdlgg.o \
1548 tipdlg.o \
1549 wizard.o
1550
1551MSW_GENERICDEPS = \
1552 busyinfo.d \
9d9b7755 1553 calctrl.d \
5586805b
RR
1554 choicdgg.d \
1555 dirdlgg.d \
f85afd4e 1556 grid.d \
5586805b 1557 laywin.d \
dd85fc6b 1558 logg.d \
5586805b
RR
1559 numdlgg.d \
1560 panelg.d \
981b2508 1561 plot.d \
5586805b
RR
1562 progdlgg.d \
1563 prop.d \
1564 propform.d \
1565 proplist.d \
1566 sashwin.d \
1567 scrolwin.d \
1568 splitter.d \
1569 statusbr.d \
bf84b0be 1570 tbarsmpl.d \
5586805b
RR
1571 textdlgg.d \
1572 tipdlg.d \
1573 wizard.d
e4b4d60e
RR
1574
1575MSW_COMMONOBJS = \
80d895cd 1576 parser.o \
1dd989e1 1577 appcmn.o \
5586805b 1578 choiccmn.o \
b068c4e8 1579 clipcmn.o \
2a36259f 1580 cmdline.o \
5586805b
RR
1581 cmndata.o \
1582 config.o \
1583 ctrlcmn.o \
6c8a980f 1584 ctrlsub.o \
bf84b0be 1585 datetime.o \
5586805b
RR
1586 datstrm.o \
1587 db.o \
1588 dbtable.o \
1589 dcbase.o \
1590 dlgcmn.o \
510fc784 1591 dndcmn.o \
c4933157 1592 dobjcmn.o \
5586805b
RR
1593 docmdi.o \
1594 docview.o \
1595 dynarray.o \
1596 dynlib.o \
15b83243 1597 encconv.o \
5586805b
RR
1598 event.o \
1599 extended.o \
1600 ffile.o \
1601 file.o \
1602 fileconf.o \
1603 filefn.o \
1604 filesys.o \
5e014a0c 1605 fontcmn.o \
8487f887 1606 fontmap.o \
5586805b
RR
1607 framecmn.o \
1608 fs_inet.o \
1609 fs_zip.o \
1610 ftp.o \
1611 gdicmn.o \
510fc784 1612 geometry.o \
5586805b
RR
1613 gifdecod.o \
1614 hash.o \
1615 helpbase.o \
1616 http.o \
5e014a0c 1617 imagall.o \
5586805b
RR
1618 imagbmp.o \
1619 image.o \
1620 imaggif.o \
1621 imagjpeg.o \
75ceb69d 1622 imagpcx.o \
5586805b
RR
1623 imagpng.o \
1624 imagpnm.o \
c7a2bf27 1625 imagtiff.o \
5586805b
RR
1626 intl.o \
1627 ipcbase.o \
1628 layout.o \
6c8a980f 1629 lboxcmn.o \
5586805b
RR
1630 list.o \
1631 log.o \
bf84b0be 1632 longlong.o \
5586805b 1633 memory.o \
3dfac970 1634 menucmn.o \
e680a378 1635 mimecmn.o \
5586805b
RR
1636 module.o \
1637 mstream.o \
1638 object.o \
1639 objstrm.o \
37667812 1640 odbc.o \
5586805b
RR
1641 paper.o \
1642 prntbase.o \
1643 process.o \
1644 protocol.o \
1645 resource.o \
1646 sckaddr.o \
1647 sckfile.o \
1648 sckipc.o \
1649 sckstrm.o \
ae8f5769 1650 serbase.o \
5586805b
RR
1651 sizer.o \
1652 socket.o \
1653 strconv.o \
1654 stream.o \
1655 string.o \
1656 tbarbase.o \
1657 textcmn.o \
1658 textfile.o \
5586805b
RR
1659 timercmn.o \
1660 tokenzr.o \
1661 txtstrm.o \
1662 unzip.o \
1663 url.o \
1664 utilscmn.o \
1665 valgen.o \
1666 validate.o \
1667 valtext.o \
1668 variant.o \
1669 wfstream.o \
1670 wincmn.o \
1671 wxchar.o \
1672 wxexpr.o \
1673 zipstrm.o \
1674 zstream.o
1675
1676MSW_COMMONDEPS = \
80d895cd 1677 parser.d \
1dd989e1 1678 appcmn.d \
5586805b 1679 choiccmn.d \
b068c4e8 1680 clipcmn.d \
2a36259f 1681 cmdline.d \
5586805b
RR
1682 cmndata.d \
1683 config.d \
1684 ctrlcmn.d \
6c8a980f 1685 ctrlsub.d \
bf84b0be 1686 datetime.d \
5586805b
RR
1687 datstrm.d \
1688 db.d \
1689 dbtable.d \
1690 dcbase.d \
1691 dlgcmn.d \
510fc784 1692 dndcmn.d \
c4933157 1693 dobjcmn.d \
5586805b
RR
1694 docmdi.d \
1695 docview.d \
1696 dynarray.d \
1697 dynlib.d \
15b83243 1698 encconv.d \
5586805b
RR
1699 event.d \
1700 extended.d \
1701 ffile.d \
1702 file.d \
1703 fileconf.d \
1704 filefn.d \
1705 filesys.d \
5e014a0c 1706 fontcmn.d \
8487f887 1707 fontmap.d \
5586805b
RR
1708 framecmn.d \
1709 fs_inet.d \
1710 fs_zip.d \
1711 ftp.d \
1712 gdicmn.d \
510fc784 1713 geometry.d \
5586805b
RR
1714 gifdecod.d \
1715 hash.d \
1716 helpbase.d \
1717 http.d \
5e014a0c 1718 imagall.d \
5586805b
RR
1719 imagbmp.d \
1720 image.d \
1721 imaggif.d \
1722 imagjpeg.d \
75ceb69d 1723 imagpcx.d \
5586805b
RR
1724 imagpng.d \
1725 imagpnm.d \
c7a2bf27 1726 imagtiff.d \
5586805b
RR
1727 intl.d \
1728 ipcbase.d \
1729 layout.d \
6c8a980f 1730 lboxcmn.d \
5586805b
RR
1731 list.d \
1732 log.d \
bf84b0be 1733 longlong.d \
5586805b 1734 memory.d \
3dfac970 1735 menucmn.d \
e680a378 1736 mimecmn.d \
5586805b
RR
1737 module.d \
1738 mstream.d \
1739 object.d \
1740 objstrm.d \
37667812 1741 odbc.d \
5586805b
RR
1742 paper.d \
1743 prntbase.d \
1744 process.d \
1745 protocol.d \
1746 resource.d \
1747 sckaddr.d \
1748 sckfile.d \
1749 sckipc.d \
1750 sckstrm.d \
ae8f5769 1751 serbase.d \
5586805b
RR
1752 sizer.d \
1753 socket.d \
1754 strconv.d \
1755 stream.d \
1756 string.d \
1757 tbarbase.d \
1758 textcmn.d \
1759 textfile.d \
5586805b
RR
1760 timercmn.d \
1761 tokenzr.d \
1762 txtstrm.d \
1763 unzip.d \
1764 url.d \
1765 utilscmn.d \
1766 valgen.d \
1767 validate.d \
1768 valtext.d \
1769 variant.d \
1770 wfstream.d \
1771 wincmn.d \
1772 wxchar.d \
1773 wxexpr.d \
1774 zipstrm.d \
1775 zstream.d
e4b4d60e
RR
1776
1777MSW_GUIOBJS = \
5586805b
RR
1778 accel.o \
1779 app.o \
1780 bitmap.o \
1781 bmpbuttn.o \
1782 brush.o \
1783 button.o \
1784 caret.o \
1785 checkbox.o \
1786 checklst.o \
1787 choice.o \
1788 clipbrd.o \
1789 colordlg.o \
1790 colour.o \
1791 combobox.o \
1792 control.o \
1793 curico.o \
1794 cursor.o \
1795 data.o \
1796 dc.o \
1797 dcclient.o \
1798 dcmemory.o \
1799 dcprint.o \
1800 dcscreen.o \
1801 dde.o \
1802 dialog.o \
c7a2bf27 1803 dialup.o \
5586805b
RR
1804 dib.o \
1805 dibutils.o \
e694c22c 1806 dir.o \
5586805b 1807 dragimag.o \
d9317fd4 1808 enhmeta.o \
5586805b
RR
1809 filedlg.o \
1810 font.o \
1811 fontdlg.o \
4b59bea3 1812 fontenum.o \
8487f887 1813 fontutil.o \
5586805b
RR
1814 frame.o \
1815 gauge95.o \
f048e32f 1816 gdiimage.o \
5586805b 1817 gdiobj.o \
8ec2b484 1818 gsocket.o \
5586805b
RR
1819 helpwin.o \
1820 icon.o \
1821 imaglist.o \
1822 joystick.o \
1823 listbox.o \
1824 listctrl.o \
1825 main.o \
1826 mdi.o \
1827 menu.o \
1828 menuitem.o \
1829 metafile.o \
4ee1741f 1830 mimetype.o \
5586805b
RR
1831 minifram.o \
1832 msgdlg.o \
1833 nativdlg.o \
1834 notebook.o \
1835 ownerdrw.o \
1836 palette.o \
1837 pen.o \
1838 penwin.o \
5586805b
RR
1839 printdlg.o \
1840 printwin.o \
1841 radiobox.o \
1842 radiobut.o \
1843 regconf.o \
1844 region.o \
1845 registry.o \
1846 scrolbar.o \
1847 settings.o \
1848 slider95.o \
1849 spinbutt.o \
791a2102 1850 spinctrl.o \
5586805b
RR
1851 statbmp.o \
1852 statbox.o \
1853 statbr95.o \
1854 statline.o \
1855 stattext.o \
1856 tabctrl.o \
1857 taskbar.o \
1858 tbar95.o \
1859 textctrl.o \
1860 thread.o \
1861 timer.o \
1862 tooltip.o \
1863 treectrl.o \
1864 utils.o \
1865 utilsexc.o \
1866 wave.o \
1867 window.o \
1868 xpmhand.o
1869
1870MSW_GUIDEPS = \
1871 accel.d \
1872 app.d \
1873 bitmap.d \
1874 bmpbuttn.d \
1875 brush.d \
1876 button.d \
1877 caret.d \
1878 checkbox.d \
1879 checklst.d \
1880 choice.d \
1881 clipbrd.d \
1882 colordlg.d \
1883 colour.d \
1884 combobox.d \
1885 control.d \
1886 curico.d \
1887 cursor.d \
1888 data.d \
1889 dc.d \
1890 dcclient.d \
1891 dcmemory.d \
1892 dcprint.d \
1893 dcscreen.d \
1894 dde.d \
1895 dialog.d \
c7a2bf27 1896 dialup.d \
5586805b
RR
1897 dib.d \
1898 dibutils.d \
e694c22c 1899 dir.d \
5586805b 1900 dragimag.d \
d9317fd4 1901 enhmeta.d \
5586805b
RR
1902 filedlg.d \
1903 font.d \
1904 fontdlg.d \
4b59bea3 1905 fontenum.d \
8487f887 1906 fontutil.d \
5586805b
RR
1907 frame.d \
1908 gauge95.d \
f048e32f 1909 gdiimage.d \
5586805b 1910 gdiobj.d \
8ec2b484 1911 gsocket.d \
5586805b
RR
1912 helpwin.d \
1913 icon.d \
1914 imaglist.d \
1915 joystick.d \
1916 listbox.d \
1917 listctrl.d \
1918 main.d \
1919 mdi.d \
1920 menu.d \
1921 menuitem.d \
1922 metafile.d \
4ee1741f 1923 mimetype.d \
5586805b
RR
1924 minifram.d \
1925 msgdlg.d \
1926 nativdlg.d \
1927 notebook.d \
1928 ownerdrw.d \
1929 palette.d \
1930 pen.d \
1931 penwin.d \
5586805b
RR
1932 printdlg.d \
1933 printwin.d \
1934 radiobox.d \
1935 radiobut.d \
1936 regconf.d \
1937 region.d \
1938 registry.d \
1939 scrolbar.d \
1940 settings.d \
1941 slider95.d \
1942 spinbutt.d \
791a2102 1943 spinctrl.d \
5586805b
RR
1944 statbmp.d \
1945 statbox.d \
1946 statbr95.d \
1947 statline.d \
1948 stattext.d \
1949 tabctrl.d \
1950 taskbar.d \
1951 tbar95.d \
1952 textctrl.d \
1953 thread.d \
1954 timer.d \
1955 tooltip.d \
1956 treectrl.d \
1957 utils.d \
1958 utilsexc.d \
1959 wave.d \
1960 window.d \
1961 xpmhand.d
e4b4d60e 1962
9260520f
VZ
1963PM_GENERICOBJS = \
1964 busyinfo.o \
1965 calctrl.o \
1966 caret.o \
1967 choicdgg.o \
1968 colrdlgg.o \
1969 dcpsg.o \
1970 grid.o \
1971 helpext.o \
1972 helphtml.o \
1973 helpwxht.o \
1974 helpxlp.o \
1975 imaglist.o \
1976 laywin.o \
1977 listctrl.o \
1978 logg.o \
1979 msgdlgg.o \
1980 numdlgg.o \
1981 panelg.o \
981b2508 1982 plot.o \
9260520f
VZ
1983 printps.o \
1984 prntdlgg.o \
1985 progdlgg.o \
1986 prop.o \
1987 propform.o \
1988 proplist.o \
1989 sashwin.o \
1990 scrolwin.o \
1991 splitter.o \
1992 statusbr.o \
1993 tbarsmpl.o \
1994 textdlgg.o \
1995 tipdlg.o \
1996 treectrl.o \
1997 wizard.o
1998
1999PM_GENERICDEPS = \
2000 busyinfo.d \
2001 calctrl.d \
2002 caret.d \
2003 choicdgg.d \
2004 colrdlgg.d \
2005 dcpsg.d \
2006 grid.d \
2007 helpext.d \
2008 helphtml.d \
2009 helpwxht.d \
2010 helpxlp.d \
2011 imaglist.d \
2012 laywin.d \
2013 listctrl.d \
2014 logg.d \
2015 msgdlgg.d \
2016 numdlgg.d \
2017 panelg.d \
981b2508 2018 plot.d \
9260520f
VZ
2019 printps.d \
2020 prntdlgg.d \
2021 progdlgg.d \
2022 prop.d \
2023 propform.d \
2024 proplist.d \
2025 sashwin.d \
2026 scrolwin.d \
2027 splitter.d \
2028 statusbr.d \
2029 tbarsmpl.d \
2030 textdlgg.d \
2031 tipdlg.d \
2032 treectrl.d \
2033 wizard.d
2034
2035PM_COMMONOBJS = \
2036 parser.o \
2037 appcmn.o \
2038 choiccmn.o \
2039 clipcmn.o \
2040 cmdline.o \
2041 cmndata.o \
2042 config.o \
2043 ctrlcmn.o \
2044 ctrlsub.o \
2045 datetime.o \
2046 datstrm.o \
2047 db.o \
2048 dbtable.o \
2049 dcbase.o \
2050 dlgcmn.o \
510fc784 2051 dndcmn.o \
9260520f
VZ
2052 dobjcmn.o \
2053 docmdi.o \
2054 docview.o \
2055 dynarray.o \
2056 dynlib.o \
2057 encconv.o \
2058 event.o \
2059 extended.o \
2060 ffile.o \
2061 file.o \
2062 fileconf.o \
2063 filefn.o \
2064 filesys.o \
2065 fontcmn.o \
2066 fontmap.o \
2067 framecmn.o \
2068 fs_inet.o \
2069 fs_zip.o \
2070 ftp.o \
2071 gdicmn.o \
510fc784 2072 geometry.o \
9260520f
VZ
2073 gifdecod.o \
2074 hash.o \
2075 helpbase.o \
2076 http.o \
2077 imagall.o \
2078 imagbmp.o \
2079 image.o \
2080 imaggif.o \
2081 imagjpeg.o \
2082 imagpcx.o \
2083 imagpng.o \
2084 imagpnm.o \
2085 imagtiff.o \
2086 intl.o \
2087 ipcbase.o \
2088 layout.o \
2089 lboxcmn.o \
2090 list.o \
2091 log.o \
2092 longlong.o \
2093 memory.o \
2094 menucmn.o \
e680a378 2095 mimecmn.o \
9260520f
VZ
2096 module.o \
2097 mstream.o \
2098 object.o \
2099 objstrm.o \
2100 odbc.o \
2101 paper.o \
2102 prntbase.o \
2103 process.o \
2104 protocol.o \
2105 resource.o \
2106 sckaddr.o \
2107 sckfile.o \
2108 sckipc.o \
2109 sckstrm.o \
2110 serbase.o \
2111 sizer.o \
2112 socket.o \
2113 strconv.o \
2114 stream.o \
2115 string.o \
2116 tbarbase.o \
2117 textcmn.o \
2118 textfile.o \
2119 timercmn.o \
2120 tokenzr.o \
2121 txtstrm.o \
2122 unzip.o \
2123 url.o \
2124 utilscmn.o \
2125 valgen.o \
2126 validate.o \
2127 valtext.o \
2128 variant.o \
2129 wfstream.o \
2130 wincmn.o \
2131 wxchar.o \
2132 wxexpr.o \
2133 zipstrm.o \
2134 zstream.o
2135
2136PM_COMMONDEPS = \
2137 parser.d \
2138 appcmn.d \
2139 choiccmn.d \
2140 clipcmn.d \
2141 cmdline.d \
2142 cmndata.d \
2143 config.d \
2144 ctrlcmn.d \
2145 ctrlsub.d \
2146 datetime.d \
2147 datstrm.d \
2148 db.d \
2149 dbtable.d \
2150 dcbase.d \
2151 dlgcmn.d \
510fc784 2152 dndcmn.d \
9260520f
VZ
2153 dobjcmn.d \
2154 docmdi.d \
2155 docview.d \
2156 dynarray.d \
2157 dynlib.d \
2158 encconv.d \
2159 event.d \
2160 extended.d \
2161 ffile.d \
2162 file.d \
2163 fileconf.d \
2164 filefn.d \
2165 filesys.d \
2166 fontcmn.d \
2167 fontmap.d \
2168 framecmn.d \
2169 fs_inet.d \
2170 fs_zip.d \
2171 ftp.d \
2172 gdicmn.d \
510fc784 2173 geometry.d \
9260520f
VZ
2174 gifdecod.d \
2175 hash.d \
2176 helpbase.d \
2177 http.d \
2178 imagall.d \
2179 imagbmp.d \
2180 image.d \
2181 imaggif.d \
2182 imagjpeg.d \
2183 imagpcx.d \
2184 imagpng.d \
2185 imagpnm.d \
2186 imagtiff.d \
2187 intl.d \
2188 ipcbase.d \
2189 layout.d \
2190 lboxcmn.d \
2191 list.d \
2192 log.d \
2193 longlong.d \
2194 memory.d \
2195 menucmn.d \
e680a378 2196 mimecmn.d \
9260520f
VZ
2197 module.d \
2198 mstream.d \
2199 object.d \
2200 objstrm.d \
2201 odbc.d \
2202 paper.d \
2203 prntbase.d \
2204 process.d \
2205 protocol.d \
2206 resource.d \
2207 sckaddr.d \
2208 sckfile.d \
2209 sckipc.d \
2210 sckstrm.d \
2211 serbase.d \
2212 sizer.d \
2213 socket.d \
2214 strconv.d \
2215 stream.d \
2216 string.d \
2217 tbarbase.d \
2218 textcmn.d \
2219 textfile.d \
2220 timercmn.d \
2221 tokenzr.d \
2222 txtstrm.d \
2223 unzip.d \
2224 url.d \
2225 utilscmn.d \
2226 valgen.d \
2227 validate.d \
2228 valtext.d \
2229 variant.d \
2230 wfstream.d \
2231 wincmn.d \
2232 wxchar.d \
2233 wxexpr.d \
2234 zipstrm.d \
2235 zstream.d
2236
2237PM_GUIOBJS = \
2238 accel.o \
2239 app.o \
2240 bitmap.o \
2241 bmpbuttn.o \
2242 brush.o \
2243 button.o \
2244 checkbox.o \
2245 checklst.o \
2246 choice.o \
2247 clipbrd.o \
2248 colour.o \
2249 combobox.o \
2250 control.o \
2251 cursor.o \
2252 data.o \
2253 dataobj.o \
2254 dc.o \
2255 dcclient.o \
2256 dcmemory.o \
2257 dcprint.o \
2258 dcscreen.o \
2259 dialog.o \
4c3f5661 2260 dir.o \
9260520f
VZ
2261 dirdlg.o \
2262 dnd.o \
2263 filedlg.o \
2264 font.o \
2265 fontdlg.o \
4ee1741f
RR
2266 fontenum.o \
2267 fontutil.o \
9260520f
VZ
2268 frame.o \
2269 gauge.o \
2270 gdiimage.o \
2271 gdiobj.o \
2272 gsocket.o \
2273 helpwin.o \
2274 icon.o \
2275 iniconf.o \
2276 joystick.o \
2277 listbox.o \
2278 main.o \
2279 mdi.o \
2280 menu.o \
2281 menuitem.o \
2282 metafile.o \
4ee1741f 2283 mimetype.o \
9260520f
VZ
2284 minifram.o \
2285 msgdlg.o \
2286 nativdlg.o \
2287 notebook.o \
2288 ownerdrw.o \
2289 palette.o \
2290 pen.o \
2291 print.o \
2292 radiobox.o \
2293 radiobut.o \
2294 region.o \
2295 scrolbar.o \
2296 settings.o \
2297 slider.o \
2298 spinbutt.o \
2299 spinctrl.o \
2300 statbmp.o \
2301 statbox.o \
2302 statline.o \
2303 stattext.o \
2304 tabctrl.o \
2305 taskbar.o \
2306 textctrl.o \
2307 thread.o \
2308 timer.o \
2309 toolbar.o \
2310 tooltip.o \
2311 utils.o \
2312 utilsexc.o \
2313 wave.o \
2314 window.o
2315
2316PM_GUIDEPS = \
2317 accel.d \
2318 app.d \
2319 bitmap.d \
2320 bmpbuttn.d \
2321 brush.d \
2322 button.d \
2323 checkbox.d \
2324 checklst.d \
2325 choice.d \
2326 clipbrd.d \
2327 colour.d \
2328 combobox.d \
2329 control.d \
2330 cursor.d \
2331 data.d \
2332 dataobj.d \
2333 dc.d \
2334 dcclient.d \
2335 dcmemory.d \
2336 dcprint.d \
2337 dcscreen.d \
2338 dialog.d \
4c3f5661 2339 dir.d \
9260520f
VZ
2340 dirdlg.d \
2341 dnd.d \
2342 filedlg.d \
2343 font.d \
2344 fontdlg.d \
4ee1741f
RR
2345 fontenum.d \
2346 fontutil.d \
9260520f
VZ
2347 frame.d \
2348 gauge.d \
2349 gdiimage.d \
2350 gdiobj.d \
2351 gsocket.d \
2352 helpwin.d \
2353 icon.d \
2354 iniconf.d \
2355 joystick.d \
2356 listbox.d \
2357 main.d \
2358 mdi.d \
2359 menu.d \
2360 menuitem.d \
2361 metafile.d \
4ee1741f 2362 mimetype.d \
9260520f
VZ
2363 minifram.d \
2364 msgdlg.d \
2365 nativdlg.d \
2366 notebook.d \
2367 ownerdrw.d \
2368 palette.d \
2369 pen.d \
2370 print.d \
2371 radiobox.d \
2372 radiobut.d \
2373 region.d \
2374 scrolbar.d \
2375 settings.d \
2376 slider.d \
2377 spinbutt.d \
2378 spinctrl.d \
2379 statbmp.d \
2380 statbox.d \
2381 statline.d \
2382 stattext.d \
2383 tabctrl.d \
2384 taskbar.d \
2385 textctrl.d \
2386 thread.d \
2387 timer.d \
2388 toolbar.d \
2389 tooltip.d \
2390 utils.d \
2391 utilsexc.d \
2392 wave.d \
2393 window.d
2394
37667812 2395BASE_OBJS = \
791a2102 2396 init.o \
1dd989e1 2397 appcmn.o \
2a36259f 2398 cmdline.o \
37667812 2399 config.o \
bf84b0be 2400 datetime.o \
37667812
VZ
2401 dynarray.o \
2402 dynlib.o \
2403 event.o \
2404 extended.o \
2405 ffile.o \
2406 file.o \
2407 fileconf.o \
2408 filefn.o \
2409 filesys.o \
2410 hash.o \
37667812
VZ
2411 intl.o \
2412 list.o \
2413 log.o \
bf84b0be 2414 longlong.o \
e680a378 2415 mimecmn.o \
37667812
VZ
2416 module.o \
2417 object.o \
2418 process.o \
2419 strconv.o \
2420 stream.o \
2421 string.o \
2422 textfile.o \
37667812
VZ
2423 timercmn.o \
2424 tokenzr.o \
2425 txtstrm.o \
2426 utilscmn.o \
2427 variant.o \
e612f101 2428 wfstream.o \
37667812 2429 wxchar.o \
e694c22c 2430 dir.o \
e680a378 2431 mimetype.o \
c7a2bf27 2432 threadpsx.o \
37667812
VZ
2433 utilsunx.o
2434
2435BASE_DEPS = \
791a2102 2436 init.d \
1dd989e1 2437 appcmn.d \
2a36259f 2438 cmdline.d \
37667812 2439 config.d \
bf84b0be 2440 datetime.d \
37667812
VZ
2441 dynarray.d \
2442 dynlib.d \
2443 event.d \
2444 extended.d \
2445 ffile.d \
2446 file.d \
2447 fileconf.d \
2448 filefn.d \
2449 filesys.d \
2450 hash.d \
37667812
VZ
2451 intl.d \
2452 list.d \
2453 log.d \
bf84b0be 2454 longlong.d \
e680a378 2455 mimecmn.d \
37667812
VZ
2456 module.d \
2457 object.d \
2458 process.d \
2459 strconv.d \
2460 stream.d \
2461 string.d \
2462 textfile.d \
37667812
VZ
2463 timercmn.d \
2464 tokenzr.d \
2465 txtstrm.d \
2466 utilscmn.d \
2467 variant.d \
e612f101 2468 wfstream.d \
37667812 2469 wxchar.d \
e694c22c 2470 dir.d \
e680a378 2471 mimetype.d \
c7a2bf27 2472 threadpsx.d \
37667812
VZ
2473 utilsunx.d
2474
ad9edf45 2475HTMLOBJS = \
8ec2b484
HH
2476 helpctrl.o \
2477 helpdata.o \
2478 helpfrm.o \
5586805b 2479 htmlcell.o \
69941f05
VS
2480 htmlfilt.o \
2481 htmlpars.o \
5586805b
RR
2482 htmltag.o \
2483 htmlwin.o \
3ce369e6 2484 htmprint.o \
336e2d44 2485 m_dflist.o \
69941f05
VS
2486 m_fonts.o \
2487 m_hline.o \
2488 m_image.o \
2489 m_layout.o \
2490 m_links.o \
2491 m_list.o \
fa146dd7 2492 m_meta.o \
69941f05
VS
2493 m_pre.o \
2494 m_tables.o \
69941f05 2495 winpars.o
5586805b
RR
2496
2497HTMLDEPS = \
8ec2b484
HH
2498 helpctrl.d \
2499 helpdata.d \
2500 helpfrm.d \
5586805b 2501 htmlcell.d \
69941f05
VS
2502 htmlfilt.d \
2503 htmlpars.d \
5586805b
RR
2504 htmltag.d \
2505 htmlwin.d \
3ce369e6 2506 htmprint.d \
336e2d44 2507 m_dflist.d \
69941f05
VS
2508 m_fonts.d \
2509 m_hline.d \
2510 m_image.d \
2511 m_layout.d \
2512 m_links.d \
2513 m_list.d \
fa146dd7 2514 m_meta.d \
69941f05
VS
2515 m_pre.d \
2516 m_tables.d \
69941f05 2517 winpars.d
ad9edf45 2518
37667812 2519UNIX_OBJS = \
275abf24 2520 dialup.o \
e694c22c 2521 dir.o \
3dfac970 2522 fontenum.o \
8487f887 2523 fontutil.o \
c5342938 2524 gsocket.o \
e680a378 2525 mimetype.o \
5586805b
RR
2526 threadpsx.o \
2527 utilsunx.o
2528
37667812 2529UNIX_DEPS = \
275abf24 2530 dialup.d \
e694c22c 2531 dir.d \
3dfac970 2532 fontenum.d \
8487f887 2533 fontutil.d \
c5342938 2534 gsocket.d \
e680a378 2535 mimetype.d \
5586805b
RR
2536 threadpsx.d \
2537 utilsunx.d
ad9edf45
RR
2538
2539ZLIBOBJS = \
5586805b
RR
2540 adler32.o \
2541 compress.o \
2542 crc32.o \
2543 gzio.o \
2544 uncompr.o \
2545 deflate.o \
2546 trees.o \
2547 zutil.o \
2548 inflate.o \
2549 infblock.o \
2550 inftrees.o \
2551 infcodes.o \
2552 infutil.o \
2553 inffast.o
ad9edf45
RR
2554
2555PNGOBJS = \
5586805b
RR
2556 png.o \
2557 pngread.o \
2558 pngrtran.o \
2559 pngrutil.o \
2560 pngpread.o \
2561 pngtrans.o \
2562 pngwrite.o \
2563 pngwtran.o \
2564 pngwutil.o \
2565 pngerror.o \
2566 pngmem.o \
2567 pngwio.o \
2568 pngrio.o \
2569 pngget.o \
2570 pngset.o
ad9edf45
RR
2571
2572
2573JPEGOBJS = \
5586805b
RR
2574 jcomapi.o \
2575 jutils.o \
2576 jerror.o \
2577 jmemmgr.o \
2578 jmemnobs.o \
2579 jcapimin.o \
2580 jcapistd.o \
2581 jctrans.o \
2582 jcparam.o \
2583 jdatadst.o \
2584 jcinit.o \
2585 jcmaster.o \
2586 jcmarker.o \
2587 jcmainct.o \
2588 jcprepct.o \
2589 jccoefct.o \
2590 jccolor.o \
2591 jcsample.o \
2592 jchuff.o \
2593 jcphuff.o \
2594 jcdctmgr.o \
2595 jfdctfst.o \
2596 jfdctflt.o \
2597 jfdctint.o \
2598 jdapimin.o \
2599 jdapistd.o \
2600 jdtrans.o \
2601 jdatasrc.o \
2602 jdmaster.o \
2603 jdinput.o \
2604 jdmarker.o \
2605 jdhuff.o \
2606 jdphuff.o \
2607 jdmainct.o \
2608 jdcoefct.o \
2609 jdpostct.o \
2610 jddctmgr.o \
2611 jidctfst.o \
2612 jidctflt.o \
2613 jidctint.o \
2614 jidctred.o \
2615 jdsample.o \
2616 jdcolor.o \
2617 jquant1.o \
2618 jquant2.o \
2619 jdmerge.o
ad9edf45 2620
c7a2bf27
RR
2621TIFFOBJS = \
2622 tif_aux.o \
2623 tif_close.o \
2624 tif_codec.o \
2625 tif_compress.o \
2626 tif_dir.o \
2627 tif_dirinfo.o \
2628 tif_dirread.o \
2629 tif_dirwrite.o \
2630 tif_dumpmode.o \
2631 tif_error.o \
2632 tif_fax3.o \
2633 tif_fax3sm.o \
2634 tif_getimage.o \
2635 tif_jpeg.o \
2636 tif_flush.o \
2637 tif_lzw.o \
b47c832e 2638 tif_luv.o \
c7a2bf27
RR
2639 tif_next.o \
2640 tif_open.o \
2641 tif_packbits.o \
2642 tif_pixarlog.o \
2643 tif_predict.o \
2644 tif_print.o \
2645 tif_read.o \
2646 tif_swab.o \
2647 tif_strip.o \
2648 tif_thunder.o \
2649 tif_tile.o \
2650 tif_unix.o \
2651 tif_version.o \
2652 tif_warning.o \
2653 tif_write.o \
2654 tif_zip.o
2655
a0c79abb 2656IODBC_OBJS = \
e115e771
RR
2657 catalog.o \
2658 connect.o \
2659 dlf.o \
2660 dlproc.o \
2661 execute.o \
2662 fetch.o \
2663 hdbc.o \
2664 henv.o \
2665 herr.o \
2666 hstmt.o \
2667 info.o \
2668 itrace.o \
2669 misc.o \
2670 prepare.o \
2671 result.o
2672
37667812
VZ
2673GUIOBJS = @GUIOBJS@
2674GUIDEPS = @GUIDEPS@
2675GUIHEADERS = @GUIHEADERS@
2676COMMONOBJS = @COMMONOBJS@
2677COMMONDEPS = @COMMONDEPS@
2678GENERICOBJS = @GENERICOBJS@
2679GENERICDEPS = @GENERICDEPS@
2680UNIXOBJS = @UNIXOBJS@
2681UNIXDEPS = @UNIXDEPS@
a0c79abb 2682IODBCOBJS = @IODBCOBJS@
f85afd4e 2683
a0c79abb 2684OBJECTS = @ALL_OBJECTS@
f85afd4e 2685
37667812 2686DEPFILES = @ALL_DEPFILES@
f85afd4e 2687
37667812 2688HEADERS = @ALL_HEADERS@
f85afd4e 2689
1d62a8b4
RR
2690BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@
2691
de87c353 2692all: @WX_ALL@
ad9edf45
RR
2693
2694@WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
4130b487 2695 @$(INSTALL) -d ./lib
ad9edf45
RR
2696 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2697 $(RANLIB) ./lib/$@
2698
2699@WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
4130b487 2700 @$(INSTALL) -d ./lib
1d62a8b4 2701 $(SHARED_LD) ./lib/$@ $(BURNT_LIBRARY_NAME) $(OBJECTS) $(EXTRALIBS)
af563b66 2702
de87c353 2703CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
4130b487
RR
2704 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2705 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2706 @$(RM) ./lib/@WX_LIBRARY_LINK3@
ad9edf45
RR
2707 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2708 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2709 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
af563b66 2710
de87c353 2711CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
5586805b
RR
2712 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2713 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2714 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
de87c353
RR
2715 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2716 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2717 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
af563b66 2718
257980e6 2719$(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
ad9edf45
RR
2720
2721parser.o: parser.c lexer.c
8636aed8 2722 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
ad9edf45
RR
2723
2724parser.c: $(COMMDIR)/parser.y lexer.c
2725 $(YACC) $(COMMDIR)/parser.y
2726 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2727 sed -e "s/BUFSIZ/5000/g" | \
2728 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2729 sed -e "s/yy/PROIO_yy/g" | \
2730 sed -e "s/input/PROIO_input/g" | \
2731 sed -e "s/unput/PROIO_unput/g" > parser.c
2732 @$(RM) y.tab.c
2733
2734lexer.c: $(COMMDIR)/lexer.l
2735 $(LEX) $(COMMDIR)/lexer.l
9260520f 2736 @sed -e "s;$(COMMDIR)/@LEX_STEM@.c;lexer.l;g" < @LEX_STEM@.c | \
ad9edf45
RR
2737 sed -e "s/yy/PROIO_yy/g" | \
2738 sed -e "s/input/PROIO_input/g" | \
2739 sed -e "s/unput/PROIO_unput/g" > lexer.c
9260520f 2740 @$(RM) @LEX_STEM@.c
ad9edf45 2741
5586805b
RR
2742-include $(DEPFILES)
2743
dad6c0ea
VZ
2744afminstall:
2745 $(INSTALL) -d $(datadir)
2746 $(INSTALL) -d $(datadir)/wx
2747 $(INSTALL) -d $(datadir)/wx/afm
2748 $(INSTALL) -d $(datadir)/wx/gs_afm
2749 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2750 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2751
257980e6 2752preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
ad9edf45
RR
2753 @echo " "
2754 @echo " Installing wxWindows..."
2755 @echo " "
2756
8b17ba72
RR
2757 $(INSTALL) -d $(prefix)
2758 $(INSTALL) -d $(bindir)
2759 $(INSTALL) -d $(libdir)
2760
ad9edf45
RR
2761 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2762 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
8b17ba72
RR
2763
2764 $(INSTALL) -d $(libdir)/wx
2765 $(INSTALL) -d $(libdir)/wx/include
2766 $(INSTALL) -d $(libdir)/wx/include/wx
2767 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
257980e6 2768 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
af563b66 2769
8b17ba72 2770 $(INSTALL) -d $(includedir)/wx
9260520f
VZ
2771 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi
2772 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi
2773 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/protocol; fi
2774 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/unix; fi
2775 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi
ad9edf45
RR
2776 @list='$(HEADERS)'; for p in $$list; do \
2777 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2778 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2779 done
9260520f 2780
ad9edf45 2781write_message:
549c6f67 2782 @echo " "
ad9edf45 2783 @echo " The installation of wxWindows is finished. On certain"
c09ab26a
RR
2784 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2785 @echo " if you installed a shared library."
ad9edf45
RR
2786 @echo " "
2787 @echo " wxWindows comes with no guarantees and doesn't claim"
2788 @echo " to be suitable for any purpose."
2789 @echo " "
2790 @echo " Read the wxWindows Licence on licencing conditions."
2791 @echo " "
2792
dad6c0ea 2793install: preinstall @AFMINSTALL@ @WX_ALL_INSTALLED@ write_message
ad9edf45
RR
2794
2795uninstall:
2796 @echo " "
2797 @echo " Uninstalling wxWindows..."
2798 @echo " "
2799 @echo " Removing library..."
8b17ba72
RR
2800 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2801 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2802 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2803 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
ad9edf45 2804 @echo " Removing helper files..."
8b17ba72
RR
2805 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2806 @$(RM) $(bindir)/wx-config
a6f3598d
RR
2807 @$(RM) $(datadir)/wx/afm/*
2808 @$(RM) $(datadir)/wx/gs_afm/*
2809 @rmdir $(datadir)/wx/gs_afm
2810 @rmdir $(datadir)/wx/afm
2811 @rmdir $(datadir)/wx
ad9edf45
RR
2812 @echo " Removing headers..."
2813 @list='$(HEADERS)'; for p in $$list; do \
8b17ba72 2814 $(RM) $(includedir)/wx/$$p; \
ad9edf45
RR
2815 done
2816 @echo " Removing directories..."
2817 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2818 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2819 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2820 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2821 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2822 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
a6f3598d 2823 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
ad9edf45
RR
2824 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2825 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2826 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2827 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2828 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2829
4cb122de 2830ALL_DIST:
a4aad961
RR
2831 mkdir _dist_dir
2832 mkdir $(DISTDIR)
2833 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
257980e6 2834 cp $(WXDIR)/configure.in $(DISTDIR)
a4aad961
RR
2835 cp $(WXDIR)/configure $(DISTDIR)
2836 cp $(WXDIR)/config.sub $(DISTDIR)
2837 cp $(WXDIR)/config.guess $(DISTDIR)
2838 cp $(WXDIR)/install-sh $(DISTDIR)
2839 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2840 cp $(WXDIR)/wx-config.in $(DISTDIR)
2841 cp $(WXDIR)/setup.h.in $(DISTDIR)
2842 cp $(WXDIR)/Makefile.in $(DISTDIR)
2843 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2844 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2845 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2846 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2847 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2848 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2849 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2850 mkdir $(DISTDIR)/include
2851 mkdir $(DISTDIR)/include/wx
2852 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2853 mkdir $(DISTDIR)/include/wx/generic
2854 mkdir $(DISTDIR)/include/wx/html
2855 mkdir $(DISTDIR)/include/wx/unix
2856 mkdir $(DISTDIR)/include/wx/protocol
2857 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
1e8d2f69 2858 cp $(INCDIR)/wx/*.inl $(DISTDIR)/include/wx
a4aad961
RR
2859 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2860 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2861 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2862 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2863 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2864 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
4cb122de
RR
2865 mkdir $(DISTDIR)/src
2866 mkdir $(DISTDIR)/src/common
2867 mkdir $(DISTDIR)/src/generic
2868 mkdir $(DISTDIR)/src/html
2869 mkdir $(DISTDIR)/src/html/bitmaps
2870 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2871 mkdir $(DISTDIR)/src/unix
2872 mkdir $(DISTDIR)/src/png
2873 mkdir $(DISTDIR)/src/jpeg
1d62a8b4 2874 mkdir $(DISTDIR)/src/tiff
4cb122de 2875 mkdir $(DISTDIR)/src/zlib
c09ab26a 2876 mkdir $(DISTDIR)/src/iodbc
4cb122de
RR
2877 cp $(SRCDIR)/*.in $(DISTDIR)/src
2878 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2879 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2880 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2881 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2882 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2883 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2884 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2885 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
4cb122de 2886 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
4cb122de
RR
2887 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2888 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2889 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2890 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2891 cp $(PNGDIR)/README $(DISTDIR)/src/png
2892 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2893 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2894 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2895 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2896 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2897 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
1d62a8b4
RR
2898 cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff
2899 cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff
2900 cp $(TIFFDIR)/README $(DISTDIR)/src/tiff
c09ab26a
RR
2901 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2902 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2903 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2904 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2905 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2906 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2907 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
a4aad961
RR
2908
2909GTK_DIST:
4cb122de 2910 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
a4aad961 2911 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
4cb122de
RR
2912 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2913 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2914 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2915 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
a4aad961
RR
2916
2917MOTIF_DIST:
4cb122de 2918 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
a4aad961 2919 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
4cb122de
RR
2920 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2921 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2922 mkdir $(DISTDIR)/src/motif/xmcombo
2923 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2924 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2925 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
a4aad961
RR
2926
2927MSW_DIST:
4cb122de 2928 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
a4aad961
RR
2929 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2930 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2931 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2932 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2933 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
4cb122de
RR
2934 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2935 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2936 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2937 mkdir $(DISTDIR)/src/msw/ole
2938 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2939
dfd6b52f
RR
2940DEMOS_DIST:
2941 mkdir $(DISTDIR)/demos
2942 cp $(DEMODIR)/Makefile.in $(DISTDIR)/demos
2943
2944 mkdir $(DISTDIR)/demos/bombs
2945 cp $(DEMODIR)/bombs/Makefile.in $(DISTDIR)/demos/bombs
2946 cp $(DEMODIR)/bombs/makefile.unx $(DISTDIR)/demos/bombs
2947 cp $(DEMODIR)/bombs/*.cpp $(DISTDIR)/demos/bombs
2948 cp $(DEMODIR)/bombs/*.h $(DISTDIR)/demos/bombs
2949 cp $(DEMODIR)/bombs/*.xpm $(DISTDIR)/demos/bombs
2950 cp $(DEMODIR)/bombs/readme.txt $(DISTDIR)/demos/bombs
2951
2952 mkdir $(DISTDIR)/demos/forty
2953 cp $(DEMODIR)/forty/Makefile.in $(DISTDIR)/demos/forty
2954 cp $(DEMODIR)/forty/makefile.unx $(DISTDIR)/demos/forty
2955 cp $(DEMODIR)/forty/*.h $(DISTDIR)/demos/forty
2956 cp $(DEMODIR)/forty/*.cpp $(DISTDIR)/demos/forty
2957 cp $(DEMODIR)/forty/*.xpm $(DISTDIR)/demos/forty
2958 cp $(DEMODIR)/forty/*.xbm $(DISTDIR)/demos/forty
2959
2960 mkdir $(DISTDIR)/demos/life
2961 mkdir $(DISTDIR)/demos/life/bitmaps
2962 cp $(DEMODIR)/life/Makefile.in $(DISTDIR)/demos/life
2963 cp $(DEMODIR)/life/makefile.unx $(DISTDIR)/demos/life
2964 cp $(DEMODIR)/life/*.cpp $(DISTDIR)/demos/life
2965 cp $(DEMODIR)/life/*.h $(DISTDIR)/demos/life
2966 cp $(DEMODIR)/life/*.xpm $(DISTDIR)/demos/life
2967 cp $(DEMODIR)/life/bitmaps/*.xpm $(DISTDIR)/demos/life/bitmaps
2968
2969 mkdir $(DISTDIR)/demos/poem
2970 cp $(DEMODIR)/poem/Makefile.in $(DISTDIR)/demos/poem
88413fec 2971 cp $(DEMODIR)/poem/makefile.unx $(DISTDIR)/demos/poem
dfd6b52f
RR
2972 cp $(DEMODIR)/poem/*.cpp $(DISTDIR)/demos/poem
2973 cp $(DEMODIR)/poem/*.xpm $(DISTDIR)/demos/poem
2974 cp $(DEMODIR)/poem/*.dat $(DISTDIR)/demos/poem
2975 cp $(DEMODIR)/poem/*.txt $(DISTDIR)/demos/poem
2976
2977 mkdir $(DISTDIR)/demos/fractal
2978 cp $(DEMODIR)/fractal/Makefile.in $(DISTDIR)/demos/fractal
2979 cp $(DEMODIR)/fractal/makefile.unx $(DISTDIR)/demos/fractal
2980 cp $(DEMODIR)/fractal/*.cpp $(DISTDIR)/demos/fractal
2981
4cb122de
RR
2982SAMPLES_DIST:
2983 mkdir $(DISTDIR)/samples
2984 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
e9093718 2985
4cb122de
RR
2986 mkdir $(DISTDIR)/samples/caret
2987 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
c4fda16b 2988 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
4cb122de
RR
2989 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2990 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
e9093718 2991
1e8d2f69
RR
2992 mkdir $(DISTDIR)/samples/calendar
2993 cp $(SAMPDIR)/calendar/Makefile.in $(DISTDIR)/samples/calendar
2994 cp $(SAMPDIR)/calendar/makefile.unx $(DISTDIR)/samples/calendar
2995 cp $(SAMPDIR)/calendar/*.cpp $(DISTDIR)/samples/calendar
2996
4cb122de
RR
2997 mkdir $(DISTDIR)/samples/config
2998 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
c4fda16b 2999 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
4cb122de 3000 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
e9093718 3001
1e8d2f69
RR
3002 mkdir $(DISTDIR)/samples/console
3003 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
3004 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
3005 cp $(SAMPDIR)/console/*.cpp $(DISTDIR)/samples/console
3006
4cb122de
RR
3007 mkdir $(DISTDIR)/samples/controls
3008 mkdir $(DISTDIR)/samples/controls/icons
3009 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
c4fda16b 3010 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
4cb122de
RR
3011 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
3012 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
3013 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
e9093718 3014
4cb122de
RR
3015 mkdir $(DISTDIR)/samples/checklst
3016 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
c4fda16b 3017 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
4cb122de
RR
3018 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
3019 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
e9093718 3020
79144b8a
RR
3021 mkdir $(DISTDIR)/samples/db
3022 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
c4fda16b 3023 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
79144b8a
RR
3024 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
3025 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
3026 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
e9093718 3027
641d87d8
RR
3028 mkdir $(DISTDIR)/samples/dialogs
3029 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
c4fda16b 3030 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
641d87d8
RR
3031 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
3032 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
3033 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
e9093718 3034
641d87d8
RR
3035 mkdir $(DISTDIR)/samples/dnd
3036 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
c4fda16b 3037 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
4b59bea3 3038 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
641d87d8
RR
3039 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
3040 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
3041 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
3042 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
e9093718 3043
641d87d8
RR
3044 mkdir $(DISTDIR)/samples/docview
3045 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
e9093718 3046 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
641d87d8
RR
3047 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
3048 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
3049 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
e9093718 3050
641d87d8
RR
3051 mkdir $(DISTDIR)/samples/docvwmdi
3052 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
e9093718 3053 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
641d87d8
RR
3054 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
3055 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
e9093718 3056
641d87d8
RR
3057 mkdir $(DISTDIR)/samples/drawing
3058 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
e9093718 3059 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
641d87d8
RR
3060 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
3061 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
e9093718 3062
641d87d8
RR
3063 mkdir $(DISTDIR)/samples/dynamic
3064 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
e9093718 3065 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
641d87d8
RR
3066 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
3067 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
e9093718 3068
88413fec
RR
3069 mkdir $(DISTDIR)/samples/exec
3070 cp $(SAMPDIR)/exec/Makefile.in $(DISTDIR)/samples/exec
3071 cp $(SAMPDIR)/exec/*.cpp $(DISTDIR)/samples/exec
3072
3073 mkdir $(DISTDIR)/samples/ipc
3074 cp $(SAMPDIR)/ipc/Makefile.in $(DISTDIR)/samples/ipc
3075 cp $(SAMPDIR)/ipc/*.xpm $(DISTDIR)/samples/ipc
3076 cp $(SAMPDIR)/ipc/*.h $(DISTDIR)/samples/ipc
3077 cp $(SAMPDIR)/ipc/*.cpp $(DISTDIR)/samples/ipc
3078
1e8d2f69
RR
3079 mkdir $(DISTDIR)/samples/font
3080 cp $(SAMPDIR)/font/Makefile.in $(DISTDIR)/samples/font
3081 cp $(SAMPDIR)/font/makefile.unx $(DISTDIR)/samples/font
3082 cp $(SAMPDIR)/font/*.cpp $(DISTDIR)/samples/font
3083
1e8d2f69
RR
3084 mkdir $(DISTDIR)/samples/grid
3085 cp $(SAMPDIR)/grid/Makefile.in $(DISTDIR)/samples/grid
3086 cp $(SAMPDIR)/grid/makefile.unx $(DISTDIR)/samples/grid
3087 cp $(SAMPDIR)/grid/*.cpp $(DISTDIR)/samples/grid
3088
e9093718
RR
3089 mkdir $(DISTDIR)/samples/help
3090 mkdir $(DISTDIR)/samples/help/doc
3091 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
3092 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
3093 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
3094 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
3095 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
3096
641d87d8
RR
3097 mkdir $(DISTDIR)/samples/html
3098 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
3099 mkdir $(DISTDIR)/samples/html/about
3100 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
3101 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
3102 mkdir $(DISTDIR)/samples/html/about/data
3103 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
3104 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
3105 mkdir $(DISTDIR)/samples/html/help
3106 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
3107 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
3108 mkdir $(DISTDIR)/samples/html/help/helpfiles
3109 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
fc9c7c09
RR
3110 mkdir $(DISTDIR)/samples/html/helpview
3111 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
3112 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
3113 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
641d87d8
RR
3114 mkdir $(DISTDIR)/samples/html/printing
3115 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
641d87d8 3116 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
641d87d8
RR
3117 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
3118 mkdir $(DISTDIR)/samples/html/test
3119 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
3120 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
3121 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
3122 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
3123 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
3124 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
3125 mkdir $(DISTDIR)/samples/html/virtual
3126 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
3127 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
3128 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
3129 mkdir $(DISTDIR)/samples/html/widget
3130 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
3131 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
3132 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
3133 mkdir $(DISTDIR)/samples/html/zip
3134 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
3135 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
3136 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
3137 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
e9093718 3138
641d87d8
RR
3139 mkdir $(DISTDIR)/samples/image
3140 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
e9093718 3141 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
641d87d8
RR
3142 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
3143 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
1e8d2f69 3144 cp $(SAMPDIR)/image/smile.xbm $(DISTDIR)/samples/image
ff7c6c9c 3145 cp $(SAMPDIR)/image/smile.xpm $(DISTDIR)/samples/image
1e8d2f69 3146
c09ab26a
RR
3147 mkdir $(DISTDIR)/samples/internat
3148 mkdir $(DISTDIR)/samples/internat/de
3149 mkdir $(DISTDIR)/samples/internat/fr
3150 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
e9093718 3151 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
c09ab26a
RR
3152 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
3153 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
3154 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
3155 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
3156 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3157 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3158 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3159 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
e9093718 3160
641d87d8
RR
3161 mkdir $(DISTDIR)/samples/layout
3162 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
e9093718 3163 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
641d87d8
RR
3164 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
3165 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
e9093718 3166
641d87d8 3167 mkdir $(DISTDIR)/samples/listctrl
e9093718 3168 mkdir $(DISTDIR)/samples/listctrl/bitmaps
641d87d8 3169 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
e9093718 3170 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
641d87d8
RR
3171 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
3172 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
3173 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
d8d474af 3174 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
e9093718 3175
641d87d8 3176 mkdir $(DISTDIR)/samples/mdi
e9093718 3177 mkdir $(DISTDIR)/samples/mdi/bitmaps
641d87d8 3178 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
e9093718 3179 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
641d87d8
RR
3180 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
3181 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
3182 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
d8d474af 3183 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
e9093718
RR
3184
3185 mkdir $(DISTDIR)/samples/memcheck
3186 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
3187 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
3188 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
3189 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
3190
3191 mkdir $(DISTDIR)/samples/menu
3192 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
3193 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
3194 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
3195
641d87d8 3196 mkdir $(DISTDIR)/samples/minifram
e9093718 3197 mkdir $(DISTDIR)/samples/minifram/bitmaps
641d87d8 3198 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
e9093718 3199 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
641d87d8
RR
3200 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
3201 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
3202 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
d8d474af 3203 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
e9093718 3204
641d87d8
RR
3205 mkdir $(DISTDIR)/samples/minimal
3206 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
e9093718 3207 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
641d87d8
RR
3208 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
3209 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
e9093718 3210
dfd6b52f
RR
3211 mkdir $(DISTDIR)/samples/dialup
3212 cp $(SAMPDIR)/dialup/Makefile.in $(DISTDIR)/samples/dialup
3213 cp $(SAMPDIR)/dialup/makefile.unx $(DISTDIR)/samples/dialup
3214 cp $(SAMPDIR)/dialup/*.cpp $(DISTDIR)/samples/dialup
e9093718 3215
f85afd4e
MB
3216 mkdir $(DISTDIR)/samples/newgrid
3217 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
1e8d2f69 3218 cp $(SAMPDIR)/newgrid/makefile.unx $(DISTDIR)/samples/newgrid
f85afd4e
MB
3219 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
3220 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
e9093718 3221
641d87d8
RR
3222 mkdir $(DISTDIR)/samples/notebook
3223 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
1e8d2f69 3224 cp $(SAMPDIR)/notebook/makefile.unx $(DISTDIR)/samples/notebook
641d87d8
RR
3225 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
3226 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
e9093718 3227
79144b8a
RR
3228 mkdir $(DISTDIR)/samples/png
3229 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
1e8d2f69 3230 cp $(SAMPDIR)/png/makefile.unx $(DISTDIR)/samples/png
79144b8a
RR
3231 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
3232 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
3233 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
e9093718 3234
1e8d2f69
RR
3235 mkdir $(DISTDIR)/samples/printing
3236 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
3237 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
3238 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
3239 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
3240 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
3241 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
3242
3fd528b9
RR
3243 mkdir $(DISTDIR)/samples/resource
3244 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
1e8d2f69 3245 cp $(SAMPDIR)/resource/makefile.unx $(DISTDIR)/samples/resource
3fd528b9
RR
3246 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
3247 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
3248 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
e9093718 3249
3fd528b9
RR
3250 mkdir $(DISTDIR)/samples/richedit
3251 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
3252 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
3253 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
3254 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
3255 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
3256 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
1e8d2f69 3257
641d87d8
RR
3258 mkdir $(DISTDIR)/samples/proplist
3259 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
3260 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
3261 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
1e8d2f69 3262
ba0e7d41
RR
3263 mkdir $(DISTDIR)/samples/propsize
3264 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
3265 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
3266 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
1e8d2f69 3267
641d87d8
RR
3268 mkdir $(DISTDIR)/samples/sashtest
3269 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
3270 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
3271 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
1e8d2f69 3272
641d87d8
RR
3273 mkdir $(DISTDIR)/samples/scroll
3274 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
1e8d2f69 3275 cp $(SAMPDIR)/scroll/makefile.unx $(DISTDIR)/samples/scroll
641d87d8 3276 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
1e8d2f69 3277
d8d474af
RR
3278 mkdir $(DISTDIR)/samples/scrollsub
3279 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
1e8d2f69 3280 cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
d8d474af 3281 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
1e8d2f69 3282
641d87d8 3283 mkdir $(DISTDIR)/samples/splitter
1e8d2f69 3284 cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
641d87d8
RR
3285 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
3286 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
1e8d2f69 3287
641d87d8
RR
3288 mkdir $(DISTDIR)/samples/text
3289 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
1e8d2f69 3290 cp $(SAMPDIR)/text/makefile.unx $(DISTDIR)/samples/text
641d87d8
RR
3291 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
3292 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
1e8d2f69 3293
641d87d8
RR
3294 mkdir $(DISTDIR)/samples/thread
3295 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
1e8d2f69 3296 cp $(SAMPDIR)/thread/makefile.unx $(DISTDIR)/samples/thread
641d87d8 3297 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
1e8d2f69 3298
641d87d8
RR
3299 mkdir $(DISTDIR)/samples/toolbar
3300 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
3301 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
641d87d8 3302 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
d8d474af
RR
3303 mkdir $(DISTDIR)/samples/toolbar/bitmaps
3304 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
1e8d2f69 3305
641d87d8
RR
3306 mkdir $(DISTDIR)/samples/treectrl
3307 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
3308 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
3309 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
3310 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
1e8d2f69 3311
641d87d8
RR
3312 mkdir $(DISTDIR)/samples/typetest
3313 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
3314 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
3315 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
3316 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
1e8d2f69 3317
641d87d8
RR
3318 mkdir $(DISTDIR)/samples/validate
3319 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
3320 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
3321 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
3322 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
1e8d2f69 3323
641d87d8
RR
3324 mkdir $(DISTDIR)/samples/wizard
3325 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
3326 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
3327 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
1e8d2f69 3328
dfd6b52f
RR
3329 mkdir $(DISTDIR)/samples/sockets
3330 cp $(SAMPDIR)/sockets/Makefile.in $(DISTDIR)/samples/sockets
3331 cp $(SAMPDIR)/sockets/*.cpp $(DISTDIR)/samples/sockets
3332 cp $(SAMPDIR)/sockets/*.xpm $(DISTDIR)/samples/sockets
641d87d8
RR
3333
3334UTILS_DIST:
3335 mkdir $(DISTDIR)/utils
3336 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
af563b66 3337
641d87d8 3338 mkdir $(DISTDIR)/utils/wxMMedia2
641d87d8 3339 mkdir $(DISTDIR)/utils/wxMMedia2/lib
c09ab26a
RR
3340 mkdir $(DISTDIR)/utils/wxMMedia2/sample
3341 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
641d87d8
RR
3342 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
3343 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
3344 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
3345 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
641d87d8
RR
3346 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
3347 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
af563b66 3348
641d87d8 3349 mkdir $(DISTDIR)/utils/glcanvas
c09ab26a 3350 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
641d87d8
RR
3351 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
3352 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
641d87d8
RR
3353 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3354 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3355 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
af563b66 3356
c09ab26a
RR
3357 mkdir $(DISTDIR)/utils/ogl
3358 mkdir $(DISTDIR)/utils/ogl/src
3359 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
3360 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
3361 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
3362 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
af563b66 3363
a6f3598d
RR
3364MISC_DIST:
3365 mkdir $(DISTDIR)/misc
3366 mkdir $(DISTDIR)/misc/afm
3367 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
3368 mkdir $(DISTDIR)/misc/gs_afm
3369 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
af563b66 3370
dfd6b52f 3371dist: ALL_DIST @GUIDIST@ SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST
a4aad961 3372 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
ba0e7d41
RR
3373 mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples
3374 cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../..
dfd6b52f
RR
3375 mv _dist_dir/wx$(TOOLKIT)/demos _dist_dir/wx$(TOOLKIT)/wxDemos
3376 cd _dist_dir/wx$(TOOLKIT); tar ch wxDemos | gzip -f9 > $(WXDEMOS); mv $(WXDEMOS) ../..
8b17ba72 3377 $(RM) -r _dist_dir
a4aad961 3378
ad9edf45 3379clean:
8b17ba72 3380 $(RM) *.o
5586805b 3381 $(RM) *.d
8b17ba72
RR
3382 $(RM) parser.c
3383 $(RM) lexer.c
223cb5ed 3384 $(RM) ./lib/*
ad9edf45
RR
3385
3386cleanall: clean