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