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