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