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