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