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