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