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