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