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