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