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