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