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