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