]> git.saurik.com Git - wxWidgets.git/blob - Makefile.in
TIFF fix.
[wxWidgets.git] / Makefile.in
1 #
2 # This file was automatically generated by tmake at 01:34, 2000/01/14
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/tiff
47 VP10 = @top_srcdir@/src/zlib
48 VP11 = @top_srcdir@/src/iodbc
49
50 # the comment at the end of the next line is needed because otherwise autoconf
51 # would remove this line completely - it contains a built-in hack to remove
52 # any VPATH assignment not containing ':'
53 VPATH = $(VP1)@PATH_IFS@$(VP2)@PATH_IFS@$(VP3)@PATH_IFS@$(VP4)@PATH_IFS@$(VP5)@PATH_IFS@$(VP6)@PATH_IFS@$(VP7)@PATH_IFS@$(VP8)@PATH_IFS@$(VP9)@PATH_IFS@$(VP10)@PATH_IFS@$(VP11) # ':' for autoconf
54
55 top_srcdir = @top_srcdir@
56 prefix = @prefix@
57 exec_prefix = @exec_prefix@
58
59 bindir = @bindir@
60 sbindir = @sbindir@
61 libexecdir = @libexecdir@
62 datadir = @datadir@
63 sysconfdir = @sysconfdir@
64 sharedstatedir = @sharedstatedir@
65 localstatedir = @localstatedir@
66 libdir = @libdir@
67 infodir = @infodir@
68 mandir = @mandir@
69 includedir = @includedir@
70 oldincludedir = /usr/include
71
72 DESTDIR =
73
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77
78 top_builddir = .
79
80 INSTALL = @INSTALL@
81 INSTALL_PROGRAM = @INSTALL_PROGRAM@
82 INSTALL_DATA = @INSTALL_DATA@
83 # my autoconf doesn't set this
84 #INSTALL_SCRIPT = @INSTALL_SCRIPT@
85 # maybe do an additional chmod if needed?
86 INSTALL_SCRIPT = @INSTALL@
87 transform = @program_transform_name@
88
89 NORMAL_INSTALL = :
90 PRE_INSTALL = :
91 POST_INSTALL = :
92 NORMAL_UNINSTALL = :
93 PRE_UNINSTALL = :
94 POST_UNINSTALL = :
95 build_alias = @build_alias@
96 build_triplet = @build@
97 host_alias = @host_alias@
98 host_triplet = @host@
99 target_alias = @target_alias@
100 target_triplet = @target@
101
102 USE_GUI=@USE_GUI@
103
104 ############################# Dirs #################################
105
106 WXDIR = $(top_srcdir)
107
108 # Subordinate library possibilities
109
110 SRCDIR = $(WXDIR)/src
111 GENDIR = $(WXDIR)/src/generic
112 COMMDIR = $(WXDIR)/src/common
113 HTMLDIR = $(WXDIR)/src/html
114 UNIXDIR = $(WXDIR)/src/unix
115 PNGDIR = $(WXDIR)/src/png
116 JPEGDIR = $(WXDIR)/src/jpeg
117 TIFFDIR = $(WXDIR)/src/tiff
118 ZLIBDIR = $(WXDIR)/src/zlib
119 GTKDIR = $(WXDIR)/src/gtk
120 MOTIFDIR = $(WXDIR)/src/motif
121 MSWDIR = $(WXDIR)/src/msw
122 PMDIR = $(WXDIR)/src/os2
123 ODBCDIR = $(WXDIR)/src/iodbc
124 INCDIR = $(WXDIR)/include
125 SAMPDIR = $(WXDIR)/samples
126 UTILSDIR = $(WXDIR)/utils
127 MISCDIR = $(WXDIR)/misc
128
129 DOCDIR = $(WXDIR)/docs
130
131 ########################## Archive name ###############################
132
133 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
134 WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
135 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
136
137 ############################## Files ##################################
138
139 BASE_HEADERS = \
140 app.h \
141 buffer.h \
142 cmdline.h \
143 date.h \
144 datetime.h \
145 debug.h \
146 defs.h \
147 dir.h \
148 dynarray.h \
149 dynlib.h \
150 event.h \
151 ffile.h \
152 file.h \
153 fileconf.h \
154 hash.h \
155 intl.h \
156 ioswrap.h \
157 list.h \
158 log.h \
159 longlong.h \
160 memory.h \
161 mimetype.h \
162 module.h \
163 object.h \
164 process.h \
165 strconv.h \
166 stream.h \
167 string.h \
168 textfile.h \
169 thread.h \
170 time.h \
171 timer.h \
172 tokenzr.h \
173 txtstrm.h \
174 utils.h \
175 variant.h \
176 version.h \
177 wfstream.h \
178 wx.h \
179 wxchar.h \
180 wxprec.h
181
182 WX_HEADERS = \
183 accel.h \
184 app.h \
185 arrimpl.cpp \
186 bitmap.h \
187 bmpbuttn.h \
188 brush.h \
189 buffer.h \
190 busyinfo.h \
191 button.h \
192 calctrl.h \
193 caret.h \
194 checkbox.h \
195 checklst.h \
196 choicdlg.h \
197 choice.h \
198 clipbrd.h \
199 cmdline.h \
200 cmndata.h \
201 colordlg.h \
202 colour.h \
203 combobox.h \
204 confbase.h \
205 config.h \
206 control.h \
207 ctrlsub.h \
208 cursor.h \
209 dataobj.h \
210 date.h \
211 datetime.h \
212 datstrm.h \
213 db.h \
214 dbtable.h \
215 dc.h \
216 dcclient.h \
217 dcmemory.h \
218 dcprint.h \
219 dcps.h \
220 dcscreen.h \
221 dde.h \
222 debug.h \
223 defs.h \
224 dialog.h \
225 dialup.h \
226 dir.h \
227 dirdlg.h \
228 dnd.h \
229 docmdi.h \
230 docview.h \
231 dragimag.h \
232 dynarray.h \
233 dynlib.h \
234 encconv.h \
235 event.h \
236 expr.h \
237 ffile.h \
238 file.h \
239 fileconf.h \
240 filedlg.h \
241 filefn.h \
242 filesys.h \
243 font.h \
244 fontdlg.h \
245 fontenum.h \
246 fontmap.h \
247 fontutil.h \
248 frame.h \
249 fs_inet.h \
250 fs_zip.h \
251 gauge.h \
252 gdicmn.h \
253 gdiobj.h \
254 gifdecod.h \
255 grid.h \
256 gsocket.h \
257 hash.h \
258 help.h \
259 helpbase.h \
260 helphtml.h \
261 helpwin.h \
262 helpxlp.h \
263 icon.h \
264 imagbmp.h \
265 image.h \
266 imaggif.h \
267 imagjpeg.h \
268 imaglist.h \
269 imagpcx.h \
270 imagpng.h \
271 imagpnm.h \
272 imagtiff.h \
273 intl.h \
274 ioswrap.h \
275 ipcbase.h \
276 joystick.h \
277 layout.h \
278 laywin.h \
279 list.h \
280 listbox.h \
281 listctrl.h \
282 listimpl.cpp \
283 log.h \
284 longlong.h \
285 matrix.h \
286 mdi.h \
287 memory.h \
288 menu.h \
289 menuitem.h \
290 metafile.h \
291 mimetype.h \
292 minifram.h \
293 module.h \
294 msgdlg.h \
295 mstream.h \
296 notebook.h \
297 object.h \
298 objstrm.h \
299 odbc.h \
300 ownerdrw.h \
301 palette.h \
302 panel.h \
303 paper.h \
304 pen.h \
305 print.h \
306 printdlg.h \
307 prntbase.h \
308 process.h \
309 progdlg.h \
310 prop.h \
311 propform.h \
312 proplist.h \
313 radiobox.h \
314 radiobut.h \
315 region.h \
316 resource.h \
317 sashwin.h \
318 sckaddr.h \
319 sckipc.h \
320 sckstrm.h \
321 scrolbar.h \
322 scrolwin.h \
323 serbase.h \
324 settings.h \
325 setup.h \
326 sizer.h \
327 slider.h \
328 socket.h \
329 spinbutt.h \
330 spinctrl.h \
331 splitter.h \
332 statbmp.h \
333 statbox.h \
334 statline.h \
335 stattext.h \
336 statusbr.h \
337 strconv.h \
338 stream.h \
339 string.h \
340 tab.h \
341 tabctrl.h \
342 taskbar.h \
343 tbarbase.h \
344 tbarsmpl.h \
345 textctrl.h \
346 textdlg.h \
347 textfile.h \
348 thread.h \
349 time.h \
350 timer.h \
351 tipdlg.h \
352 tokenzr.h \
353 toolbar.h \
354 tooltip.h \
355 treectrl.h \
356 txtstrm.h \
357 types.h \
358 url.h \
359 utils.h \
360 valgen.h \
361 validate.h \
362 valtext.h \
363 variant.h \
364 version.h \
365 wave.h \
366 wfstream.h \
367 window.h \
368 wizard.h \
369 wx.h \
370 wx_cw.h \
371 wx_cw_cm.h \
372 wx_cw_d.h \
373 wxchar.h \
374 wxexpr.h \
375 wxhtml.h \
376 wxprec.h \
377 xpmhand.h \
378 zipstrm.h \
379 zstream.h
380
381 GTK_HEADERS = \
382 gtk/accel.h \
383 gtk/app.h \
384 gtk/bitmap.h \
385 gtk/bmpbuttn.h \
386 gtk/brush.h \
387 gtk/button.h \
388 gtk/checkbox.h \
389 gtk/checklst.h \
390 gtk/choice.h \
391 gtk/clipbrd.h \
392 gtk/colour.h \
393 gtk/combobox.h \
394 gtk/control.h \
395 gtk/cursor.h \
396 gtk/dataform.h \
397 gtk/dataobj.h \
398 gtk/dataobj2.h \
399 gtk/dc.h \
400 gtk/dcclient.h \
401 gtk/dcmemory.h \
402 gtk/dcscreen.h \
403 gtk/dialog.h \
404 gtk/dnd.h \
405 gtk/filedlg.h \
406 gtk/font.h \
407 gtk/fontdlg.h \
408 gtk/frame.h \
409 gtk/gauge.h \
410 gtk/gdiobj.h \
411 gtk/icon.h \
412 gtk/joystick.h \
413 gtk/listbox.h \
414 gtk/mdi.h \
415 gtk/menu.h \
416 gtk/menuitem.h \
417 gtk/minifram.h \
418 gtk/notebook.h \
419 gtk/palette.h \
420 gtk/pen.h \
421 gtk/radiobox.h \
422 gtk/radiobut.h \
423 gtk/region.h \
424 gtk/scrolbar.h \
425 gtk/settings.h \
426 gtk/slider.h \
427 gtk/spinbutt.h \
428 gtk/spinctrl.h \
429 gtk/statbmp.h \
430 gtk/statbox.h \
431 gtk/statline.h \
432 gtk/stattext.h \
433 gtk/tbargtk.h \
434 gtk/textctrl.h \
435 gtk/timer.h \
436 gtk/tooltip.h \
437 gtk/treectrl.h \
438 gtk/wave.h \
439 gtk/win_gtk.h \
440 gtk/window.h
441
442 MOTIF_HEADERS = \
443 motif/accel.h \
444 motif/app.h \
445 motif/bitmap.h \
446 motif/bmpbuttn.h \
447 motif/brush.h \
448 motif/button.h \
449 motif/checkbox.h \
450 motif/checklst.h \
451 motif/choice.h \
452 motif/clipbrd.h \
453 motif/colordlg.h \
454 motif/colour.h \
455 motif/combobox.h \
456 motif/control.h \
457 motif/cursor.h \
458 motif/dataform.h \
459 motif/dataobj.h \
460 motif/dataobj2.h \
461 motif/dc.h \
462 motif/dcclient.h \
463 motif/dcmemory.h \
464 motif/dcprint.h \
465 motif/dcscreen.h \
466 motif/dialog.h \
467 motif/dnd.h \
468 motif/filedlg.h \
469 motif/font.h \
470 motif/fontdlg.h \
471 motif/frame.h \
472 motif/gauge.h \
473 motif/gdiobj.h \
474 motif/icon.h \
475 motif/joystick.h \
476 motif/listbox.h \
477 motif/mdi.h \
478 motif/menu.h \
479 motif/menuitem.h \
480 motif/metafile.h \
481 motif/minifram.h \
482 motif/msgdlg.h \
483 motif/palette.h \
484 motif/pen.h \
485 motif/print.h \
486 motif/printdlg.h \
487 motif/private.h \
488 motif/radiobox.h \
489 motif/radiobut.h \
490 motif/region.h \
491 motif/scrolbar.h \
492 motif/settings.h \
493 motif/slider.h \
494 motif/spinbutt.h \
495 motif/statbmp.h \
496 motif/statbox.h \
497 motif/stattext.h \
498 motif/textctrl.h \
499 motif/timer.h \
500 motif/toolbar.h \
501 motif/window.h
502
503 MSW_HEADERS = \
504 msw/accel.h \
505 msw/app.h \
506 msw/bitmap.h \
507 msw/bmpbuttn.h \
508 msw/brush.h \
509 msw/button.h \
510 msw/caret.h \
511 msw/checkbox.h \
512 msw/checklst.h \
513 msw/choice.h \
514 msw/clipbrd.h \
515 msw/colordlg.h \
516 msw/colour.h \
517 msw/combobox.h \
518 msw/control.h \
519 msw/curico.h \
520 msw/curicop.h \
521 msw/cursor.h \
522 msw/dc.h \
523 msw/dcclient.h \
524 msw/dcmemory.h \
525 msw/dcprint.h \
526 msw/dcscreen.h \
527 msw/dde.h \
528 msw/dialog.h \
529 msw/dib.h \
530 msw/dibutils.h \
531 msw/dirdlg.h \
532 msw/dragimag.h \
533 msw/enhmeta.h \
534 msw/filedlg.h \
535 msw/font.h \
536 msw/fontdlg.h \
537 msw/frame.h \
538 msw/gauge.h \
539 msw/gauge95.h \
540 msw/gaugemsw.h \
541 msw/gdiimage.h \
542 msw/gdiobj.h \
543 msw/helpwin.h \
544 msw/icon.h \
545 msw/imaglist.h \
546 msw/iniconf.h \
547 msw/joystick.h \
548 msw/listbox.h \
549 msw/listctrl.h \
550 msw/mdi.h \
551 msw/menu.h \
552 msw/menuitem.h \
553 msw/metafile.h \
554 msw/minifram.h \
555 msw/msgdlg.h \
556 msw/msvcrt.h \
557 msw/notebook.h \
558 msw/palette.h \
559 msw/pen.h \
560 msw/printdlg.h \
561 msw/printwin.h \
562 msw/private.h \
563 msw/radiobox.h \
564 msw/radiobut.h \
565 msw/regconf.h \
566 msw/region.h \
567 msw/registry.h \
568 msw/scrolbar.h \
569 msw/settings.h \
570 msw/setup0.h \
571 msw/slider.h \
572 msw/slider95.h \
573 msw/slidrmsw.h \
574 msw/spinbutt.h \
575 msw/statbmp.h \
576 msw/statbox.h \
577 msw/statbr95.h \
578 msw/statline.h \
579 msw/stattext.h \
580 msw/tabctrl.h \
581 msw/taskbar.h \
582 msw/tbar95.h \
583 msw/tbarmsw.h \
584 msw/textctrl.h \
585 msw/timer.h \
586 msw/tooltip.h \
587 msw/treectrl.h \
588 msw/wave.h \
589 msw/window.h \
590 msw/winundef.h \
591 msw/xpmhand.h
592
593 PM_HEADERS = \
594 os2/accel.h \
595 os2/app.h \
596 os2/bitmap.h \
597 os2/bmpbuttn.h \
598 os2/brush.h \
599 os2/button.h \
600 os2/checkbox.h \
601 os2/checklst.h \
602 os2/choice.h \
603 os2/clipbrd.h \
604 os2/colour.h \
605 os2/combobox.h \
606 os2/control.h \
607 os2/cursor.h \
608 os2/dataform.h \
609 os2/dataobj.h \
610 os2/dataobj2.h \
611 os2/dc.h \
612 os2/dcclient.h \
613 os2/dcmemory.h \
614 os2/dcprint.h \
615 os2/dcscreen.h \
616 os2/dialog.h \
617 os2/dirdlg.h \
618 os2/dnd.h \
619 os2/filedlg.h \
620 os2/font.h \
621 os2/fontdlg.h \
622 os2/frame.h \
623 os2/gauge.h \
624 os2/gdiimage.h \
625 os2/gdiobj.h \
626 os2/gsockos2.h \
627 os2/helpwin.h \
628 os2/icon.h \
629 os2/iniconf.h \
630 os2/joystick.h \
631 os2/listbox.h \
632 os2/mdi.h \
633 os2/menu.h \
634 os2/menuitem.h \
635 os2/metafile.h \
636 os2/minifram.h \
637 os2/msgdlg.h \
638 os2/notebook.h \
639 os2/palette.h \
640 os2/pen.h \
641 os2/pnghand.h \
642 os2/pngread.h \
643 os2/print.h \
644 os2/private.h \
645 os2/radiobox.h \
646 os2/radiobut.h \
647 os2/region.h \
648 os2/scrolbar.h \
649 os2/settings.h \
650 os2/setup0.h \
651 os2/slider.h \
652 os2/spinbutt.h \
653 os2/spinctrl.h \
654 os2/statbmp.h \
655 os2/statbox.h \
656 os2/statline.h \
657 os2/stattext.h \
658 os2/tabctrl.h \
659 os2/taskbar.h \
660 os2/textctrl.h \
661 os2/timer.h \
662 os2/toolbar.h \
663 os2/tooltip.h \
664 os2/wave.h \
665 os2/window.h
666
667 UNIX_HEADERS = \
668 unix/execute.h \
669 unix/fontutil.h
670
671 GENERIC_HEADERS = \
672 generic/calctrl.h \
673 generic/caret.h \
674 generic/choicdgg.h \
675 generic/colrdlgg.h \
676 generic/dcpsg.h \
677 generic/dirdlgg.h \
678 generic/filedlgg.h \
679 generic/fontdlgg.h \
680 generic/grid.h \
681 generic/gridg.h \
682 generic/helpext.h \
683 generic/helphtml.h \
684 generic/helpwxht.h \
685 generic/helpxlp.h \
686 generic/imaglist.h \
687 generic/laywin.h \
688 generic/listctrl.h \
689 generic/msgdlgg.h \
690 generic/notebook.h \
691 generic/panelg.h \
692 generic/printps.h \
693 generic/prntdlgg.h \
694 generic/progdlgg.h \
695 generic/sashwin.h \
696 generic/scrolwin.h \
697 generic/splitter.h \
698 generic/statusbr.h \
699 generic/tabg.h \
700 generic/textdlgg.h \
701 generic/treectrl.h \
702 generic/wizard.h
703
704 PROTOCOL_HEADERS = \
705 protocol/file.h \
706 protocol/ftp.h \
707 protocol/http.h \
708 protocol/protocol.h
709
710 HTML_HEADERS = \
711 html/forcelnk.h \
712 html/helpctrl.h \
713 html/helpdata.h \
714 html/helpfrm.h \
715 html/htmlcell.h \
716 html/htmldefs.h \
717 html/htmlfilt.h \
718 html/htmlpars.h \
719 html/htmltag.h \
720 html/htmlwin.h \
721 html/htmprint.h \
722 html/m_templ.h \
723 html/winpars.h
724
725 GTK_GENERICOBJS = \
726 busyinfo.o \
727 calctrl.o \
728 caret.o \
729 choicdgg.o \
730 colrdlgg.o \
731 dcpsg.o \
732 dirdlgg.o \
733 filedlgg.o \
734 grid.o \
735 helpext.o \
736 helphtml.o \
737 helpwxht.o \
738 imaglist.o \
739 laywin.o \
740 listctrl.o \
741 logg.o \
742 msgdlgg.o \
743 numdlgg.o \
744 panelg.o \
745 printps.o \
746 prntdlgg.o \
747 progdlgg.o \
748 prop.o \
749 propform.o \
750 proplist.o \
751 sashwin.o \
752 scrolwin.o \
753 splitter.o \
754 statusbr.o \
755 tabg.o \
756 tbarsmpl.o \
757 textdlgg.o \
758 tipdlg.o \
759 treectrl.o \
760 wizard.o
761
762 GTK_GENERICDEPS = \
763 busyinfo.d \
764 calctrl.d \
765 caret.d \
766 choicdgg.d \
767 colrdlgg.d \
768 dcpsg.d \
769 dirdlgg.d \
770 filedlgg.d \
771 grid.d \
772 helpext.d \
773 helphtml.d \
774 helpwxht.d \
775 imaglist.d \
776 laywin.d \
777 listctrl.d \
778 logg.d \
779 msgdlgg.d \
780 numdlgg.d \
781 panelg.d \
782 printps.d \
783 prntdlgg.d \
784 progdlgg.d \
785 prop.d \
786 propform.d \
787 proplist.d \
788 sashwin.d \
789 scrolwin.d \
790 splitter.d \
791 statusbr.d \
792 tabg.d \
793 tbarsmpl.d \
794 textdlgg.d \
795 tipdlg.d \
796 treectrl.d \
797 wizard.d
798
799 GTK_COMMONOBJS = \
800 parser.o \
801 appcmn.o \
802 choiccmn.o \
803 clipcmn.o \
804 cmdline.o \
805 cmndata.o \
806 config.o \
807 ctrlcmn.o \
808 ctrlsub.o \
809 datetime.o \
810 datstrm.o \
811 db.o \
812 dbtable.o \
813 dcbase.o \
814 dlgcmn.o \
815 dobjcmn.o \
816 docmdi.o \
817 docview.o \
818 dynarray.o \
819 dynlib.o \
820 encconv.o \
821 event.o \
822 extended.o \
823 ffile.o \
824 file.o \
825 fileconf.o \
826 filefn.o \
827 filesys.o \
828 fontcmn.o \
829 fontmap.o \
830 framecmn.o \
831 fs_inet.o \
832 fs_zip.o \
833 ftp.o \
834 gdicmn.o \
835 gifdecod.o \
836 hash.o \
837 helpbase.o \
838 http.o \
839 imagall.o \
840 imagbmp.o \
841 image.o \
842 imaggif.o \
843 imagjpeg.o \
844 imagpcx.o \
845 imagpng.o \
846 imagpnm.o \
847 imagtiff.o \
848 intl.o \
849 ipcbase.o \
850 layout.o \
851 lboxcmn.o \
852 list.o \
853 log.o \
854 longlong.o \
855 memory.o \
856 menucmn.o \
857 mimetype.o \
858 module.o \
859 mstream.o \
860 object.o \
861 objstrm.o \
862 paper.o \
863 prntbase.o \
864 process.o \
865 protocol.o \
866 resource.o \
867 sckaddr.o \
868 sckfile.o \
869 sckipc.o \
870 sckstrm.o \
871 serbase.o \
872 sizer.o \
873 socket.o \
874 strconv.o \
875 stream.o \
876 string.o \
877 tbarbase.o \
878 textcmn.o \
879 textfile.o \
880 timercmn.o \
881 tokenzr.o \
882 txtstrm.o \
883 unzip.o \
884 url.o \
885 utilscmn.o \
886 valgen.o \
887 validate.o \
888 valtext.o \
889 variant.o \
890 wfstream.o \
891 wincmn.o \
892 wxchar.o \
893 wxexpr.o \
894 zipstrm.o \
895 zstream.o
896
897 GTK_COMMONDEPS = \
898 parser.d \
899 appcmn.d \
900 choiccmn.d \
901 clipcmn.d \
902 cmdline.d \
903 cmndata.d \
904 config.d \
905 ctrlcmn.d \
906 ctrlsub.d \
907 datetime.d \
908 datstrm.d \
909 db.d \
910 dbtable.d \
911 dcbase.d \
912 dlgcmn.d \
913 dobjcmn.d \
914 docmdi.d \
915 docview.d \
916 dynarray.d \
917 dynlib.d \
918 encconv.d \
919 event.d \
920 extended.d \
921 ffile.d \
922 file.d \
923 fileconf.d \
924 filefn.d \
925 filesys.d \
926 fontcmn.d \
927 fontmap.d \
928 framecmn.d \
929 fs_inet.d \
930 fs_zip.d \
931 ftp.d \
932 gdicmn.d \
933 gifdecod.d \
934 hash.d \
935 helpbase.d \
936 http.d \
937 imagall.d \
938 imagbmp.d \
939 image.d \
940 imaggif.d \
941 imagjpeg.d \
942 imagpcx.d \
943 imagpng.d \
944 imagpnm.d \
945 imagtiff.d \
946 intl.d \
947 ipcbase.d \
948 layout.d \
949 lboxcmn.d \
950 list.d \
951 log.d \
952 longlong.d \
953 memory.d \
954 menucmn.d \
955 mimetype.d \
956 module.d \
957 mstream.d \
958 object.d \
959 objstrm.d \
960 paper.d \
961 prntbase.d \
962 process.d \
963 protocol.d \
964 resource.d \
965 sckaddr.d \
966 sckfile.d \
967 sckipc.d \
968 sckstrm.d \
969 serbase.d \
970 sizer.d \
971 socket.d \
972 strconv.d \
973 stream.d \
974 string.d \
975 tbarbase.d \
976 textcmn.d \
977 textfile.d \
978 timercmn.d \
979 tokenzr.d \
980 txtstrm.d \
981 unzip.d \
982 url.d \
983 utilscmn.d \
984 valgen.d \
985 validate.d \
986 valtext.d \
987 variant.d \
988 wfstream.d \
989 wincmn.d \
990 wxchar.d \
991 wxexpr.d \
992 zipstrm.d \
993 zstream.d
994
995 GTK_GUIOBJS = \
996 accel.o \
997 app.o \
998 bitmap.o \
999 bmpbuttn.o \
1000 brush.o \
1001 button.o \
1002 checkbox.o \
1003 checklst.o \
1004 choice.o \
1005 clipbrd.o \
1006 colour.o \
1007 combobox.o \
1008 control.o \
1009 cursor.o \
1010 data.o \
1011 dataobj.o \
1012 dc.o \
1013 dcclient.o \
1014 dcmemory.o \
1015 dcscreen.o \
1016 dialog.o \
1017 dnd.o \
1018 font.o \
1019 fontdlg.o \
1020 frame.o \
1021 gauge.o \
1022 gdiobj.o \
1023 gsockgtk.o \
1024 icon.o \
1025 listbox.o \
1026 main.o \
1027 mdi.o \
1028 menu.o \
1029 minifram.o \
1030 notebook.o \
1031 palette.o \
1032 pen.o \
1033 radiobox.o \
1034 radiobut.o \
1035 region.o \
1036 scrolbar.o \
1037 settings.o \
1038 slider.o \
1039 spinbutt.o \
1040 spinctrl.o \
1041 statbmp.o \
1042 statbox.o \
1043 statline.o \
1044 stattext.o \
1045 tbargtk.o \
1046 textctrl.o \
1047 timer.o \
1048 tooltip.o \
1049 utilsgtk.o \
1050 utilsres.o \
1051 wave.o \
1052 win_gtk.o \
1053 window.o
1054
1055 GTK_GUIDEPS = \
1056 accel.d \
1057 app.d \
1058 bitmap.d \
1059 bmpbuttn.d \
1060 brush.d \
1061 button.d \
1062 checkbox.d \
1063 checklst.d \
1064 choice.d \
1065 clipbrd.d \
1066 colour.d \
1067 combobox.d \
1068 control.d \
1069 cursor.d \
1070 data.d \
1071 dataobj.d \
1072 dc.d \
1073 dcclient.d \
1074 dcmemory.d \
1075 dcscreen.d \
1076 dialog.d \
1077 dnd.d \
1078 font.d \
1079 fontdlg.d \
1080 frame.d \
1081 gauge.d \
1082 gdiobj.d \
1083 gsockgtk.d \
1084 icon.d \
1085 listbox.d \
1086 main.d \
1087 mdi.d \
1088 menu.d \
1089 minifram.d \
1090 notebook.d \
1091 palette.d \
1092 pen.d \
1093 radiobox.d \
1094 radiobut.d \
1095 region.d \
1096 scrolbar.d \
1097 settings.d \
1098 slider.d \
1099 spinbutt.d \
1100 spinctrl.d \
1101 statbmp.d \
1102 statbox.d \
1103 statline.d \
1104 stattext.d \
1105 tbargtk.d \
1106 textctrl.d \
1107 timer.d \
1108 tooltip.d \
1109 utilsgtk.d \
1110 utilsres.d \
1111 wave.d \
1112 win_gtk.d \
1113 window.d
1114
1115 MOTIF_GENERICOBJS = \
1116 busyinfo.o \
1117 calctrl.o \
1118 caret.o \
1119 choicdgg.o \
1120 colrdlgg.o \
1121 dcpsg.o \
1122 dirdlgg.o \
1123 fontdlgg.o \
1124 grid.o \
1125 helpext.o \
1126 helphtml.o \
1127 helpwxht.o \
1128 helpxlp.o \
1129 imaglist.o \
1130 laywin.o \
1131 listctrl.o \
1132 logg.o \
1133 msgdlgg.o \
1134 notebook.o \
1135 numdlgg.o \
1136 panelg.o \
1137 printps.o \
1138 prntdlgg.o \
1139 progdlgg.o \
1140 prop.o \
1141 propform.o \
1142 proplist.o \
1143 sashwin.o \
1144 scrolwin.o \
1145 splitter.o \
1146 statline.o \
1147 statusbr.o \
1148 tabg.o \
1149 tbarsmpl.o \
1150 textdlgg.o \
1151 tipdlg.o \
1152 treectrl.o \
1153 wizard.o
1154
1155 MOTIF_GENERICDEPS = \
1156 busyinfo.d \
1157 calctrl.d \
1158 caret.d \
1159 choicdgg.d \
1160 colrdlgg.d \
1161 dcpsg.d \
1162 dirdlgg.d \
1163 fontdlgg.d \
1164 grid.d \
1165 helpext.d \
1166 helphtml.d \
1167 helpwxht.d \
1168 helpxlp.d \
1169 imaglist.d \
1170 laywin.d \
1171 listctrl.d \
1172 logg.d \
1173 msgdlgg.d \
1174 notebook.d \
1175 numdlgg.d \
1176 panelg.d \
1177 printps.d \
1178 prntdlgg.d \
1179 progdlgg.d \
1180 prop.d \
1181 propform.d \
1182 proplist.d \
1183 sashwin.d \
1184 scrolwin.d \
1185 splitter.d \
1186 statline.d \
1187 statusbr.d \
1188 tabg.d \
1189 tbarsmpl.d \
1190 textdlgg.d \
1191 tipdlg.d \
1192 treectrl.d \
1193 wizard.d
1194
1195 MOTIF_COMMONOBJS = \
1196 parser.o \
1197 appcmn.o \
1198 choiccmn.o \
1199 clipcmn.o \
1200 cmdline.o \
1201 cmndata.o \
1202 config.o \
1203 ctrlcmn.o \
1204 ctrlsub.o \
1205 datetime.o \
1206 datstrm.o \
1207 db.o \
1208 dbtable.o \
1209 dcbase.o \
1210 dlgcmn.o \
1211 dobjcmn.o \
1212 docmdi.o \
1213 docview.o \
1214 dynarray.o \
1215 dynlib.o \
1216 encconv.o \
1217 event.o \
1218 extended.o \
1219 ffile.o \
1220 file.o \
1221 fileconf.o \
1222 filefn.o \
1223 filesys.o \
1224 fontcmn.o \
1225 fontmap.o \
1226 framecmn.o \
1227 fs_inet.o \
1228 fs_zip.o \
1229 ftp.o \
1230 gdicmn.o \
1231 gifdecod.o \
1232 hash.o \
1233 helpbase.o \
1234 http.o \
1235 imagall.o \
1236 imagbmp.o \
1237 image.o \
1238 imaggif.o \
1239 imagjpeg.o \
1240 imagpcx.o \
1241 imagpng.o \
1242 imagpnm.o \
1243 imagtiff.o \
1244 intl.o \
1245 ipcbase.o \
1246 layout.o \
1247 lboxcmn.o \
1248 list.o \
1249 log.o \
1250 longlong.o \
1251 memory.o \
1252 menucmn.o \
1253 mimetype.o \
1254 module.o \
1255 mstream.o \
1256 object.o \
1257 objstrm.o \
1258 paper.o \
1259 prntbase.o \
1260 process.o \
1261 protocol.o \
1262 resource.o \
1263 sckaddr.o \
1264 sckfile.o \
1265 sckipc.o \
1266 sckstrm.o \
1267 serbase.o \
1268 sizer.o \
1269 socket.o \
1270 strconv.o \
1271 stream.o \
1272 string.o \
1273 tbarbase.o \
1274 textcmn.o \
1275 textfile.o \
1276 timercmn.o \
1277 tokenzr.o \
1278 txtstrm.o \
1279 unzip.o \
1280 url.o \
1281 utilscmn.o \
1282 valgen.o \
1283 validate.o \
1284 valtext.o \
1285 variant.o \
1286 wfstream.o \
1287 wincmn.o \
1288 wxchar.o \
1289 wxexpr.o \
1290 zipstrm.o \
1291 zstream.o
1292
1293 MOTIF_COMMONDEPS = \
1294 parser.d \
1295 appcmn.d \
1296 choiccmn.d \
1297 clipcmn.d \
1298 cmdline.d \
1299 cmndata.d \
1300 config.d \
1301 ctrlcmn.d \
1302 ctrlsub.d \
1303 datetime.d \
1304 datstrm.d \
1305 db.d \
1306 dbtable.d \
1307 dcbase.d \
1308 dlgcmn.d \
1309 dobjcmn.d \
1310 docmdi.d \
1311 docview.d \
1312 dynarray.d \
1313 dynlib.d \
1314 encconv.d \
1315 event.d \
1316 extended.d \
1317 ffile.d \
1318 file.d \
1319 fileconf.d \
1320 filefn.d \
1321 filesys.d \
1322 fontcmn.d \
1323 fontmap.d \
1324 framecmn.d \
1325 fs_inet.d \
1326 fs_zip.d \
1327 ftp.d \
1328 gdicmn.d \
1329 gifdecod.d \
1330 hash.d \
1331 helpbase.d \
1332 http.d \
1333 imagall.d \
1334 imagbmp.d \
1335 image.d \
1336 imaggif.d \
1337 imagjpeg.d \
1338 imagpcx.d \
1339 imagpng.d \
1340 imagpnm.d \
1341 imagtiff.d \
1342 intl.d \
1343 ipcbase.d \
1344 layout.d \
1345 lboxcmn.d \
1346 list.d \
1347 log.d \
1348 longlong.d \
1349 memory.d \
1350 menucmn.d \
1351 mimetype.d \
1352 module.d \
1353 mstream.d \
1354 object.d \
1355 objstrm.d \
1356 paper.d \
1357 prntbase.d \
1358 process.d \
1359 protocol.d \
1360 resource.d \
1361 sckaddr.d \
1362 sckfile.d \
1363 sckipc.d \
1364 sckstrm.d \
1365 serbase.d \
1366 sizer.d \
1367 socket.d \
1368 strconv.d \
1369 stream.d \
1370 string.d \
1371 tbarbase.d \
1372 textcmn.d \
1373 textfile.d \
1374 timercmn.d \
1375 tokenzr.d \
1376 txtstrm.d \
1377 unzip.d \
1378 url.d \
1379 utilscmn.d \
1380 valgen.d \
1381 validate.d \
1382 valtext.d \
1383 variant.d \
1384 wfstream.d \
1385 wincmn.d \
1386 wxchar.d \
1387 wxexpr.d \
1388 zipstrm.d \
1389 zstream.d
1390
1391 MOTIF_GUIOBJS = \
1392 xmcombo.o \
1393 accel.o \
1394 app.o \
1395 bitmap.o \
1396 bmpbuttn.o \
1397 brush.o \
1398 button.o \
1399 checkbox.o \
1400 checklst.o \
1401 choice.o \
1402 clipbrd.o \
1403 colour.o \
1404 combobox.o \
1405 control.o \
1406 cursor.o \
1407 data.o \
1408 dataobj.o \
1409 dc.o \
1410 dcclient.o \
1411 dcmemory.o \
1412 dcscreen.o \
1413 dialog.o \
1414 filedlg.o \
1415 font.o \
1416 frame.o \
1417 gauge.o \
1418 gdiobj.o \
1419 gsockmot.o \
1420 icon.o \
1421 listbox.o \
1422 main.o \
1423 mdi.o \
1424 menu.o \
1425 menuitem.o \
1426 minifram.o \
1427 msgdlg.o \
1428 palette.o \
1429 pen.o \
1430 radiobox.o \
1431 radiobut.o \
1432 region.o \
1433 scrolbar.o \
1434 settings.o \
1435 slider.o \
1436 spinbutt.o \
1437 statbmp.o \
1438 statbox.o \
1439 stattext.o \
1440 textctrl.o \
1441 timer.o \
1442 toolbar.o \
1443 utils.o \
1444 window.o
1445
1446 MOTIF_GUIDEPS = \
1447 xmcombo.d \
1448 accel.d \
1449 app.d \
1450 bitmap.d \
1451 bmpbuttn.d \
1452 brush.d \
1453 button.d \
1454 checkbox.d \
1455 checklst.d \
1456 choice.d \
1457 clipbrd.d \
1458 colour.d \
1459 combobox.d \
1460 control.d \
1461 cursor.d \
1462 data.d \
1463 dataobj.d \
1464 dc.d \
1465 dcclient.d \
1466 dcmemory.d \
1467 dcscreen.d \
1468 dialog.d \
1469 filedlg.d \
1470 font.d \
1471 frame.d \
1472 gauge.d \
1473 gdiobj.d \
1474 gsockmot.d \
1475 icon.d \
1476 listbox.d \
1477 main.d \
1478 mdi.d \
1479 menu.d \
1480 menuitem.d \
1481 minifram.d \
1482 msgdlg.d \
1483 palette.d \
1484 pen.d \
1485 radiobox.d \
1486 radiobut.d \
1487 region.d \
1488 scrolbar.d \
1489 settings.d \
1490 slider.d \
1491 spinbutt.d \
1492 statbmp.d \
1493 statbox.d \
1494 stattext.d \
1495 textctrl.d \
1496 timer.d \
1497 toolbar.d \
1498 utils.d \
1499 window.d
1500
1501 MSW_GENERICOBJS = \
1502 busyinfo.o \
1503 calctrl.o \
1504 choicdgg.o \
1505 dirdlgg.o \
1506 grid.o \
1507 laywin.o \
1508 logg.o \
1509 numdlgg.o \
1510 panelg.o \
1511 progdlgg.o \
1512 prop.o \
1513 propform.o \
1514 proplist.o \
1515 sashwin.o \
1516 scrolwin.o \
1517 splitter.o \
1518 statusbr.o \
1519 tbarsmpl.o \
1520 textdlgg.o \
1521 tipdlg.o \
1522 wizard.o
1523
1524 MSW_GENERICDEPS = \
1525 busyinfo.d \
1526 calctrl.d \
1527 choicdgg.d \
1528 dirdlgg.d \
1529 grid.d \
1530 laywin.d \
1531 logg.d \
1532 numdlgg.d \
1533 panelg.d \
1534 progdlgg.d \
1535 prop.d \
1536 propform.d \
1537 proplist.d \
1538 sashwin.d \
1539 scrolwin.d \
1540 splitter.d \
1541 statusbr.d \
1542 tbarsmpl.d \
1543 textdlgg.d \
1544 tipdlg.d \
1545 wizard.d
1546
1547 MSW_COMMONOBJS = \
1548 parser.o \
1549 appcmn.o \
1550 choiccmn.o \
1551 clipcmn.o \
1552 cmdline.o \
1553 cmndata.o \
1554 config.o \
1555 ctrlcmn.o \
1556 ctrlsub.o \
1557 datetime.o \
1558 datstrm.o \
1559 db.o \
1560 dbtable.o \
1561 dcbase.o \
1562 dlgcmn.o \
1563 dobjcmn.o \
1564 docmdi.o \
1565 docview.o \
1566 dynarray.o \
1567 dynlib.o \
1568 encconv.o \
1569 event.o \
1570 extended.o \
1571 ffile.o \
1572 file.o \
1573 fileconf.o \
1574 filefn.o \
1575 filesys.o \
1576 fontcmn.o \
1577 fontmap.o \
1578 framecmn.o \
1579 fs_inet.o \
1580 fs_zip.o \
1581 ftp.o \
1582 gdicmn.o \
1583 gifdecod.o \
1584 hash.o \
1585 helpbase.o \
1586 http.o \
1587 imagall.o \
1588 imagbmp.o \
1589 image.o \
1590 imaggif.o \
1591 imagjpeg.o \
1592 imagpcx.o \
1593 imagpng.o \
1594 imagpnm.o \
1595 imagtiff.o \
1596 intl.o \
1597 ipcbase.o \
1598 layout.o \
1599 lboxcmn.o \
1600 list.o \
1601 log.o \
1602 longlong.o \
1603 memory.o \
1604 menucmn.o \
1605 mimetype.o \
1606 module.o \
1607 mstream.o \
1608 object.o \
1609 objstrm.o \
1610 odbc.o \
1611 paper.o \
1612 prntbase.o \
1613 process.o \
1614 protocol.o \
1615 resource.o \
1616 sckaddr.o \
1617 sckfile.o \
1618 sckipc.o \
1619 sckstrm.o \
1620 serbase.o \
1621 sizer.o \
1622 socket.o \
1623 strconv.o \
1624 stream.o \
1625 string.o \
1626 tbarbase.o \
1627 textcmn.o \
1628 textfile.o \
1629 timercmn.o \
1630 tokenzr.o \
1631 txtstrm.o \
1632 unzip.o \
1633 url.o \
1634 utilscmn.o \
1635 valgen.o \
1636 validate.o \
1637 valtext.o \
1638 variant.o \
1639 wfstream.o \
1640 wincmn.o \
1641 wxchar.o \
1642 wxexpr.o \
1643 zipstrm.o \
1644 zstream.o
1645
1646 MSW_COMMONDEPS = \
1647 parser.d \
1648 appcmn.d \
1649 choiccmn.d \
1650 clipcmn.d \
1651 cmdline.d \
1652 cmndata.d \
1653 config.d \
1654 ctrlcmn.d \
1655 ctrlsub.d \
1656 datetime.d \
1657 datstrm.d \
1658 db.d \
1659 dbtable.d \
1660 dcbase.d \
1661 dlgcmn.d \
1662 dobjcmn.d \
1663 docmdi.d \
1664 docview.d \
1665 dynarray.d \
1666 dynlib.d \
1667 encconv.d \
1668 event.d \
1669 extended.d \
1670 ffile.d \
1671 file.d \
1672 fileconf.d \
1673 filefn.d \
1674 filesys.d \
1675 fontcmn.d \
1676 fontmap.d \
1677 framecmn.d \
1678 fs_inet.d \
1679 fs_zip.d \
1680 ftp.d \
1681 gdicmn.d \
1682 gifdecod.d \
1683 hash.d \
1684 helpbase.d \
1685 http.d \
1686 imagall.d \
1687 imagbmp.d \
1688 image.d \
1689 imaggif.d \
1690 imagjpeg.d \
1691 imagpcx.d \
1692 imagpng.d \
1693 imagpnm.d \
1694 imagtiff.d \
1695 intl.d \
1696 ipcbase.d \
1697 layout.d \
1698 lboxcmn.d \
1699 list.d \
1700 log.d \
1701 longlong.d \
1702 memory.d \
1703 menucmn.d \
1704 mimetype.d \
1705 module.d \
1706 mstream.d \
1707 object.d \
1708 objstrm.d \
1709 odbc.d \
1710 paper.d \
1711 prntbase.d \
1712 process.d \
1713 protocol.d \
1714 resource.d \
1715 sckaddr.d \
1716 sckfile.d \
1717 sckipc.d \
1718 sckstrm.d \
1719 serbase.d \
1720 sizer.d \
1721 socket.d \
1722 strconv.d \
1723 stream.d \
1724 string.d \
1725 tbarbase.d \
1726 textcmn.d \
1727 textfile.d \
1728 timercmn.d \
1729 tokenzr.d \
1730 txtstrm.d \
1731 unzip.d \
1732 url.d \
1733 utilscmn.d \
1734 valgen.d \
1735 validate.d \
1736 valtext.d \
1737 variant.d \
1738 wfstream.d \
1739 wincmn.d \
1740 wxchar.d \
1741 wxexpr.d \
1742 zipstrm.d \
1743 zstream.d
1744
1745 MSW_GUIOBJS = \
1746 accel.o \
1747 app.o \
1748 bitmap.o \
1749 bmpbuttn.o \
1750 brush.o \
1751 button.o \
1752 caret.o \
1753 checkbox.o \
1754 checklst.o \
1755 choice.o \
1756 clipbrd.o \
1757 colordlg.o \
1758 colour.o \
1759 combobox.o \
1760 control.o \
1761 curico.o \
1762 cursor.o \
1763 data.o \
1764 dc.o \
1765 dcclient.o \
1766 dcmemory.o \
1767 dcprint.o \
1768 dcscreen.o \
1769 dde.o \
1770 dialog.o \
1771 dialup.o \
1772 dib.o \
1773 dibutils.o \
1774 dir.o \
1775 dragimag.o \
1776 enhmeta.o \
1777 filedlg.o \
1778 font.o \
1779 fontdlg.o \
1780 fontenum.o \
1781 fontutil.o \
1782 frame.o \
1783 gauge95.o \
1784 gdiimage.o \
1785 gdiobj.o \
1786 gsocket.o \
1787 helpwin.o \
1788 icon.o \
1789 imaglist.o \
1790 joystick.o \
1791 listbox.o \
1792 listctrl.o \
1793 main.o \
1794 mdi.o \
1795 menu.o \
1796 menuitem.o \
1797 metafile.o \
1798 minifram.o \
1799 msgdlg.o \
1800 nativdlg.o \
1801 notebook.o \
1802 ownerdrw.o \
1803 palette.o \
1804 pen.o \
1805 penwin.o \
1806 printdlg.o \
1807 printwin.o \
1808 radiobox.o \
1809 radiobut.o \
1810 regconf.o \
1811 region.o \
1812 registry.o \
1813 scrolbar.o \
1814 settings.o \
1815 slider95.o \
1816 spinbutt.o \
1817 spinctrl.o \
1818 statbmp.o \
1819 statbox.o \
1820 statbr95.o \
1821 statline.o \
1822 stattext.o \
1823 tabctrl.o \
1824 taskbar.o \
1825 tbar95.o \
1826 textctrl.o \
1827 thread.o \
1828 timer.o \
1829 tooltip.o \
1830 treectrl.o \
1831 utils.o \
1832 utilsexc.o \
1833 wave.o \
1834 window.o \
1835 xpmhand.o
1836
1837 MSW_GUIDEPS = \
1838 accel.d \
1839 app.d \
1840 bitmap.d \
1841 bmpbuttn.d \
1842 brush.d \
1843 button.d \
1844 caret.d \
1845 checkbox.d \
1846 checklst.d \
1847 choice.d \
1848 clipbrd.d \
1849 colordlg.d \
1850 colour.d \
1851 combobox.d \
1852 control.d \
1853 curico.d \
1854 cursor.d \
1855 data.d \
1856 dc.d \
1857 dcclient.d \
1858 dcmemory.d \
1859 dcprint.d \
1860 dcscreen.d \
1861 dde.d \
1862 dialog.d \
1863 dialup.d \
1864 dib.d \
1865 dibutils.d \
1866 dir.d \
1867 dragimag.d \
1868 enhmeta.d \
1869 filedlg.d \
1870 font.d \
1871 fontdlg.d \
1872 fontenum.d \
1873 fontutil.d \
1874 frame.d \
1875 gauge95.d \
1876 gdiimage.d \
1877 gdiobj.d \
1878 gsocket.d \
1879 helpwin.d \
1880 icon.d \
1881 imaglist.d \
1882 joystick.d \
1883 listbox.d \
1884 listctrl.d \
1885 main.d \
1886 mdi.d \
1887 menu.d \
1888 menuitem.d \
1889 metafile.d \
1890 minifram.d \
1891 msgdlg.d \
1892 nativdlg.d \
1893 notebook.d \
1894 ownerdrw.d \
1895 palette.d \
1896 pen.d \
1897 penwin.d \
1898 printdlg.d \
1899 printwin.d \
1900 radiobox.d \
1901 radiobut.d \
1902 regconf.d \
1903 region.d \
1904 registry.d \
1905 scrolbar.d \
1906 settings.d \
1907 slider95.d \
1908 spinbutt.d \
1909 spinctrl.d \
1910 statbmp.d \
1911 statbox.d \
1912 statbr95.d \
1913 statline.d \
1914 stattext.d \
1915 tabctrl.d \
1916 taskbar.d \
1917 tbar95.d \
1918 textctrl.d \
1919 thread.d \
1920 timer.d \
1921 tooltip.d \
1922 treectrl.d \
1923 utils.d \
1924 utilsexc.d \
1925 wave.d \
1926 window.d \
1927 xpmhand.d
1928
1929 PM_GENERICOBJS = \
1930 busyinfo.o \
1931 calctrl.o \
1932 caret.o \
1933 choicdgg.o \
1934 colrdlgg.o \
1935 dcpsg.o \
1936 grid.o \
1937 helpext.o \
1938 helphtml.o \
1939 helpwxht.o \
1940 helpxlp.o \
1941 imaglist.o \
1942 laywin.o \
1943 listctrl.o \
1944 logg.o \
1945 msgdlgg.o \
1946 numdlgg.o \
1947 panelg.o \
1948 printps.o \
1949 prntdlgg.o \
1950 progdlgg.o \
1951 prop.o \
1952 propform.o \
1953 proplist.o \
1954 sashwin.o \
1955 scrolwin.o \
1956 splitter.o \
1957 statusbr.o \
1958 tbarsmpl.o \
1959 textdlgg.o \
1960 tipdlg.o \
1961 treectrl.o \
1962 wizard.o
1963
1964 PM_GENERICDEPS = \
1965 busyinfo.d \
1966 calctrl.d \
1967 caret.d \
1968 choicdgg.d \
1969 colrdlgg.d \
1970 dcpsg.d \
1971 grid.d \
1972 helpext.d \
1973 helphtml.d \
1974 helpwxht.d \
1975 helpxlp.d \
1976 imaglist.d \
1977 laywin.d \
1978 listctrl.d \
1979 logg.d \
1980 msgdlgg.d \
1981 numdlgg.d \
1982 panelg.d \
1983 printps.d \
1984 prntdlgg.d \
1985 progdlgg.d \
1986 prop.d \
1987 propform.d \
1988 proplist.d \
1989 sashwin.d \
1990 scrolwin.d \
1991 splitter.d \
1992 statusbr.d \
1993 tbarsmpl.d \
1994 textdlgg.d \
1995 tipdlg.d \
1996 treectrl.d \
1997 wizard.d
1998
1999 PM_COMMONOBJS = \
2000 parser.o \
2001 appcmn.o \
2002 choiccmn.o \
2003 clipcmn.o \
2004 cmdline.o \
2005 cmndata.o \
2006 config.o \
2007 ctrlcmn.o \
2008 ctrlsub.o \
2009 datetime.o \
2010 datstrm.o \
2011 db.o \
2012 dbtable.o \
2013 dcbase.o \
2014 dlgcmn.o \
2015 dobjcmn.o \
2016 docmdi.o \
2017 docview.o \
2018 dynarray.o \
2019 dynlib.o \
2020 encconv.o \
2021 event.o \
2022 extended.o \
2023 ffile.o \
2024 file.o \
2025 fileconf.o \
2026 filefn.o \
2027 filesys.o \
2028 fontcmn.o \
2029 fontmap.o \
2030 framecmn.o \
2031 fs_inet.o \
2032 fs_zip.o \
2033 ftp.o \
2034 gdicmn.o \
2035 gifdecod.o \
2036 hash.o \
2037 helpbase.o \
2038 http.o \
2039 imagall.o \
2040 imagbmp.o \
2041 image.o \
2042 imaggif.o \
2043 imagjpeg.o \
2044 imagpcx.o \
2045 imagpng.o \
2046 imagpnm.o \
2047 imagtiff.o \
2048 intl.o \
2049 ipcbase.o \
2050 layout.o \
2051 lboxcmn.o \
2052 list.o \
2053 log.o \
2054 longlong.o \
2055 memory.o \
2056 menucmn.o \
2057 mimetype.o \
2058 module.o \
2059 mstream.o \
2060 object.o \
2061 objstrm.o \
2062 odbc.o \
2063 paper.o \
2064 prntbase.o \
2065 process.o \
2066 protocol.o \
2067 resource.o \
2068 sckaddr.o \
2069 sckfile.o \
2070 sckipc.o \
2071 sckstrm.o \
2072 serbase.o \
2073 sizer.o \
2074 socket.o \
2075 strconv.o \
2076 stream.o \
2077 string.o \
2078 tbarbase.o \
2079 textcmn.o \
2080 textfile.o \
2081 timercmn.o \
2082 tokenzr.o \
2083 txtstrm.o \
2084 unzip.o \
2085 url.o \
2086 utilscmn.o \
2087 valgen.o \
2088 validate.o \
2089 valtext.o \
2090 variant.o \
2091 wfstream.o \
2092 wincmn.o \
2093 wxchar.o \
2094 wxexpr.o \
2095 zipstrm.o \
2096 zstream.o
2097
2098 PM_COMMONDEPS = \
2099 parser.d \
2100 appcmn.d \
2101 choiccmn.d \
2102 clipcmn.d \
2103 cmdline.d \
2104 cmndata.d \
2105 config.d \
2106 ctrlcmn.d \
2107 ctrlsub.d \
2108 datetime.d \
2109 datstrm.d \
2110 db.d \
2111 dbtable.d \
2112 dcbase.d \
2113 dlgcmn.d \
2114 dobjcmn.d \
2115 docmdi.d \
2116 docview.d \
2117 dynarray.d \
2118 dynlib.d \
2119 encconv.d \
2120 event.d \
2121 extended.d \
2122 ffile.d \
2123 file.d \
2124 fileconf.d \
2125 filefn.d \
2126 filesys.d \
2127 fontcmn.d \
2128 fontmap.d \
2129 framecmn.d \
2130 fs_inet.d \
2131 fs_zip.d \
2132 ftp.d \
2133 gdicmn.d \
2134 gifdecod.d \
2135 hash.d \
2136 helpbase.d \
2137 http.d \
2138 imagall.d \
2139 imagbmp.d \
2140 image.d \
2141 imaggif.d \
2142 imagjpeg.d \
2143 imagpcx.d \
2144 imagpng.d \
2145 imagpnm.d \
2146 imagtiff.d \
2147 intl.d \
2148 ipcbase.d \
2149 layout.d \
2150 lboxcmn.d \
2151 list.d \
2152 log.d \
2153 longlong.d \
2154 memory.d \
2155 menucmn.d \
2156 mimetype.d \
2157 module.d \
2158 mstream.d \
2159 object.d \
2160 objstrm.d \
2161 odbc.d \
2162 paper.d \
2163 prntbase.d \
2164 process.d \
2165 protocol.d \
2166 resource.d \
2167 sckaddr.d \
2168 sckfile.d \
2169 sckipc.d \
2170 sckstrm.d \
2171 serbase.d \
2172 sizer.d \
2173 socket.d \
2174 strconv.d \
2175 stream.d \
2176 string.d \
2177 tbarbase.d \
2178 textcmn.d \
2179 textfile.d \
2180 timercmn.d \
2181 tokenzr.d \
2182 txtstrm.d \
2183 unzip.d \
2184 url.d \
2185 utilscmn.d \
2186 valgen.d \
2187 validate.d \
2188 valtext.d \
2189 variant.d \
2190 wfstream.d \
2191 wincmn.d \
2192 wxchar.d \
2193 wxexpr.d \
2194 zipstrm.d \
2195 zstream.d
2196
2197 PM_GUIOBJS = \
2198 accel.o \
2199 app.o \
2200 bitmap.o \
2201 bmpbuttn.o \
2202 brush.o \
2203 button.o \
2204 checkbox.o \
2205 checklst.o \
2206 choice.o \
2207 clipbrd.o \
2208 colour.o \
2209 combobox.o \
2210 control.o \
2211 cursor.o \
2212 data.o \
2213 dataobj.o \
2214 dc.o \
2215 dcclient.o \
2216 dcmemory.o \
2217 dcprint.o \
2218 dcscreen.o \
2219 dialog.o \
2220 dirdlg.o \
2221 dnd.o \
2222 filedlg.o \
2223 font.o \
2224 fontdlg.o \
2225 frame.o \
2226 gauge.o \
2227 gdiimage.o \
2228 gdiobj.o \
2229 gsocket.o \
2230 helpwin.o \
2231 icon.o \
2232 iniconf.o \
2233 joystick.o \
2234 listbox.o \
2235 main.o \
2236 mdi.o \
2237 menu.o \
2238 menuitem.o \
2239 metafile.o \
2240 minifram.o \
2241 msgdlg.o \
2242 nativdlg.o \
2243 notebook.o \
2244 ownerdrw.o \
2245 palette.o \
2246 pen.o \
2247 print.o \
2248 radiobox.o \
2249 radiobut.o \
2250 region.o \
2251 scrolbar.o \
2252 settings.o \
2253 slider.o \
2254 spinbutt.o \
2255 spinctrl.o \
2256 statbmp.o \
2257 statbox.o \
2258 statline.o \
2259 stattext.o \
2260 tabctrl.o \
2261 taskbar.o \
2262 textctrl.o \
2263 thread.o \
2264 timer.o \
2265 toolbar.o \
2266 tooltip.o \
2267 utils.o \
2268 utilsexc.o \
2269 wave.o \
2270 window.o
2271
2272 PM_GUIDEPS = \
2273 accel.d \
2274 app.d \
2275 bitmap.d \
2276 bmpbuttn.d \
2277 brush.d \
2278 button.d \
2279 checkbox.d \
2280 checklst.d \
2281 choice.d \
2282 clipbrd.d \
2283 colour.d \
2284 combobox.d \
2285 control.d \
2286 cursor.d \
2287 data.d \
2288 dataobj.d \
2289 dc.d \
2290 dcclient.d \
2291 dcmemory.d \
2292 dcprint.d \
2293 dcscreen.d \
2294 dialog.d \
2295 dirdlg.d \
2296 dnd.d \
2297 filedlg.d \
2298 font.d \
2299 fontdlg.d \
2300 frame.d \
2301 gauge.d \
2302 gdiimage.d \
2303 gdiobj.d \
2304 gsocket.d \
2305 helpwin.d \
2306 icon.d \
2307 iniconf.d \
2308 joystick.d \
2309 listbox.d \
2310 main.d \
2311 mdi.d \
2312 menu.d \
2313 menuitem.d \
2314 metafile.d \
2315 minifram.d \
2316 msgdlg.d \
2317 nativdlg.d \
2318 notebook.d \
2319 ownerdrw.d \
2320 palette.d \
2321 pen.d \
2322 print.d \
2323 radiobox.d \
2324 radiobut.d \
2325 region.d \
2326 scrolbar.d \
2327 settings.d \
2328 slider.d \
2329 spinbutt.d \
2330 spinctrl.d \
2331 statbmp.d \
2332 statbox.d \
2333 statline.d \
2334 stattext.d \
2335 tabctrl.d \
2336 taskbar.d \
2337 textctrl.d \
2338 thread.d \
2339 timer.d \
2340 toolbar.d \
2341 tooltip.d \
2342 utils.d \
2343 utilsexc.d \
2344 wave.d \
2345 window.d
2346
2347 BASE_OBJS = \
2348 init.o \
2349 appcmn.o \
2350 cmdline.o \
2351 config.o \
2352 datetime.o \
2353 dynarray.o \
2354 dynlib.o \
2355 event.o \
2356 extended.o \
2357 ffile.o \
2358 file.o \
2359 fileconf.o \
2360 filefn.o \
2361 filesys.o \
2362 hash.o \
2363 intl.o \
2364 list.o \
2365 log.o \
2366 longlong.o \
2367 mimetype.o \
2368 module.o \
2369 object.o \
2370 process.o \
2371 strconv.o \
2372 stream.o \
2373 string.o \
2374 textfile.o \
2375 timercmn.o \
2376 tokenzr.o \
2377 txtstrm.o \
2378 utilscmn.o \
2379 variant.o \
2380 wfstream.o \
2381 wxchar.o \
2382 dir.o \
2383 threadpsx.o \
2384 utilsunx.o
2385
2386 BASE_DEPS = \
2387 init.d \
2388 appcmn.d \
2389 cmdline.d \
2390 config.d \
2391 datetime.d \
2392 dynarray.d \
2393 dynlib.d \
2394 event.d \
2395 extended.d \
2396 ffile.d \
2397 file.d \
2398 fileconf.d \
2399 filefn.d \
2400 filesys.d \
2401 hash.d \
2402 intl.d \
2403 list.d \
2404 log.d \
2405 longlong.d \
2406 mimetype.d \
2407 module.d \
2408 object.d \
2409 process.d \
2410 strconv.d \
2411 stream.d \
2412 string.d \
2413 textfile.d \
2414 timercmn.d \
2415 tokenzr.d \
2416 txtstrm.d \
2417 utilscmn.d \
2418 variant.d \
2419 wfstream.d \
2420 wxchar.d \
2421 dir.d \
2422 threadpsx.d \
2423 utilsunx.d
2424
2425 HTMLOBJS = \
2426 helpctrl.o \
2427 helpdata.o \
2428 helpfrm.o \
2429 htmlcell.o \
2430 htmlfilt.o \
2431 htmlpars.o \
2432 htmltag.o \
2433 htmlwin.o \
2434 htmprint.o \
2435 m_dflist.o \
2436 m_fonts.o \
2437 m_hline.o \
2438 m_image.o \
2439 m_layout.o \
2440 m_links.o \
2441 m_list.o \
2442 m_pre.o \
2443 m_tables.o \
2444 winpars.o
2445
2446 HTMLDEPS = \
2447 helpctrl.d \
2448 helpdata.d \
2449 helpfrm.d \
2450 htmlcell.d \
2451 htmlfilt.d \
2452 htmlpars.d \
2453 htmltag.d \
2454 htmlwin.d \
2455 htmprint.d \
2456 m_dflist.d \
2457 m_fonts.d \
2458 m_hline.d \
2459 m_image.d \
2460 m_layout.d \
2461 m_links.d \
2462 m_list.d \
2463 m_pre.d \
2464 m_tables.d \
2465 winpars.d
2466
2467 UNIX_OBJS = \
2468 dialup.o \
2469 dir.o \
2470 fontenum.o \
2471 fontutil.o \
2472 gsocket.o \
2473 threadpsx.o \
2474 utilsunx.o
2475
2476 UNIX_DEPS = \
2477 dialup.d \
2478 dir.d \
2479 fontenum.d \
2480 fontutil.d \
2481 gsocket.d \
2482 threadpsx.d \
2483 utilsunx.d
2484
2485 ZLIBOBJS = \
2486 adler32.o \
2487 compress.o \
2488 crc32.o \
2489 gzio.o \
2490 uncompr.o \
2491 deflate.o \
2492 trees.o \
2493 zutil.o \
2494 inflate.o \
2495 infblock.o \
2496 inftrees.o \
2497 infcodes.o \
2498 infutil.o \
2499 inffast.o
2500
2501 PNGOBJS = \
2502 png.o \
2503 pngread.o \
2504 pngrtran.o \
2505 pngrutil.o \
2506 pngpread.o \
2507 pngtrans.o \
2508 pngwrite.o \
2509 pngwtran.o \
2510 pngwutil.o \
2511 pngerror.o \
2512 pngmem.o \
2513 pngwio.o \
2514 pngrio.o \
2515 pngget.o \
2516 pngset.o
2517
2518
2519 JPEGOBJS = \
2520 jcomapi.o \
2521 jutils.o \
2522 jerror.o \
2523 jmemmgr.o \
2524 jmemnobs.o \
2525 jcapimin.o \
2526 jcapistd.o \
2527 jctrans.o \
2528 jcparam.o \
2529 jdatadst.o \
2530 jcinit.o \
2531 jcmaster.o \
2532 jcmarker.o \
2533 jcmainct.o \
2534 jcprepct.o \
2535 jccoefct.o \
2536 jccolor.o \
2537 jcsample.o \
2538 jchuff.o \
2539 jcphuff.o \
2540 jcdctmgr.o \
2541 jfdctfst.o \
2542 jfdctflt.o \
2543 jfdctint.o \
2544 jdapimin.o \
2545 jdapistd.o \
2546 jdtrans.o \
2547 jdatasrc.o \
2548 jdmaster.o \
2549 jdinput.o \
2550 jdmarker.o \
2551 jdhuff.o \
2552 jdphuff.o \
2553 jdmainct.o \
2554 jdcoefct.o \
2555 jdpostct.o \
2556 jddctmgr.o \
2557 jidctfst.o \
2558 jidctflt.o \
2559 jidctint.o \
2560 jidctred.o \
2561 jdsample.o \
2562 jdcolor.o \
2563 jquant1.o \
2564 jquant2.o \
2565 jdmerge.o
2566
2567 TIFFOBJS = \
2568 tif_aux.o \
2569 tif_close.o \
2570 tif_codec.o \
2571 tif_compress.o \
2572 tif_dir.o \
2573 tif_dirinfo.o \
2574 tif_dirread.o \
2575 tif_dirwrite.o \
2576 tif_dumpmode.o \
2577 tif_error.o \
2578 tif_fax3.o \
2579 tif_fax3sm.o \
2580 tif_getimage.o \
2581 tif_jpeg.o \
2582 tif_flush.o \
2583 tif_lzw.o \
2584 tif_luv.o \
2585 tif_next.o \
2586 tif_open.o \
2587 tif_packbits.o \
2588 tif_pixarlog.o \
2589 tif_predict.o \
2590 tif_print.o \
2591 tif_read.o \
2592 tif_swab.o \
2593 tif_strip.o \
2594 tif_thunder.o \
2595 tif_tile.o \
2596 tif_unix.o \
2597 tif_version.o \
2598 tif_warning.o \
2599 tif_write.o \
2600 tif_zip.o
2601
2602 IODBC_OBJS = \
2603 catalog.o \
2604 connect.o \
2605 dlf.o \
2606 dlproc.o \
2607 execute.o \
2608 fetch.o \
2609 hdbc.o \
2610 henv.o \
2611 herr.o \
2612 hstmt.o \
2613 info.o \
2614 itrace.o \
2615 misc.o \
2616 prepare.o \
2617 result.o
2618
2619 GUIOBJS = @GUIOBJS@
2620 GUIDEPS = @GUIDEPS@
2621 GUIHEADERS = @GUIHEADERS@
2622 COMMONOBJS = @COMMONOBJS@
2623 COMMONDEPS = @COMMONDEPS@
2624 GENERICOBJS = @GENERICOBJS@
2625 GENERICDEPS = @GENERICDEPS@
2626 UNIXOBJS = @UNIXOBJS@
2627 UNIXDEPS = @UNIXDEPS@
2628 IODBCOBJS = @IODBCOBJS@
2629
2630 OBJECTS = @ALL_OBJECTS@
2631
2632 DEPFILES = @ALL_DEPFILES@
2633
2634 HEADERS = @ALL_HEADERS@
2635
2636 BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@
2637
2638 all: @WX_ALL@
2639
2640 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
2641 @$(INSTALL) -d ./lib
2642 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2643 $(RANLIB) ./lib/$@
2644
2645 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
2646 @$(INSTALL) -d ./lib
2647 $(SHARED_LD) ./lib/$@ $(BURNT_LIBRARY_NAME) $(OBJECTS) $(EXTRALIBS)
2648
2649 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
2650 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2651 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2652 @$(RM) ./lib/@WX_LIBRARY_LINK3@
2653 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2654 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2655 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
2656
2657 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
2658 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2659 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2660 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
2661 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2662 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2663 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2664
2665 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
2666
2667 parser.o: parser.c lexer.c
2668 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2669
2670 parser.c: $(COMMDIR)/parser.y lexer.c
2671 $(YACC) $(COMMDIR)/parser.y
2672 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2673 sed -e "s/BUFSIZ/5000/g" | \
2674 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2675 sed -e "s/yy/PROIO_yy/g" | \
2676 sed -e "s/input/PROIO_input/g" | \
2677 sed -e "s/unput/PROIO_unput/g" > parser.c
2678 @$(RM) y.tab.c
2679
2680 lexer.c: $(COMMDIR)/lexer.l
2681 $(LEX) $(COMMDIR)/lexer.l
2682 @sed -e "s;$(COMMDIR)/@LEX_STEM@.c;lexer.l;g" < @LEX_STEM@.c | \
2683 sed -e "s/yy/PROIO_yy/g" | \
2684 sed -e "s/input/PROIO_input/g" | \
2685 sed -e "s/unput/PROIO_unput/g" > lexer.c
2686 @$(RM) @LEX_STEM@.c
2687
2688 -include $(DEPFILES)
2689
2690 afminstall:
2691 $(INSTALL) -d $(datadir)
2692 $(INSTALL) -d $(datadir)/wx
2693 $(INSTALL) -d $(datadir)/wx/afm
2694 $(INSTALL) -d $(datadir)/wx/gs_afm
2695 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2696 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2697
2698 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
2699 @echo " "
2700 @echo " Installing wxWindows..."
2701 @echo " "
2702
2703 $(INSTALL) -d $(prefix)
2704 $(INSTALL) -d $(bindir)
2705 $(INSTALL) -d $(libdir)
2706
2707 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2708 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2709
2710 $(INSTALL) -d $(libdir)/wx
2711 $(INSTALL) -d $(libdir)/wx/include
2712 $(INSTALL) -d $(libdir)/wx/include/wx
2713 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2714 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2715
2716 $(INSTALL) -d $(includedir)/wx
2717 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi
2718 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi
2719 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/protocol; fi
2720 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/unix; fi
2721 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi
2722 @list='$(HEADERS)'; for p in $$list; do \
2723 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2724 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2725 done
2726
2727 write_message:
2728 @echo " "
2729 @echo " The installation of wxWindows is finished. On certain"
2730 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2731 @echo " if you installed a shared library."
2732 @echo " "
2733 @echo " wxWindows comes with no guarantees and doesn't claim"
2734 @echo " to be suitable for any purpose."
2735 @echo " "
2736 @echo " Read the wxWindows Licence on licencing conditions."
2737 @echo " "
2738
2739 install: preinstall @AFMINSTALL@ @WX_ALL_INSTALLED@ write_message
2740
2741 uninstall:
2742 @echo " "
2743 @echo " Uninstalling wxWindows..."
2744 @echo " "
2745 @echo " Removing library..."
2746 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2747 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2748 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2749 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2750 @echo " Removing helper files..."
2751 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2752 @$(RM) $(bindir)/wx-config
2753 @$(RM) $(datadir)/wx/afm/*
2754 @$(RM) $(datadir)/wx/gs_afm/*
2755 @rmdir $(datadir)/wx/gs_afm
2756 @rmdir $(datadir)/wx/afm
2757 @rmdir $(datadir)/wx
2758 @echo " Removing headers..."
2759 @list='$(HEADERS)'; for p in $$list; do \
2760 $(RM) $(includedir)/wx/$$p; \
2761 done
2762 @echo " Removing directories..."
2763 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2764 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2765 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2766 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2767 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2768 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2769 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2770 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2771 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2772 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2773 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2774 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2775
2776 ALL_DIST:
2777 mkdir _dist_dir
2778 mkdir $(DISTDIR)
2779 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2780 cp $(WXDIR)/configure.in $(DISTDIR)
2781 cp $(WXDIR)/configure $(DISTDIR)
2782 cp $(WXDIR)/config.sub $(DISTDIR)
2783 cp $(WXDIR)/config.guess $(DISTDIR)
2784 cp $(WXDIR)/install-sh $(DISTDIR)
2785 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2786 cp $(WXDIR)/wx-config.in $(DISTDIR)
2787 cp $(WXDIR)/setup.h.in $(DISTDIR)
2788 cp $(WXDIR)/Makefile.in $(DISTDIR)
2789 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2790 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2791 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2792 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2793 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2794 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2795 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2796 mkdir $(DISTDIR)/include
2797 mkdir $(DISTDIR)/include/wx
2798 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2799 mkdir $(DISTDIR)/include/wx/generic
2800 mkdir $(DISTDIR)/include/wx/html
2801 mkdir $(DISTDIR)/include/wx/unix
2802 mkdir $(DISTDIR)/include/wx/protocol
2803 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2804 cp $(INCDIR)/wx/*.inl $(DISTDIR)/include/wx
2805 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2806 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2807 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2808 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2809 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2810 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2811 mkdir $(DISTDIR)/src
2812 mkdir $(DISTDIR)/src/common
2813 mkdir $(DISTDIR)/src/generic
2814 mkdir $(DISTDIR)/src/html
2815 mkdir $(DISTDIR)/src/html/bitmaps
2816 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2817 mkdir $(DISTDIR)/src/unix
2818 mkdir $(DISTDIR)/src/png
2819 mkdir $(DISTDIR)/src/jpeg
2820 mkdir $(DISTDIR)/src/tiff
2821 mkdir $(DISTDIR)/src/zlib
2822 mkdir $(DISTDIR)/src/iodbc
2823 cp $(SRCDIR)/*.in $(DISTDIR)/src
2824 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2825 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2826 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2827 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2828 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2829 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2830 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2831 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2832 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2833 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2834 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2835 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2836 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2837 cp $(PNGDIR)/README $(DISTDIR)/src/png
2838 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2839 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2840 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2841 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2842 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2843 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2844 cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff
2845 cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff
2846 cp $(TIFFDIR)/README $(DISTDIR)/src/tiff
2847 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2848 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2849 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2850 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2851 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2852 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2853 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2854
2855 GTK_DIST:
2856 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2857 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2858 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2859 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2860 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2861 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2862
2863 MOTIF_DIST:
2864 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2865 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2866 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2867 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2868 mkdir $(DISTDIR)/src/motif/xmcombo
2869 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2870 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2871 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2872
2873 MSW_DIST:
2874 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2875 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2876 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2877 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2878 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2879 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2880 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2881 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2882 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2883 mkdir $(DISTDIR)/src/msw/ole
2884 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2885
2886 SAMPLES_DIST:
2887 mkdir $(DISTDIR)/samples
2888 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2889
2890 mkdir $(DISTDIR)/samples/bombs
2891 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2892 cp $(SAMPDIR)/bombs/makefile.unx $(DISTDIR)/samples/bombs
2893 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2894 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2895 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2896 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2897
2898 mkdir $(DISTDIR)/samples/caret
2899 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2900 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
2901 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2902 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2903
2904 mkdir $(DISTDIR)/samples/calendar
2905 cp $(SAMPDIR)/calendar/Makefile.in $(DISTDIR)/samples/calendar
2906 cp $(SAMPDIR)/calendar/makefile.unx $(DISTDIR)/samples/calendar
2907 cp $(SAMPDIR)/calendar/*.cpp $(DISTDIR)/samples/calendar
2908
2909 mkdir $(DISTDIR)/samples/config
2910 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2911 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
2912 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2913
2914 mkdir $(DISTDIR)/samples/console
2915 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
2916 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
2917 cp $(SAMPDIR)/console/*.cpp $(DISTDIR)/samples/console
2918
2919 mkdir $(DISTDIR)/samples/controls
2920 mkdir $(DISTDIR)/samples/controls/icons
2921 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2922 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
2923 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2924 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2925 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2926
2927 mkdir $(DISTDIR)/samples/checklst
2928 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2929 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
2930 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2931 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2932
2933 mkdir $(DISTDIR)/samples/db
2934 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2935 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
2936 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2937 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2938 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2939
2940 mkdir $(DISTDIR)/samples/dialogs
2941 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2942 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
2943 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2944 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2945 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2946
2947 mkdir $(DISTDIR)/samples/dnd
2948 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2949 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
2950 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
2951 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2952 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2953 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2954 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2955
2956 mkdir $(DISTDIR)/samples/docview
2957 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2958 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
2959 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2960 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2961 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2962
2963 mkdir $(DISTDIR)/samples/docvwmdi
2964 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2965 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
2966 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2967 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2968
2969 mkdir $(DISTDIR)/samples/drawing
2970 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2971 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
2972 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2973 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2974
2975 mkdir $(DISTDIR)/samples/dynamic
2976 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2977 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
2978 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2979 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2980
2981 mkdir $(DISTDIR)/samples/forty
2982 cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty
2983 cp $(SAMPDIR)/forty/makefile.unx $(DISTDIR)/samples/forty
2984 cp $(SAMPDIR)/forty/*.h $(DISTDIR)/samples/forty
2985 cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty
2986 cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty
2987 cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty
2988
2989 mkdir $(DISTDIR)/samples/font
2990 cp $(SAMPDIR)/font/Makefile.in $(DISTDIR)/samples/font
2991 cp $(SAMPDIR)/font/makefile.unx $(DISTDIR)/samples/font
2992 cp $(SAMPDIR)/font/*.cpp $(DISTDIR)/samples/font
2993
2994 mkdir $(DISTDIR)/samples/fractal
2995 cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal
2996 cp $(SAMPDIR)/fractal/makefile.unx $(DISTDIR)/samples/fractal
2997 cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal
2998
2999 mkdir $(DISTDIR)/samples/grid
3000 cp $(SAMPDIR)/grid/Makefile.in $(DISTDIR)/samples/grid
3001 cp $(SAMPDIR)/grid/makefile.unx $(DISTDIR)/samples/grid
3002 cp $(SAMPDIR)/grid/*.cpp $(DISTDIR)/samples/grid
3003
3004 mkdir $(DISTDIR)/samples/help
3005 mkdir $(DISTDIR)/samples/help/doc
3006 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
3007 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
3008 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
3009 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
3010 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
3011
3012 mkdir $(DISTDIR)/samples/html
3013 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
3014 mkdir $(DISTDIR)/samples/html/about
3015 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
3016 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
3017 mkdir $(DISTDIR)/samples/html/about/data
3018 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
3019 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
3020 mkdir $(DISTDIR)/samples/html/help
3021 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
3022 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
3023 mkdir $(DISTDIR)/samples/html/help/helpfiles
3024 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
3025 mkdir $(DISTDIR)/samples/html/helpview
3026 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
3027 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
3028 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
3029 mkdir $(DISTDIR)/samples/html/printing
3030 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
3031 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
3032 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
3033 mkdir $(DISTDIR)/samples/html/test
3034 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
3035 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
3036 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
3037 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
3038 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
3039 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
3040 mkdir $(DISTDIR)/samples/html/virtual
3041 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
3042 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
3043 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
3044 mkdir $(DISTDIR)/samples/html/widget
3045 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
3046 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
3047 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
3048 mkdir $(DISTDIR)/samples/html/zip
3049 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
3050 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
3051 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
3052 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
3053
3054 mkdir $(DISTDIR)/samples/image
3055 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
3056 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
3057 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
3058 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
3059 cp $(SAMPDIR)/image/smile.xbm $(DISTDIR)/samples/image
3060
3061 mkdir $(DISTDIR)/samples/internat
3062 mkdir $(DISTDIR)/samples/internat/de
3063 mkdir $(DISTDIR)/samples/internat/fr
3064 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
3065 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
3066 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
3067 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
3068 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
3069 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
3070 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3071 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3072 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3073 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3074
3075 mkdir $(DISTDIR)/samples/layout
3076 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
3077 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
3078 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
3079 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
3080
3081 mkdir $(DISTDIR)/samples/life
3082 mkdir $(DISTDIR)/samples/life/bitmaps
3083 cp $(SAMPDIR)/life/Makefile.in $(DISTDIR)/samples/life
3084 cp $(SAMPDIR)/life/makefile.unx $(DISTDIR)/samples/life
3085 cp $(SAMPDIR)/life/*.cpp $(DISTDIR)/samples/life
3086 cp $(SAMPDIR)/life/*.xpm $(DISTDIR)/samples/life
3087 cp $(SAMPDIR)/life/bitmaps/*.xpm $(DISTDIR)/samples/life/bitmaps
3088
3089 mkdir $(DISTDIR)/samples/listctrl
3090 mkdir $(DISTDIR)/samples/listctrl/bitmaps
3091 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
3092 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
3093 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
3094 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
3095 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
3096 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
3097
3098 mkdir $(DISTDIR)/samples/mdi
3099 mkdir $(DISTDIR)/samples/mdi/bitmaps
3100 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
3101 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
3102 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
3103 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
3104 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
3105 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
3106
3107 mkdir $(DISTDIR)/samples/memcheck
3108 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
3109 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
3110 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
3111 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
3112
3113 mkdir $(DISTDIR)/samples/menu
3114 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
3115 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
3116 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
3117
3118 mkdir $(DISTDIR)/samples/minifram
3119 mkdir $(DISTDIR)/samples/minifram/bitmaps
3120 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
3121 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
3122 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
3123 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
3124 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
3125 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
3126
3127 mkdir $(DISTDIR)/samples/minimal
3128 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
3129 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
3130 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
3131 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
3132
3133 mkdir $(DISTDIR)/samples/nettest
3134 cp $(SAMPDIR)/nettest/Makefile.in $(DISTDIR)/samples/nettest
3135 cp $(SAMPDIR)/nettest/makefile.unx $(DISTDIR)/samples/nettest
3136 cp $(SAMPDIR)/nettest/*.cpp $(DISTDIR)/samples/nettest
3137
3138 mkdir $(DISTDIR)/samples/newgrid
3139 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
3140 cp $(SAMPDIR)/newgrid/makefile.unx $(DISTDIR)/samples/newgrid
3141 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
3142 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
3143
3144 mkdir $(DISTDIR)/samples/notebook
3145 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
3146 cp $(SAMPDIR)/notebook/makefile.unx $(DISTDIR)/samples/notebook
3147 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
3148 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
3149
3150 mkdir $(DISTDIR)/samples/png
3151 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
3152 cp $(SAMPDIR)/png/makefile.unx $(DISTDIR)/samples/png
3153 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
3154 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
3155 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
3156
3157 mkdir $(DISTDIR)/samples/printing
3158 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
3159 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
3160 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
3161 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
3162 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
3163 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
3164
3165 mkdir $(DISTDIR)/samples/resource
3166 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
3167 cp $(SAMPDIR)/resource/makefile.unx $(DISTDIR)/samples/resource
3168 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
3169 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
3170 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
3171
3172 mkdir $(DISTDIR)/samples/richedit
3173 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
3174 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
3175 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
3176 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
3177 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
3178 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
3179
3180 mkdir $(DISTDIR)/samples/proplist
3181 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
3182 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
3183 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
3184
3185 mkdir $(DISTDIR)/samples/propsize
3186 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
3187 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
3188 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
3189
3190 mkdir $(DISTDIR)/samples/sashtest
3191 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
3192 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
3193 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
3194
3195 mkdir $(DISTDIR)/samples/scroll
3196 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
3197 cp $(SAMPDIR)/scroll/makefile.unx $(DISTDIR)/samples/scroll
3198 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
3199
3200 mkdir $(DISTDIR)/samples/scrollsub
3201 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
3202 cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
3203 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
3204
3205 mkdir $(DISTDIR)/samples/splitter
3206 cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
3207 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
3208 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
3209
3210 mkdir $(DISTDIR)/samples/text
3211 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
3212 cp $(SAMPDIR)/text/makefile.unx $(DISTDIR)/samples/text
3213 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
3214 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
3215
3216 mkdir $(DISTDIR)/samples/thread
3217 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
3218 cp $(SAMPDIR)/thread/makefile.unx $(DISTDIR)/samples/thread
3219 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
3220
3221 mkdir $(DISTDIR)/samples/toolbar
3222 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
3223 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
3224 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
3225 mkdir $(DISTDIR)/samples/toolbar/bitmaps
3226 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
3227
3228 mkdir $(DISTDIR)/samples/treectrl
3229 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
3230 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
3231 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
3232 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
3233
3234 mkdir $(DISTDIR)/samples/typetest
3235 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
3236 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
3237 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
3238 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
3239
3240 mkdir $(DISTDIR)/samples/validate
3241 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
3242 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
3243 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
3244 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
3245
3246 mkdir $(DISTDIR)/samples/wizard
3247 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
3248 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
3249 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
3250
3251 mkdir $(DISTDIR)/samples/wxpoem
3252 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
3253 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
3254 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
3255 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
3256 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
3257
3258 mkdir $(DISTDIR)/samples/wxsocket
3259 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
3260 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
3261 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
3262
3263 UTILS_DIST:
3264 mkdir $(DISTDIR)/utils
3265 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
3266
3267 mkdir $(DISTDIR)/utils/wxMMedia2
3268 mkdir $(DISTDIR)/utils/wxMMedia2/lib
3269 mkdir $(DISTDIR)/utils/wxMMedia2/sample
3270 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
3271 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
3272 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
3273 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
3274 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
3275 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
3276 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
3277
3278 mkdir $(DISTDIR)/utils/glcanvas
3279 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3280 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
3281 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
3282 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3283 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3284 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3285
3286 mkdir $(DISTDIR)/utils/ogl
3287 mkdir $(DISTDIR)/utils/ogl/src
3288 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
3289 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
3290 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
3291 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
3292
3293 MISC_DIST:
3294 mkdir $(DISTDIR)/misc
3295 mkdir $(DISTDIR)/misc/afm
3296 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
3297 mkdir $(DISTDIR)/misc/gs_afm
3298 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
3299
3300 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
3301 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
3302 mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples
3303 cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../..
3304 $(RM) -r _dist_dir
3305
3306 clean:
3307 $(RM) *.o
3308 $(RM) *.d
3309 $(RM) parser.c
3310 $(RM) lexer.c
3311 $(RM) ./lib/*
3312
3313 cleanall: clean