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