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