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