]> git.saurik.com Git - wxWidgets.git/blob - Makefile.in
Minor fixes to plug memory hole, will add WXLO import ASAP.
[wxWidgets.git] / Makefile.in
1 #
2 # This file was automatically generated by tmake at 16:44, 1999/11/05
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 fontutil.o \
1655 frame.o \
1656 gauge95.o \
1657 gdiobj.o \
1658 gsocket.o \
1659 helpwin.o \
1660 icon.o \
1661 imaglist.o \
1662 joystick.o \
1663 listbox.o \
1664 listctrl.o \
1665 main.o \
1666 mdi.o \
1667 menu.o \
1668 menuitem.o \
1669 metafile.o \
1670 minifram.o \
1671 msgdlg.o \
1672 nativdlg.o \
1673 notebook.o \
1674 ownerdrw.o \
1675 palette.o \
1676 pen.o \
1677 penwin.o \
1678 pnghand.o \
1679 printdlg.o \
1680 printwin.o \
1681 radiobox.o \
1682 radiobut.o \
1683 regconf.o \
1684 region.o \
1685 registry.o \
1686 scrolbar.o \
1687 settings.o \
1688 slider95.o \
1689 spinbutt.o \
1690 spinctrl.o \
1691 statbmp.o \
1692 statbox.o \
1693 statbr95.o \
1694 statline.o \
1695 stattext.o \
1696 tabctrl.o \
1697 taskbar.o \
1698 tbar95.o \
1699 textctrl.o \
1700 thread.o \
1701 timer.o \
1702 tooltip.o \
1703 treectrl.o \
1704 utils.o \
1705 utilsexc.o \
1706 wave.o \
1707 window.o \
1708 xpmhand.o
1709
1710 MSW_GUIDEPS = \
1711 accel.d \
1712 app.d \
1713 bitmap.d \
1714 bmpbuttn.d \
1715 brush.d \
1716 button.d \
1717 caret.d \
1718 checkbox.d \
1719 checklst.d \
1720 choice.d \
1721 clipbrd.d \
1722 colordlg.d \
1723 colour.d \
1724 combobox.d \
1725 control.d \
1726 curico.d \
1727 cursor.d \
1728 data.d \
1729 dc.d \
1730 dcclient.d \
1731 dcmemory.d \
1732 dcprint.d \
1733 dcscreen.d \
1734 dde.d \
1735 dialog.d \
1736 dib.d \
1737 dibutils.d \
1738 dragimag.d \
1739 filedlg.d \
1740 font.d \
1741 fontdlg.d \
1742 fontutil.d \
1743 frame.d \
1744 gauge95.d \
1745 gdiobj.d \
1746 gsocket.d \
1747 helpwin.d \
1748 icon.d \
1749 imaglist.d \
1750 joystick.d \
1751 listbox.d \
1752 listctrl.d \
1753 main.d \
1754 mdi.d \
1755 menu.d \
1756 menuitem.d \
1757 metafile.d \
1758 minifram.d \
1759 msgdlg.d \
1760 nativdlg.d \
1761 notebook.d \
1762 ownerdrw.d \
1763 palette.d \
1764 pen.d \
1765 penwin.d \
1766 pnghand.d \
1767 printdlg.d \
1768 printwin.d \
1769 radiobox.d \
1770 radiobut.d \
1771 regconf.d \
1772 region.d \
1773 registry.d \
1774 scrolbar.d \
1775 settings.d \
1776 slider95.d \
1777 spinbutt.d \
1778 spinctrl.d \
1779 statbmp.d \
1780 statbox.d \
1781 statbr95.d \
1782 statline.d \
1783 stattext.d \
1784 tabctrl.d \
1785 taskbar.d \
1786 tbar95.d \
1787 textctrl.d \
1788 thread.d \
1789 timer.d \
1790 tooltip.d \
1791 treectrl.d \
1792 utils.d \
1793 utilsexc.d \
1794 wave.d \
1795 window.d \
1796 xpmhand.d
1797
1798 BASE_OBJS = \
1799 init.o \
1800 appcmn.o \
1801 config.o \
1802 date.o \
1803 dynarray.o \
1804 dynlib.o \
1805 event.o \
1806 extended.o \
1807 ffile.o \
1808 file.o \
1809 fileconf.o \
1810 filefn.o \
1811 filesys.o \
1812 hash.o \
1813 intl.o \
1814 list.o \
1815 log.o \
1816 mimetype.o \
1817 module.o \
1818 object.o \
1819 process.o \
1820 strconv.o \
1821 stream.o \
1822 string.o \
1823 textfile.o \
1824 time.o \
1825 timercmn.o \
1826 tokenzr.o \
1827 txtstrm.o \
1828 utilscmn.o \
1829 variant.o \
1830 wxchar.o \
1831 utilsunx.o
1832
1833 BASE_DEPS = \
1834 init.d \
1835 appcmn.d \
1836 config.d \
1837 date.d \
1838 dynarray.d \
1839 dynlib.d \
1840 event.d \
1841 extended.d \
1842 ffile.d \
1843 file.d \
1844 fileconf.d \
1845 filefn.d \
1846 filesys.d \
1847 hash.d \
1848 intl.d \
1849 list.d \
1850 log.d \
1851 mimetype.d \
1852 module.d \
1853 object.d \
1854 process.d \
1855 strconv.d \
1856 stream.d \
1857 string.d \
1858 textfile.d \
1859 time.d \
1860 timercmn.d \
1861 tokenzr.d \
1862 txtstrm.d \
1863 utilscmn.d \
1864 variant.d \
1865 wxchar.d \
1866 utilsunx.d
1867
1868 HTMLOBJS = \
1869 helpctrl.o \
1870 helpdata.o \
1871 helpfrm.o \
1872 htmlcell.o \
1873 htmlfilt.o \
1874 htmlpars.o \
1875 htmltag.o \
1876 htmlwin.o \
1877 htmprint.o \
1878 m_fonts.o \
1879 m_hline.o \
1880 m_image.o \
1881 m_layout.o \
1882 m_links.o \
1883 m_list.o \
1884 m_pre.o \
1885 m_tables.o \
1886 winpars.o
1887
1888 HTMLDEPS = \
1889 helpctrl.d \
1890 helpdata.d \
1891 helpfrm.d \
1892 htmlcell.d \
1893 htmlfilt.d \
1894 htmlpars.d \
1895 htmltag.d \
1896 htmlwin.d \
1897 htmprint.d \
1898 m_fonts.d \
1899 m_hline.d \
1900 m_image.d \
1901 m_layout.d \
1902 m_links.d \
1903 m_list.d \
1904 m_pre.d \
1905 m_tables.d \
1906 winpars.d
1907
1908 UNIX_OBJS = \
1909 dialup.o \
1910 fontenum.o \
1911 fontutil.o \
1912 gsocket.o \
1913 threadpsx.o \
1914 utilsunx.o
1915
1916 UNIX_DEPS = \
1917 dialup.d \
1918 fontenum.d \
1919 fontutil.d \
1920 gsocket.d \
1921 threadpsx.d \
1922 utilsunx.d
1923
1924 ZLIBOBJS = \
1925 adler32.o \
1926 compress.o \
1927 crc32.o \
1928 gzio.o \
1929 uncompr.o \
1930 deflate.o \
1931 trees.o \
1932 zutil.o \
1933 inflate.o \
1934 infblock.o \
1935 inftrees.o \
1936 infcodes.o \
1937 infutil.o \
1938 inffast.o
1939
1940 PNGOBJS = \
1941 png.o \
1942 pngread.o \
1943 pngrtran.o \
1944 pngrutil.o \
1945 pngpread.o \
1946 pngtrans.o \
1947 pngwrite.o \
1948 pngwtran.o \
1949 pngwutil.o \
1950 pngerror.o \
1951 pngmem.o \
1952 pngwio.o \
1953 pngrio.o \
1954 pngget.o \
1955 pngset.o
1956
1957
1958 JPEGOBJS = \
1959 jcomapi.o \
1960 jutils.o \
1961 jerror.o \
1962 jmemmgr.o \
1963 jmemnobs.o \
1964 jcapimin.o \
1965 jcapistd.o \
1966 jctrans.o \
1967 jcparam.o \
1968 jdatadst.o \
1969 jcinit.o \
1970 jcmaster.o \
1971 jcmarker.o \
1972 jcmainct.o \
1973 jcprepct.o \
1974 jccoefct.o \
1975 jccolor.o \
1976 jcsample.o \
1977 jchuff.o \
1978 jcphuff.o \
1979 jcdctmgr.o \
1980 jfdctfst.o \
1981 jfdctflt.o \
1982 jfdctint.o \
1983 jdapimin.o \
1984 jdapistd.o \
1985 jdtrans.o \
1986 jdatasrc.o \
1987 jdmaster.o \
1988 jdinput.o \
1989 jdmarker.o \
1990 jdhuff.o \
1991 jdphuff.o \
1992 jdmainct.o \
1993 jdcoefct.o \
1994 jdpostct.o \
1995 jddctmgr.o \
1996 jidctfst.o \
1997 jidctflt.o \
1998 jidctint.o \
1999 jidctred.o \
2000 jdsample.o \
2001 jdcolor.o \
2002 jquant1.o \
2003 jquant2.o \
2004 jdmerge.o
2005
2006 IODBC_OBJS = \
2007 catalog.o \
2008 connect.o \
2009 dlf.o \
2010 dlproc.o \
2011 execute.o \
2012 fetch.o \
2013 hdbc.o \
2014 henv.o \
2015 herr.o \
2016 hstmt.o \
2017 info.o \
2018 itrace.o \
2019 misc.o \
2020 prepare.o \
2021 result.o
2022
2023 GUIOBJS = @GUIOBJS@
2024 GUIDEPS = @GUIDEPS@
2025 GUIHEADERS = @GUIHEADERS@
2026 COMMONOBJS = @COMMONOBJS@
2027 COMMONDEPS = @COMMONDEPS@
2028 GENERICOBJS = @GENERICOBJS@
2029 GENERICDEPS = @GENERICDEPS@
2030 UNIXOBJS = @UNIXOBJS@
2031 UNIXDEPS = @UNIXDEPS@
2032 IODBCOBJS = @IODBCOBJS@
2033
2034 OBJECTS = @ALL_OBJECTS@
2035
2036 DEPFILES = @ALL_DEPFILES@
2037
2038 HEADERS = @ALL_HEADERS@
2039
2040 all: @WX_ALL@
2041
2042 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
2043 @$(INSTALL) -d ./lib
2044 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2045 $(RANLIB) ./lib/$@
2046
2047 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
2048 @$(INSTALL) -d ./lib
2049 $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
2050
2051 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
2052 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2053 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2054 @$(RM) ./lib/@WX_LIBRARY_LINK3@
2055 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2056 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2057 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
2058
2059 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
2060 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2061 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2062 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
2063 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2064 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2065 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2066
2067 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
2068
2069 parser.o: parser.c lexer.c
2070 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2071
2072 parser.c: $(COMMDIR)/parser.y lexer.c
2073 $(YACC) $(COMMDIR)/parser.y
2074 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2075 sed -e "s/BUFSIZ/5000/g" | \
2076 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2077 sed -e "s/yy/PROIO_yy/g" | \
2078 sed -e "s/input/PROIO_input/g" | \
2079 sed -e "s/unput/PROIO_unput/g" > parser.c
2080 @$(RM) y.tab.c
2081
2082 lexer.c: $(COMMDIR)/lexer.l
2083 $(LEX) $(COMMDIR)/lexer.l
2084 @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
2085 sed -e "s/yy/PROIO_yy/g" | \
2086 sed -e "s/input/PROIO_input/g" | \
2087 sed -e "s/unput/PROIO_unput/g" > lexer.c
2088 @$(RM) lex.yy.c
2089
2090 -include $(DEPFILES)
2091
2092 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
2093 @echo " "
2094 @echo " Installing wxWindows..."
2095 @echo " "
2096
2097 $(INSTALL) -d $(prefix)
2098 $(INSTALL) -d $(bindir)
2099 $(INSTALL) -d $(libdir)
2100 $(INSTALL) -d $(datadir)
2101
2102 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2103 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2104
2105 $(INSTALL) -d $(libdir)/wx
2106 $(INSTALL) -d $(libdir)/wx/include
2107 $(INSTALL) -d $(libdir)/wx/include/wx
2108 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2109 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2110
2111 $(INSTALL) -d $(datadir)/wx
2112 $(INSTALL) -d $(datadir)/wx/afm
2113 $(INSTALL) -d $(datadir)/wx/gs_afm
2114 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2115 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2116
2117 $(INSTALL) -d $(includedir)/wx
2118 $(INSTALL) -d $(includedir)/wx/msw
2119 $(INSTALL) -d $(includedir)/wx/gtk
2120 $(INSTALL) -d $(includedir)/wx/motif
2121 $(INSTALL) -d $(includedir)/wx/html
2122 $(INSTALL) -d $(includedir)/wx/protocol
2123 $(INSTALL) -d $(includedir)/wx/unix
2124 $(INSTALL) -d $(includedir)/wx/generic
2125 @list='$(HEADERS)'; for p in $$list; do \
2126 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2127 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2128 done
2129
2130 write_message:
2131 @echo " "
2132 @echo " The installation of wxWindows is finished. On certain"
2133 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2134 @echo " if you installed a shared library."
2135 @echo " "
2136 @echo " wxWindows comes with no guarantees and doesn't claim"
2137 @echo " to be suitable for any purpose."
2138 @echo " "
2139 @echo " Read the wxWindows Licence on licencing conditions."
2140 @echo " "
2141
2142 install: preinstall @WX_ALL_INSTALLED@ write_message
2143
2144 uninstall:
2145 @echo " "
2146 @echo " Uninstalling wxWindows..."
2147 @echo " "
2148 @echo " Removing library..."
2149 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2150 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2151 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2152 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2153 @echo " Removing helper files..."
2154 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2155 @$(RM) $(bindir)/wx-config
2156 @$(RM) $(datadir)/wx/afm/*
2157 @$(RM) $(datadir)/wx/gs_afm/*
2158 @rmdir $(datadir)/wx/gs_afm
2159 @rmdir $(datadir)/wx/afm
2160 @rmdir $(datadir)/wx
2161 @echo " Removing headers..."
2162 @list='$(HEADERS)'; for p in $$list; do \
2163 $(RM) $(includedir)/wx/$$p; \
2164 done
2165 @echo " Removing directories..."
2166 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2167 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2168 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2169 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2170 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2171 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2172 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2173 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2174 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2175 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2176 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2177 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2178
2179 ALL_DIST:
2180 mkdir _dist_dir
2181 mkdir $(DISTDIR)
2182 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2183 cp $(WXDIR)/configure.in $(DISTDIR)
2184 cp $(WXDIR)/configure $(DISTDIR)
2185 cp $(WXDIR)/config.sub $(DISTDIR)
2186 cp $(WXDIR)/config.guess $(DISTDIR)
2187 cp $(WXDIR)/install-sh $(DISTDIR)
2188 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2189 cp $(WXDIR)/wx-config.in $(DISTDIR)
2190 cp $(WXDIR)/setup.h.in $(DISTDIR)
2191 cp $(WXDIR)/Makefile.in $(DISTDIR)
2192 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2193 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2194 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2195 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2196 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2197 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2198 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2199 mkdir $(DISTDIR)/include
2200 mkdir $(DISTDIR)/include/wx
2201 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2202 mkdir $(DISTDIR)/include/wx/generic
2203 mkdir $(DISTDIR)/include/wx/html
2204 mkdir $(DISTDIR)/include/wx/unix
2205 mkdir $(DISTDIR)/include/wx/protocol
2206 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2207 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2208 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2209 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2210 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2211 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2212 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2213 mkdir $(DISTDIR)/src
2214 mkdir $(DISTDIR)/src/common
2215 mkdir $(DISTDIR)/src/generic
2216 mkdir $(DISTDIR)/src/html
2217 mkdir $(DISTDIR)/src/html/bitmaps
2218 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2219 mkdir $(DISTDIR)/src/unix
2220 mkdir $(DISTDIR)/src/png
2221 mkdir $(DISTDIR)/src/jpeg
2222 mkdir $(DISTDIR)/src/zlib
2223 mkdir $(DISTDIR)/src/iodbc
2224 cp $(SRCDIR)/*.in $(DISTDIR)/src
2225 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2226 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2227 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2228 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2229 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2230 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2231 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2232 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2233 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2234 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2235 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2236 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2237 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2238 cp $(PNGDIR)/README $(DISTDIR)/src/png
2239 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2240 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2241 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2242 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2243 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2244 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2245 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2246 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2247 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2248 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2249 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2250 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2251 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2252
2253 GTK_DIST:
2254 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2255 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2256 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2257 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2258 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2259 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2260
2261 MOTIF_DIST:
2262 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2263 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2264 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2265 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2266 mkdir $(DISTDIR)/src/motif/xmcombo
2267 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2268 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2269 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2270
2271 MSW_DIST:
2272 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2273 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2274 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2275 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2276 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2277 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2278 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2279 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2280 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2281 mkdir $(DISTDIR)/src/msw/ole
2282 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2283
2284 SAMPLES_DIST:
2285 mkdir $(DISTDIR)/samples
2286 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2287 mkdir $(DISTDIR)/samples/bombs
2288 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2289 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2290 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2291 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2292 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2293 mkdir $(DISTDIR)/samples/caret
2294 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2295 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2296 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2297 mkdir $(DISTDIR)/samples/config
2298 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2299 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2300 mkdir $(DISTDIR)/samples/controls
2301 mkdir $(DISTDIR)/samples/controls/icons
2302 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2303 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2304 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2305 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2306 mkdir $(DISTDIR)/samples/checklst
2307 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2308 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2309 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2310 mkdir $(DISTDIR)/samples/printing
2311 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
2312 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
2313 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
2314 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
2315 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
2316 mkdir $(DISTDIR)/samples/db
2317 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2318 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2319 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2320 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2321 mkdir $(DISTDIR)/samples/dialogs
2322 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2323 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2324 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2325 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2326 mkdir $(DISTDIR)/samples/dnd
2327 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2328 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2329 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2330 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2331 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2332 mkdir $(DISTDIR)/samples/docview
2333 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2334 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2335 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2336 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2337 mkdir $(DISTDIR)/samples/docvwmdi
2338 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2339 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2340 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2341 mkdir $(DISTDIR)/samples/drawing
2342 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2343 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2344 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2345 mkdir $(DISTDIR)/samples/dynamic
2346 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2347 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2348 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2349 mkdir $(DISTDIR)/samples/forty
2350 cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty
2351 cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty
2352 cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty
2353 cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty
2354 mkdir $(DISTDIR)/samples/fractal
2355 cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal
2356 cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal
2357 mkdir $(DISTDIR)/samples/html
2358 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
2359 mkdir $(DISTDIR)/samples/html/about
2360 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
2361 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
2362 mkdir $(DISTDIR)/samples/html/about/data
2363 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
2364 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
2365 mkdir $(DISTDIR)/samples/html/help
2366 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
2367 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
2368 mkdir $(DISTDIR)/samples/html/help/helpfiles
2369 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
2370 mkdir $(DISTDIR)/samples/html/helpview
2371 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
2372 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
2373 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
2374 mkdir $(DISTDIR)/samples/html/printing
2375 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
2376 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
2377 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
2378 mkdir $(DISTDIR)/samples/html/test
2379 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
2380 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
2381 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
2382 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
2383 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
2384 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
2385 mkdir $(DISTDIR)/samples/html/virtual
2386 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
2387 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
2388 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
2389 mkdir $(DISTDIR)/samples/html/widget
2390 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
2391 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
2392 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
2393 mkdir $(DISTDIR)/samples/html/zip
2394 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
2395 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
2396 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
2397 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
2398 mkdir $(DISTDIR)/samples/image
2399 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
2400 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
2401 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
2402 mkdir $(DISTDIR)/samples/internat
2403 mkdir $(DISTDIR)/samples/internat/de
2404 mkdir $(DISTDIR)/samples/internat/fr
2405 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
2406 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
2407 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
2408 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
2409 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
2410 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2411 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2412 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2413 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2414 mkdir $(DISTDIR)/samples/layout
2415 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
2416 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
2417 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
2418 mkdir $(DISTDIR)/samples/listctrl
2419 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
2420 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
2421 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
2422 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
2423 mkdir $(DISTDIR)/samples/listctrl/bitmaps
2424 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
2425 mkdir $(DISTDIR)/samples/mdi
2426 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
2427 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
2428 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
2429 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
2430 mkdir $(DISTDIR)/samples/mdi/bitmaps
2431 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
2432 mkdir $(DISTDIR)/samples/minifram
2433 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
2434 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
2435 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
2436 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
2437 mkdir $(DISTDIR)/samples/minifram/bitmaps
2438 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
2439 mkdir $(DISTDIR)/samples/minimal
2440 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
2441 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
2442 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
2443 mkdir $(DISTDIR)/samples/nettest
2444 cp $(SAMPDIR)/nettest/Makefile.in $(DISTDIR)/samples/nettest
2445 cp $(SAMPDIR)/nettest/*.cpp $(DISTDIR)/samples/nettest
2446 mkdir $(DISTDIR)/samples/newgrid
2447 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
2448 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
2449 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
2450 mkdir $(DISTDIR)/samples/notebook
2451 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
2452 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
2453 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
2454 mkdir $(DISTDIR)/samples/png
2455 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
2456 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
2457 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
2458 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
2459 mkdir $(DISTDIR)/samples/resource
2460 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
2461 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
2462 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
2463 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
2464 mkdir $(DISTDIR)/samples/richedit
2465 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
2466 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
2467 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
2468 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
2469 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
2470 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
2471 mkdir $(DISTDIR)/samples/proplist
2472 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
2473 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
2474 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
2475 mkdir $(DISTDIR)/samples/sashtest
2476 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
2477 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
2478 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
2479 mkdir $(DISTDIR)/samples/scroll
2480 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
2481 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
2482 mkdir $(DISTDIR)/samples/scrollsub
2483 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
2484 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
2485 mkdir $(DISTDIR)/samples/splitter
2486 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
2487 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
2488 mkdir $(DISTDIR)/samples/text
2489 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
2490 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
2491 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
2492 mkdir $(DISTDIR)/samples/thread
2493 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
2494 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
2495 mkdir $(DISTDIR)/samples/toolbar
2496 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
2497 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
2498 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
2499 mkdir $(DISTDIR)/samples/toolbar/bitmaps
2500 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
2501 mkdir $(DISTDIR)/samples/treectrl
2502 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
2503 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
2504 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
2505 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
2506 mkdir $(DISTDIR)/samples/typetest
2507 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
2508 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
2509 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
2510 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
2511 mkdir $(DISTDIR)/samples/validate
2512 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
2513 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
2514 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
2515 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
2516 mkdir $(DISTDIR)/samples/wizard
2517 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
2518 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
2519 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
2520 mkdir $(DISTDIR)/samples/wxpoem
2521 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
2522 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
2523 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
2524 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
2525 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
2526 mkdir $(DISTDIR)/samples/wxsocket
2527 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
2528 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
2529 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
2530
2531 UTILS_DIST:
2532 mkdir $(DISTDIR)/utils
2533 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
2534
2535 mkdir $(DISTDIR)/utils/wxMMedia2
2536 mkdir $(DISTDIR)/utils/wxMMedia2/lib
2537 mkdir $(DISTDIR)/utils/wxMMedia2/sample
2538 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
2539 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
2540 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
2541 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
2542 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
2543 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
2544 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
2545
2546 mkdir $(DISTDIR)/utils/glcanvas
2547 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2548 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
2549 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
2550 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2551 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2552 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2553
2554 mkdir $(DISTDIR)/utils/ogl
2555 mkdir $(DISTDIR)/utils/ogl/src
2556 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
2557 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
2558 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
2559 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
2560
2561 MISC_DIST:
2562 mkdir $(DISTDIR)/misc
2563 mkdir $(DISTDIR)/misc/afm
2564 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
2565 mkdir $(DISTDIR)/misc/gs_afm
2566 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
2567
2568 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
2569 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
2570 $(RM) -r _dist_dir
2571
2572 clean:
2573 $(RM) *.o
2574 $(RM) *.d
2575 $(RM) parser.c
2576 $(RM) lexer.c
2577 $(RM) ./lib/*
2578
2579 cleanall: clean