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