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