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