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