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