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