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