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