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