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