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