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