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