]> git.saurik.com Git - wxWidgets.git/blob - Makefile.in
Added missing files to filelist.txt and regenerated makefiles.
[wxWidgets.git] / Makefile.in
1 #
2 # This file was automatically generated by tmake at 15:14, 1999/08/18
3 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
4
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
18 include ./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 :
26 $(CCC) -c $(CFLAGS) $(PICFLAGS) -o $@ $<
27
28 .cpp.o :
29 $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $<
30
31 .cxx.o :
32 $(CC) -c $(CPPFLAGS) $(PICFLAGS) -o $@ $<
33
34 ########################### Paths #################################
35
36 srcdir = @srcdir@
37
38 VPATH = :@top_srcdir@
39
40 top_srcdir = @top_srcdir@
41 prefix = @prefix@
42 exec_prefix = @exec_prefix@
43
44 bindir = @bindir@
45 sbindir = @sbindir@
46 libexecdir = @libexecdir@
47 datadir = @datadir@
48 sysconfdir = @sysconfdir@
49 sharedstatedir = @sharedstatedir@
50 localstatedir = @localstatedir@
51 libdir = @libdir@
52 infodir = @infodir@
53 mandir = @mandir@
54 includedir = @includedir@
55 oldincludedir = /usr/include
56
57 DESTDIR =
58
59 pkgdatadir = $(datadir)/@PACKAGE@
60 pkglibdir = $(libdir)/@PACKAGE@
61 pkgincludedir = $(includedir)/@PACKAGE@
62
63 top_builddir = .
64
65 INSTALL = @INSTALL@
66 INSTALL_PROGRAM = @INSTALL_PROGRAM@
67 INSTALL_DATA = @INSTALL_DATA@
68 # my autoconf doesn't set this
69 #INSTALL_SCRIPT = @INSTALL_SCRIPT@
70 # maybe do an additional chmod if needed?
71 INSTALL_SCRIPT = @INSTALL@
72 transform = @program_transform_name@
73
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_alias = @build_alias@
81 build_triplet = @build@
82 host_alias = @host_alias@
83 host_triplet = @host@
84 target_alias = @target_alias@
85 target_triplet = @target@
86
87 ############################# Dirs #################################
88
89 WXDIR = $(top_srcdir)
90
91 # Subordinate library possibilities
92
93 SRCDIR = $(WXDIR)/src
94 GENDIR = $(WXDIR)/src/generic
95 COMMDIR = $(WXDIR)/src/common
96 HTMLDIR = $(WXDIR)/src/html
97 UNIXDIR = $(WXDIR)/src/unix
98 PNGDIR = $(WXDIR)/src/png
99 JPEGDIR = $(WXDIR)/src/jpeg
100 ZLIBDIR = $(WXDIR)/src/zlib
101 GTKDIR = $(WXDIR)/src/gtk
102 MOTIFDIR = $(WXDIR)/src/motif
103 MSWDIR = $(WXDIR)/src/msw
104 INCDIR = $(WXDIR)/include
105 SAMPDIR = $(WXDIR)/samples
106
107 DOCDIR = $(WXDIR)/docs
108
109 ########################## Archive name ###############################
110
111 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
112 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
113
114 ############################## Files ##################################
115
116 WX_HEADERS = \
117 accel.h \
118 app.h \
119 arrimpl.cpp \
120 bitmap.h \
121 bmpbuttn.h \
122 brush.h \
123 buffer.h \
124 busyinfo.h \
125 button.h \
126 caret.h \
127 checkbox.h \
128 checklst.h \
129 choicdlg.h \
130 choice.h \
131 clipbrd.h \
132 cmndata.h \
133 colordlg.h \
134 colour.h \
135 combobox.h \
136 confbase.h \
137 config.h \
138 control.h \
139 cursor.h \
140 dataobj.h \
141 date.h \
142 datstrm.h \
143 db.h \
144 dbtable.h \
145 dc.h \
146 dcclient.h \
147 dcmemory.h \
148 dcprint.h \
149 dcps.h \
150 dcscreen.h \
151 dde.h \
152 debug.h \
153 defs.h \
154 dialog.h \
155 dirdlg.h \
156 dnd.h \
157 docmdi.h \
158 docview.h \
159 dragimag.h \
160 dynarray.h \
161 dynlib.h \
162 event.h \
163 expr.h \
164 ffile.h \
165 file.h \
166 fileconf.h \
167 filedlg.h \
168 filefn.h \
169 filesys.h \
170 font.h \
171 fontdlg.h \
172 frame.h \
173 fs_inet.h \
174 fs_zip.h \
175 gauge.h \
176 gdicmn.h \
177 gdiobj.h \
178 gifdecod.h \
179 grid.h \
180 gsocket.h \
181 hash.h \
182 help.h \
183 helpbase.h \
184 helphtml.h \
185 helpwin.h \
186 helpxlp.h \
187 icon.h \
188 image.h \
189 imaglist.h \
190 intl.h \
191 ioswrap.h \
192 ipcbase.h \
193 joystick.h \
194 layout.h \
195 laywin.h \
196 list.h \
197 listbox.h \
198 listctrl.h \
199 listimpl.cpp \
200 log.h \
201 longlong.h \
202 matrix.h \
203 mdi.h \
204 memory.h \
205 menu.h \
206 menuitem.h \
207 metafile.h \
208 mimetype.h \
209 minifram.h \
210 module.h \
211 msgdlg.h \
212 mstream.h \
213 notebook.h \
214 object.h \
215 objstrm.h \
216 odbc.h \
217 ownerdrw.h \
218 palette.h \
219 panel.h \
220 paper.h \
221 pen.h \
222 pnghand.h \
223 print.h \
224 printdlg.h \
225 prntbase.h \
226 process.h \
227 progdlg.h \
228 prop.h \
229 propform.h \
230 proplist.h \
231 radiobox.h \
232 radiobut.h \
233 region.h \
234 resource.h \
235 sashwin.h \
236 sckaddr.h \
237 sckipc.h \
238 sckstrm.h \
239 scrolbar.h \
240 scrolwin.h \
241 serbase.h \
242 settings.h \
243 setup.h \
244 sizer.h \
245 slider.h \
246 socket.h \
247 spinbutt.h \
248 splitter.h \
249 statbmp.h \
250 statbox.h \
251 statline.h \
252 stattext.h \
253 statusbr.h \
254 strconv.h \
255 stream.h \
256 string.h \
257 tab.h \
258 tabctrl.h \
259 taskbar.h \
260 tbar95.h \
261 tbarbase.h \
262 tbarmsw.h \
263 tbarsmpl.h \
264 textctrl.h \
265 textdlg.h \
266 textfile.h \
267 thread.h \
268 time.h \
269 timer.h \
270 tipdlg.h \
271 tokenzr.h \
272 toolbar.h \
273 tooltip.h \
274 treectrl.h \
275 txtstrm.h \
276 types.h \
277 url.h \
278 utils.h \
279 valgen.h \
280 validate.h \
281 valtext.h \
282 variant.h \
283 version.h \
284 wave.h \
285 wfstream.h \
286 window.h \
287 wx.h \
288 wx_cw.h \
289 wx_cw_cm.h \
290 wx_cw_d.h \
291 wxchar.h \
292 wxexpr.h \
293 wxhtml.h \
294 wxprec.h \
295 xpmhand.h \
296 zipstrm.h \
297 zstream.h
298
299 GTK_HEADERS = \
300 gtk/accel.h \
301 gtk/app.h \
302 gtk/bitmap.h \
303 gtk/bmpbuttn.h \
304 gtk/brush.h \
305 gtk/button.h \
306 gtk/checkbox.h \
307 gtk/checklst.h \
308 gtk/choice.h \
309 gtk/clipbrd.h \
310 gtk/colour.h \
311 gtk/combobox.h \
312 gtk/control.h \
313 gtk/cursor.h \
314 gtk/dataobj.h \
315 gtk/dc.h \
316 gtk/dcclient.h \
317 gtk/dcmemory.h \
318 gtk/dcscreen.h \
319 gtk/dialog.h \
320 gtk/dnd.h \
321 gtk/filedlg.h \
322 gtk/font.h \
323 gtk/frame.h \
324 gtk/gauge.h \
325 gtk/gdiobj.h \
326 gtk/icon.h \
327 gtk/joystick.h \
328 gtk/listbox.h \
329 gtk/mdi.h \
330 gtk/menu.h \
331 gtk/menuitem.h \
332 gtk/minifram.h \
333 gtk/notebook.h \
334 gtk/palette.h \
335 gtk/pen.h \
336 gtk/radiobox.h \
337 gtk/radiobut.h \
338 gtk/region.h \
339 gtk/scrolbar.h \
340 gtk/settings.h \
341 gtk/slider.h \
342 gtk/spinbutt.h \
343 gtk/statbmp.h \
344 gtk/statbox.h \
345 gtk/statline.h \
346 gtk/stattext.h \
347 gtk/tbargtk.h \
348 gtk/textctrl.h \
349 gtk/timer.h \
350 gtk/tooltip.h \
351 gtk/treectrl.h \
352 gtk/wave.h \
353 gtk/win_gtk.h \
354 gtk/window.h
355
356 MOTIF_HEADERS = \
357 motif/accel.h \
358 motif/app.h \
359 motif/bitmap.h \
360 motif/bmpbuttn.h \
361 motif/brush.h \
362 motif/button.h \
363 motif/checkbox.h \
364 motif/checklst.h \
365 motif/choice.h \
366 motif/clipbrd.h \
367 motif/colordlg.h \
368 motif/colour.h \
369 motif/combobox.h \
370 motif/control.h \
371 motif/cursor.h \
372 motif/dataobj.h \
373 motif/dc.h \
374 motif/dcclient.h \
375 motif/dcmemory.h \
376 motif/dcprint.h \
377 motif/dcscreen.h \
378 motif/dialog.h \
379 motif/dnd.h \
380 motif/filedlg.h \
381 motif/font.h \
382 motif/fontdlg.h \
383 motif/frame.h \
384 motif/gauge.h \
385 motif/gdiobj.h \
386 motif/icon.h \
387 motif/joystick.h \
388 motif/listbox.h \
389 motif/mdi.h \
390 motif/menu.h \
391 motif/menuitem.h \
392 motif/metafile.h \
393 motif/minifram.h \
394 motif/msgdlg.h \
395 motif/palette.h \
396 motif/pen.h \
397 motif/print.h \
398 motif/printdlg.h \
399 motif/private.h \
400 motif/radiobox.h \
401 motif/radiobut.h \
402 motif/region.h \
403 motif/scrolbar.h \
404 motif/settings.h \
405 motif/slider.h \
406 motif/spinbutt.h \
407 motif/statbmp.h \
408 motif/statbox.h \
409 motif/stattext.h \
410 motif/textctrl.h \
411 motif/timer.h \
412 motif/toolbar.h \
413 motif/window.h
414
415 MSW_HEADERS = \
416 msw/accel.h \
417 msw/app.h \
418 msw/bitmap.h \
419 msw/bmpbuttn.h \
420 msw/brush.h \
421 msw/button.h \
422 msw/caret.h \
423 msw/checkbox.h \
424 msw/checklst.h \
425 msw/choice.h \
426 msw/clipbrd.h \
427 msw/colordlg.h \
428 msw/colour.h \
429 msw/combobox.h \
430 msw/control.h \
431 msw/curico.h \
432 msw/curicop.h \
433 msw/cursor.h \
434 msw/dc.h \
435 msw/dcclient.h \
436 msw/dcmemory.h \
437 msw/dcprint.h \
438 msw/dcscreen.h \
439 msw/dde.h \
440 msw/dialog.h \
441 msw/dib.h \
442 msw/dibutils.h \
443 msw/dirdlg.h \
444 msw/dragimag.h \
445 msw/filedlg.h \
446 msw/font.h \
447 msw/fontdlg.h \
448 msw/frame.h \
449 msw/gauge.h \
450 msw/gauge95.h \
451 msw/gaugemsw.h \
452 msw/gdiobj.h \
453 msw/helpwin.h \
454 msw/icon.h \
455 msw/imaglist.h \
456 msw/iniconf.h \
457 msw/joystick.h \
458 msw/listbox.h \
459 msw/listctrl.h \
460 msw/mdi.h \
461 msw/menu.h \
462 msw/menuitem.h \
463 msw/metafile.h \
464 msw/minifram.h \
465 msw/msgdlg.h \
466 msw/msvcrt.h \
467 msw/notebook.h \
468 msw/palette.h \
469 msw/pen.h \
470 msw/pnghand.h \
471 msw/pngread.h \
472 msw/printdlg.h \
473 msw/printwin.h \
474 msw/private.h \
475 msw/radiobox.h \
476 msw/radiobut.h \
477 msw/regconf.h \
478 msw/region.h \
479 msw/registry.h \
480 msw/scrolbar.h \
481 msw/settings.h \
482 msw/setup0.h \
483 msw/slider.h \
484 msw/slider95.h \
485 msw/slidrmsw.h \
486 msw/spinbutt.h \
487 msw/statbmp.h \
488 msw/statbox.h \
489 msw/statbr95.h \
490 msw/statline.h \
491 msw/stattext.h \
492 msw/tabctrl.h \
493 msw/taskbar.h \
494 msw/tbar95.h \
495 msw/tbarmsw.h \
496 msw/textctrl.h \
497 msw/timer.h \
498 msw/tooltip.h \
499 msw/treectrl.h \
500 msw/wave.h \
501 msw/window.h \
502 msw/winundef.h \
503 msw/xpmhand.h
504
505 UNIX_HEADERS = \
506 unix/execute.h
507
508 GENERIC_HEADERS = \
509 generic/caret.h \
510 generic/choicdgg.h \
511 generic/colrdlgg.h \
512 generic/dcpsg.h \
513 generic/dirdlgg.h \
514 generic/filedlgg.h \
515 generic/fontdlgg.h \
516 generic/gridg.h \
517 generic/helpext.h \
518 generic/helphtml.h \
519 generic/helpwxht.h \
520 generic/helpxlp.h \
521 generic/imaglist.h \
522 generic/laywin.h \
523 generic/listctrl.h \
524 generic/msgdlgg.h \
525 generic/notebook.h \
526 generic/panelg.h \
527 generic/printps.h \
528 generic/prntdlgg.h \
529 generic/progdlgg.h \
530 generic/sashwin.h \
531 generic/scrolwin.h \
532 generic/splitter.h \
533 generic/statusbr.h \
534 generic/tabg.h \
535 generic/textdlgg.h \
536 generic/treectrl.h
537
538 PROTOCOL_HEADERS = \
539 protocol/file.h \
540 protocol/ftp.h \
541 protocol/http.h \
542 protocol/protocol.h
543
544 HTML_HEADERS = \
545 html/forcelink.h \
546 html/htmlcell.h \
547 html/htmldefs.h \
548 html/htmlfilter.h \
549 html/htmlhelp.h \
550 html/htmlparser.h \
551 html/htmltag.h \
552 html/htmlwin.h \
553 html/htmlwinparser.h \
554 html/mod_templ.h \
555 html/version.h
556
557 GTK_GENERICOBJS = \
558 src/generic/busyinfo.o \
559 src/generic/caret.o \
560 src/generic/choicdgg.o \
561 src/generic/colrdlgg.o \
562 src/generic/dcpsg.o \
563 src/generic/dirdlgg.o \
564 src/generic/filedlgg.o \
565 src/generic/fontdlgg.o \
566 src/generic/gridg.o \
567 src/generic/helphtml.o \
568 src/generic/helpwxht.o \
569 src/generic/imaglist.o \
570 src/generic/laywin.o \
571 src/generic/listctrl.o \
572 src/generic/msgdlgg.o \
573 src/generic/numdlgg.o \
574 src/generic/panelg.o \
575 src/generic/printps.o \
576 src/generic/prntdlgg.o \
577 src/generic/progdlgg.o \
578 src/generic/prop.o \
579 src/generic/propform.o \
580 src/generic/proplist.o \
581 src/generic/sashwin.o \
582 src/generic/scrolwin.o \
583 src/generic/splitter.o \
584 src/generic/statusbr.o \
585 src/generic/textdlgg.o \
586 src/generic/tipdlg.o \
587 src/generic/treectrl.o \
588 src/generic/wizard.o
589
590 GTK_COMMONOBJS = \
591 parser.o \
592 src/common/cmndata.o \
593 src/common/config.o \
594 src/common/date.o \
595 src/common/datstrm.o \
596 src/common/db.o \
597 src/common/dbtable.o \
598 src/common/dcbase.o \
599 src/common/dlgcmn.o \
600 src/common/docmdi.o \
601 src/common/docview.o \
602 src/common/dynarray.o \
603 src/common/dynlib.o \
604 src/common/event.o \
605 src/common/extended.o \
606 src/common/ffile.o \
607 src/common/file.o \
608 src/common/fileconf.o \
609 src/common/filefn.o \
610 src/common/filesys.o \
611 src/common/framecmn.o \
612 src/common/fs_inet.o \
613 src/common/fs_zip.o \
614 src/common/ftp.o \
615 src/common/gdicmn.o \
616 src/common/gifdecod.o \
617 src/common/hash.o \
618 src/common/helpbase.o \
619 src/common/http.o \
620 src/common/imagbmp.o \
621 src/common/image.o \
622 src/common/imaggif.o \
623 src/common/imagjpeg.o \
624 src/common/imagpng.o \
625 src/common/imagpnm.o \
626 src/common/intl.o \
627 src/common/ipcbase.o \
628 src/common/layout.o \
629 src/common/list.o \
630 src/common/log.o \
631 src/common/memory.o \
632 src/common/mimetype.o \
633 src/common/module.o \
634 src/common/mstream.o \
635 src/common/object.o \
636 src/common/objstrm.o \
637 src/common/paper.o \
638 src/common/prntbase.o \
639 src/common/process.o \
640 src/common/protocol.o \
641 src/common/resource.o \
642 src/common/sckaddr.o \
643 src/common/sckfile.o \
644 src/common/sckipc.o \
645 src/common/sckstrm.o \
646 src/common/sizer.o \
647 src/common/socket.o \
648 src/common/strconv.o \
649 src/common/stream.o \
650 src/common/string.o \
651 src/common/tbarbase.o \
652 src/common/tbarsmpl.o \
653 src/common/textcmn.o \
654 src/common/textfile.o \
655 src/common/time.o \
656 src/common/timercmn.o \
657 src/common/tokenzr.o \
658 src/common/txtstrm.o \
659 src/common/unzip.o \
660 src/common/url.o \
661 src/common/utilscmn.o \
662 src/common/valgen.o \
663 src/common/validate.o \
664 src/common/valtext.o \
665 src/common/variant.o \
666 src/common/wfstream.o \
667 src/common/wincmn.o \
668 src/common/wxchar.o \
669 src/common/wxexpr.o \
670 src/common/zipstrm.o \
671 src/common/zstream.o
672
673 GTK_GUIOBJS = \
674 src/gtk/accel.o \
675 src/gtk/app.o \
676 src/gtk/bitmap.o \
677 src/gtk/bmpbuttn.o \
678 src/gtk/brush.o \
679 src/gtk/button.o \
680 src/gtk/checkbox.o \
681 src/gtk/checklst.o \
682 src/gtk/choice.o \
683 src/gtk/clipbrd.o \
684 src/gtk/colour.o \
685 src/gtk/combobox.o \
686 src/gtk/control.o \
687 src/gtk/cursor.o \
688 src/gtk/data.o \
689 src/gtk/dataobj.o \
690 src/gtk/dc.o \
691 src/gtk/dcclient.o \
692 src/gtk/dcmemory.o \
693 src/gtk/dcscreen.o \
694 src/gtk/dialog.o \
695 src/gtk/dnd.o \
696 src/gtk/font.o \
697 src/gtk/frame.o \
698 src/gtk/gauge.o \
699 src/gtk/gdiobj.o \
700 src/gtk/gsockgtk.o \
701 src/gtk/icon.o \
702 src/gtk/listbox.o \
703 src/gtk/main.o \
704 src/gtk/mdi.o \
705 src/gtk/menu.o \
706 src/gtk/minifram.o \
707 src/gtk/notebook.o \
708 src/gtk/palette.o \
709 src/gtk/pen.o \
710 src/gtk/radiobox.o \
711 src/gtk/radiobut.o \
712 src/gtk/region.o \
713 src/gtk/scrolbar.o \
714 src/gtk/settings.o \
715 src/gtk/slider.o \
716 src/gtk/spinbutt.o \
717 src/gtk/statbmp.o \
718 src/gtk/statbox.o \
719 src/gtk/statline.o \
720 src/gtk/stattext.o \
721 src/gtk/tbargtk.o \
722 src/gtk/textctrl.o \
723 src/gtk/timer.o \
724 src/gtk/tooltip.o \
725 src/gtk/utilsgtk.o \
726 src/gtk/utilsres.o \
727 src/gtk/wave.o \
728 src/gtk/win_gtk.o \
729 src/gtk/window.o
730
731 MOTIF_GENERICOBJS = \
732 src/generic/busyinfo.o \
733 src/generic/caret.o \
734 src/generic/choicdgg.o \
735 src/generic/colrdlgg.o \
736 src/generic/dcpsg.o \
737 src/generic/dirdlgg.o \
738 src/generic/filedlgg.o \
739 src/generic/fontdlgg.o \
740 src/generic/gridg.o \
741 src/generic/helphtml.o \
742 src/generic/helpwxht.o \
743 src/generic/helpxlp.o \
744 src/generic/imaglist.o \
745 src/generic/laywin.o \
746 src/generic/listctrl.o \
747 src/generic/msgdlgg.o \
748 src/generic/notebook.o \
749 src/generic/numdlgg.o \
750 src/generic/panelg.o \
751 src/generic/printps.o \
752 src/generic/prntdlgg.o \
753 src/generic/progdlgg.o \
754 src/generic/prop.o \
755 src/generic/propform.o \
756 src/generic/proplist.o \
757 src/generic/sashwin.o \
758 src/generic/scrolwin.o \
759 src/generic/splitter.o \
760 src/generic/statusbr.o \
761 src/generic/tabg.o \
762 src/generic/textdlgg.o \
763 src/generic/tipdlg.o \
764 src/generic/treectrl.o \
765 src/generic/wizard.o
766
767 MOTIF_COMMONOBJS = \
768 parser.o \
769 src/common/choiccmn.o \
770 src/common/cmndata.o \
771 src/common/config.o \
772 src/common/ctrlcmn.o \
773 src/common/date.o \
774 src/common/datstrm.o \
775 src/common/db.o \
776 src/common/dbtable.o \
777 src/common/dcbase.o \
778 src/common/dlgcmn.o \
779 src/common/docmdi.o \
780 src/common/docview.o \
781 src/common/dynarray.o \
782 src/common/dynlib.o \
783 src/common/event.o \
784 src/common/extended.o \
785 src/common/ffile.o \
786 src/common/file.o \
787 src/common/fileconf.o \
788 src/common/filefn.o \
789 src/common/filesys.o \
790 src/common/framecmn.o \
791 src/common/fs_inet.o \
792 src/common/fs_zip.o \
793 src/common/ftp.o \
794 src/common/gdicmn.o \
795 src/common/gifdecod.o \
796 src/common/hash.o \
797 src/common/helpbase.o \
798 src/common/http.o \
799 src/common/imagbmp.o \
800 src/common/image.o \
801 src/common/imaggif.o \
802 src/common/imagjpeg.o \
803 src/common/imagpng.o \
804 src/common/imagpnm.o \
805 src/common/intl.o \
806 src/common/ipcbase.o \
807 src/common/layout.o \
808 src/common/list.o \
809 src/common/log.o \
810 src/common/memory.o \
811 src/common/mimetype.o \
812 src/common/module.o \
813 src/common/mstream.o \
814 src/common/object.o \
815 src/common/objstrm.o \
816 src/common/odbc.o \
817 src/common/paper.o \
818 src/common/prntbase.o \
819 src/common/process.o \
820 src/common/protocol.o \
821 src/common/resource.o \
822 src/common/sckaddr.o \
823 src/common/sckfile.o \
824 src/common/sckipc.o \
825 src/common/sckstrm.o \
826 src/common/sizer.o \
827 src/common/socket.o \
828 src/common/strconv.o \
829 src/common/stream.o \
830 src/common/string.o \
831 src/common/tbarbase.o \
832 src/common/tbarsmpl.o \
833 src/common/textcmn.o \
834 src/common/textfile.o \
835 src/common/time.o \
836 src/common/timercmn.o \
837 src/common/tokenzr.o \
838 src/common/txtstrm.o \
839 src/common/unzip.o \
840 src/common/url.o \
841 src/common/utilscmn.o \
842 src/common/valgen.o \
843 src/common/validate.o \
844 src/common/valtext.o \
845 src/common/variant.o \
846 src/common/wfstream.o \
847 src/common/wincmn.o \
848 src/common/wxchar.o \
849 src/common/wxexpr.o \
850 src/common/zipstrm.o \
851 src/common/zstream.o
852
853 MOTIF_GUIOBJS = \
854 src/motif/xmcombo/xmcombo.o \
855 src/motif/accel.o \
856 src/motif/app.o \
857 src/motif/bitmap.o \
858 src/motif/bmpbuttn.o \
859 src/motif/brush.o \
860 src/motif/button.o \
861 src/motif/checkbox.o \
862 src/motif/choice.o \
863 src/motif/clipbrd.o \
864 src/motif/colour.o \
865 src/motif/combobox.o \
866 src/motif/control.o \
867 src/motif/cursor.o \
868 src/motif/data.o \
869 src/motif/dataobj.o \
870 src/motif/dc.o \
871 src/motif/dcclient.o \
872 src/motif/dcmemory.o \
873 src/motif/dcscreen.o \
874 src/motif/dialog.o \
875 src/motif/filedlg.o \
876 src/motif/font.o \
877 src/motif/frame.o \
878 src/motif/gauge.o \
879 src/motif/gdiobj.o \
880 src/motif/gsockmot.o \
881 src/motif/icon.o \
882 src/motif/listbox.o \
883 src/motif/main.o \
884 src/motif/mdi.o \
885 src/motif/menu.o \
886 src/motif/menuitem.o \
887 src/motif/minifram.o \
888 src/motif/msgdlg.o \
889 src/motif/palette.o \
890 src/motif/pen.o \
891 src/motif/radiobox.o \
892 src/motif/radiobut.o \
893 src/motif/region.o \
894 src/motif/scrolbar.o \
895 src/motif/settings.o \
896 src/motif/slider.o \
897 src/motif/statbmp.o \
898 src/motif/statbox.o \
899 src/motif/stattext.o \
900 src/motif/textctrl.o \
901 src/motif/timer.o \
902 src/motif/toolbar.o \
903 src/motif/utils.o \
904 src/motif/window.o
905
906 MSW_GENERICOBJS = \
907 src/generic/busyinfo.o \
908 src/generic/choicdgg.o \
909 src/generic/dirdlgg.o \
910 src/generic/gridg.o \
911 src/generic/laywin.o \
912 src/generic/numdlgg.o \
913 src/generic/panelg.o \
914 src/generic/progdlgg.o \
915 src/generic/prop.o \
916 src/generic/propform.o \
917 src/generic/proplist.o \
918 src/generic/sashwin.o \
919 src/generic/scrolwin.o \
920 src/generic/splitter.o \
921 src/generic/statusbr.o \
922 src/generic/tabg.o \
923 src/generic/textdlgg.o \
924 src/generic/tipdlg.o \
925 src/generic/wizard.o
926
927 MSW_COMMONOBJS = \
928 src/common/choiccmn.o \
929 src/common/cmndata.o \
930 src/common/config.o \
931 src/common/ctrlcmn.o \
932 src/common/date.o \
933 src/common/datstrm.o \
934 src/common/db.o \
935 src/common/dbtable.o \
936 src/common/dcbase.o \
937 src/common/dlgcmn.o \
938 src/common/docmdi.o \
939 src/common/docview.o \
940 src/common/dynarray.o \
941 src/common/dynlib.o \
942 src/common/event.o \
943 src/common/extended.o \
944 src/common/ffile.o \
945 src/common/file.o \
946 src/common/fileconf.o \
947 src/common/filefn.o \
948 src/common/filesys.o \
949 src/common/framecmn.o \
950 src/common/fs_inet.o \
951 src/common/fs_zip.o \
952 src/common/ftp.o \
953 src/common/gdicmn.o \
954 src/common/gifdecod.o \
955 src/common/hash.o \
956 src/common/helpbase.o \
957 src/common/http.o \
958 src/common/imagbmp.o \
959 src/common/image.o \
960 src/common/imaggif.o \
961 src/common/imagjpeg.o \
962 src/common/imagpng.o \
963 src/common/imagpnm.o \
964 src/common/intl.o \
965 src/common/ipcbase.o \
966 src/common/layout.o \
967 src/common/list.o \
968 src/common/log.o \
969 src/common/memory.o \
970 src/common/mimetype.o \
971 src/common/module.o \
972 src/common/mstream.o \
973 src/common/object.o \
974 src/common/objstrm.o \
975 src/common/paper.o \
976 src/common/prntbase.o \
977 src/common/process.o \
978 src/common/protocol.o \
979 src/common/resource.o \
980 src/common/sckaddr.o \
981 src/common/sckfile.o \
982 src/common/sckipc.o \
983 src/common/sckstrm.o \
984 src/common/sizer.o \
985 src/common/socket.o \
986 src/common/strconv.o \
987 src/common/stream.o \
988 src/common/string.o \
989 src/common/tbarbase.o \
990 src/common/textcmn.o \
991 src/common/textfile.o \
992 src/common/time.o \
993 src/common/timercmn.o \
994 src/common/tokenzr.o \
995 src/common/txtstrm.o \
996 src/common/unzip.o \
997 src/common/url.o \
998 src/common/utilscmn.o \
999 src/common/valgen.o \
1000 src/common/validate.o \
1001 src/common/valtext.o \
1002 src/common/variant.o \
1003 src/common/wfstream.o \
1004 src/common/wincmn.o \
1005 src/common/wxchar.o \
1006 src/common/wxexpr.o \
1007 src/common/zipstrm.o \
1008 src/common/zstream.o
1009
1010 MSW_GUIOBJS = \
1011 src/msw/accel.o \
1012 src/msw/app.o \
1013 src/msw/bitmap.o \
1014 src/msw/bmpbuttn.o \
1015 src/msw/brush.o \
1016 src/msw/button.o \
1017 src/msw/caret.o \
1018 src/msw/checkbox.o \
1019 src/msw/checklst.o \
1020 src/msw/choice.o \
1021 src/msw/clipbrd.o \
1022 src/msw/colordlg.o \
1023 src/msw/colour.o \
1024 src/msw/combobox.o \
1025 src/msw/control.o \
1026 src/msw/curico.o \
1027 src/msw/cursor.o \
1028 src/msw/data.o \
1029 src/msw/dc.o \
1030 src/msw/dcclient.o \
1031 src/msw/dcmemory.o \
1032 src/msw/dcprint.o \
1033 src/msw/dcscreen.o \
1034 src/msw/dde.o \
1035 src/msw/dialog.o \
1036 src/msw/dib.o \
1037 src/msw/dibutils.o \
1038 src/msw/dragimag.o \
1039 src/msw/filedlg.o \
1040 src/msw/font.o \
1041 src/msw/fontdlg.o \
1042 src/msw/frame.o \
1043 src/msw/gauge95.o \
1044 src/msw/gdiobj.o \
1045 src/msw/helpwin.o \
1046 src/msw/icon.o \
1047 src/msw/imaglist.o \
1048 src/msw/joystick.o \
1049 src/msw/listbox.o \
1050 src/msw/listctrl.o \
1051 src/msw/main.o \
1052 src/msw/mdi.o \
1053 src/msw/menu.o \
1054 src/msw/menuitem.o \
1055 src/msw/metafile.o \
1056 src/msw/minifram.o \
1057 src/msw/msgdlg.o \
1058 src/msw/nativdlg.o \
1059 src/msw/notebook.o \
1060 src/msw/ownerdrw.o \
1061 src/msw/palette.o \
1062 src/msw/pen.o \
1063 src/msw/penwin.o \
1064 src/msw/pnghand.o \
1065 src/msw/printdlg.o \
1066 src/msw/printwin.o \
1067 src/msw/radiobox.o \
1068 src/msw/radiobut.o \
1069 src/msw/regconf.o \
1070 src/msw/region.o \
1071 src/msw/registry.o \
1072 src/msw/scrolbar.o \
1073 src/msw/settings.o \
1074 src/msw/slider95.o \
1075 src/msw/spinbutt.o \
1076 src/msw/statbmp.o \
1077 src/msw/statbox.o \
1078 src/msw/statbr95.o \
1079 src/msw/statline.o \
1080 src/msw/stattext.o \
1081 src/msw/tabctrl.o \
1082 src/msw/taskbar.o \
1083 src/msw/tbar95.o \
1084 src/msw/textctrl.o \
1085 src/msw/thread.o \
1086 src/msw/timer.o \
1087 src/msw/tooltip.o \
1088 src/msw/treectrl.o \
1089 src/msw/utils.o \
1090 src/msw/utilsexc.o \
1091 src/msw/wave.o \
1092 src/msw/window.o \
1093 src/msw/xpmhand.o
1094
1095 HTMLOBJS = \
1096 src/html/htmlcell.o \
1097 src/html/htmlfilter.o \
1098 src/html/htmlhelp.o \
1099 src/html/htmlhelp_io.o \
1100 src/html/htmlparser.o \
1101 src/html/htmltag.o \
1102 src/html/htmlwin.o \
1103 src/html/htmlwinparser.o \
1104 src/html/mod_fonts.o \
1105 src/html/mod_hline.o \
1106 src/html/mod_image.o \
1107 src/html/mod_layout.o \
1108 src/html/mod_links.o \
1109 src/html/mod_list.o \
1110 src/html/mod_pre.o \
1111 src/html/mod_tables.o \
1112 src/html/search.o
1113
1114 UNIXOBJS = \
1115 src/unix/gsocket.o \
1116 src/unix/threadpsx.o \
1117 src/unix/utilsunx.o
1118
1119 ZLIBOBJS = \
1120 src/zlib/adler32.o \
1121 src/zlib/compress.o \
1122 src/zlib/crc32.o \
1123 src/zlib/gzio.o \
1124 src/zlib/uncompr.o \
1125 src/zlib/deflate.o \
1126 src/zlib/trees.o \
1127 src/zlib/zutil.o \
1128 src/zlib/inflate.o \
1129 src/zlib/infblock.o \
1130 src/zlib/inftrees.o \
1131 src/zlib/infcodes.o \
1132 src/zlib/infutil.o \
1133 src/zlib/inffast.o
1134
1135 PNGOBJS = \
1136 src/png/png.o \
1137 src/png/pngread.o \
1138 src/png/pngrtran.o \
1139 src/png/pngrutil.o \
1140 src/png/pngpread.o \
1141 src/png/pngtrans.o \
1142 src/png/pngwrite.o \
1143 src/png/pngwtran.o \
1144 src/png/pngwutil.o \
1145 src/png/pngerror.o \
1146 src/png/pngmem.o \
1147 src/png/pngwio.o \
1148 src/png/pngrio.o \
1149 src/png/pngget.o \
1150 src/png/pngset.o
1151
1152
1153 JPEGOBJS = \
1154 src/jpeg/jcomapi.o \
1155 src/jpeg/jutils.o \
1156 src/jpeg/jerror.o \
1157 src/jpeg/jmemmgr.o \
1158 src/jpeg/jmemnobs.o \
1159 src/jpeg/jcapimin.o \
1160 src/jpeg/jcapistd.o \
1161 src/jpeg/jctrans.o \
1162 src/jpeg/jcparam.o \
1163 src/jpeg/jdatadst.o \
1164 src/jpeg/jcinit.o \
1165 src/jpeg/jcmaster.o \
1166 src/jpeg/jcmarker.o \
1167 src/jpeg/jcmainct.o \
1168 src/jpeg/jcprepct.o \
1169 src/jpeg/jccoefct.o \
1170 src/jpeg/jccolor.o \
1171 src/jpeg/jcsample.o \
1172 src/jpeg/jchuff.o \
1173 src/jpeg/jcphuff.o \
1174 src/jpeg/jcdctmgr.o \
1175 src/jpeg/jfdctfst.o \
1176 src/jpeg/jfdctflt.o \
1177 src/jpeg/jfdctint.o \
1178 src/jpeg/jdapimin.o \
1179 src/jpeg/jdapistd.o \
1180 src/jpeg/jdtrans.o \
1181 src/jpeg/jdatasrc.o \
1182 src/jpeg/jdmaster.o \
1183 src/jpeg/jdinput.o \
1184 src/jpeg/jdmarker.o \
1185 src/jpeg/jdhuff.o \
1186 src/jpeg/jdphuff.o \
1187 src/jpeg/jdmainct.o \
1188 src/jpeg/jdcoefct.o \
1189 src/jpeg/jdpostct.o \
1190 src/jpeg/jddctmgr.o \
1191 src/jpeg/jidctfst.o \
1192 src/jpeg/jidctflt.o \
1193 src/jpeg/jidctint.o \
1194 src/jpeg/jidctred.o \
1195 src/jpeg/jdsample.o \
1196 src/jpeg/jdcolor.o \
1197 src/jpeg/jquant1.o \
1198 src/jpeg/jquant2.o \
1199 src/jpeg/jdmerge.o
1200
1201
1202 OBJECTS = $(@GUIOBJS@) $(@COMMONOBJS@) $(@GENERICOBJS@) $(@UNIXOBJS@) $(HTMLOBJS) \
1203 $(JPEGOBJS) $(PNGOBJS) $(ZLIBOBJS)
1204
1205 HEADERS = $(@GUIHEADERS@) $(HTML_HEADERS) $(UNIX_HEADERS) $(PROTOCOL_HEADERS) \
1206 $(GENERIC_HEADERS) $(WX_HEADERS)
1207
1208 REQUIRED_DIRS = ./lib ./src ./src/common ./src/gtk ./src/motif ./src/msw \
1209 ./src/generic ./src/unix ./src/motif/xmombo ./src/html \
1210 ./src/zlib ./src/jpeg ./src/png
1211
1212 all: $(REQUIRED_DIRS) $(OBJECTS) @WX_TARGET_LIBRARY@ @WX_CREATE_LINKS@
1213
1214 $(REQUIRED_DIRS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
1215 @mkdir -p ./lib
1216 @mkdir -p ./src
1217 @mkdir -p ./src/common
1218 @mkdir -p ./src/msw
1219 @mkdir -p ./src/gtk
1220 @mkdir -p ./src/motif
1221 @mkdir -p ./src/motif/xmcombo
1222 @mkdir -p ./src/generic
1223 @mkdir -p ./src/unix
1224 @mkdir -p ./src/html
1225 @mkdir -p ./src/png
1226 @mkdir -p ./src/jpeg
1227 @mkdir -p ./src/zlib
1228
1229 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
1230 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
1231 $(RANLIB) ./lib/$@
1232
1233 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
1234 $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
1235
1236 CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@
1237 @if test -e ./lib/@WX_LIBRARY_LINK1@; then $(RM) ./lib/@WX_LIBRARY_LINK1@; fi
1238 @if test -e ./lib/@WX_LIBRARY_LINK2@; then $(RM) ./lib/@WX_LIBRARY_LINK2@; fi
1239 @if test -e ./lib/@WX_LIBRARY_LINK3@; then $(RM) ./lib/@WX_LIBRARY_LINK3@; fi
1240 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
1241 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
1242 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
1243
1244 CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@
1245 @if test -e $(libdir)/@WX_LIBRARY_LINK1@; then $(RM) $(libdir)/@WX_LIBRARY_LINK1@; fi
1246 @if test -e $(libdir)/@WX_LIBRARY_LINK2@; then $(RM) $(libdir)/@WX_LIBRARY_LINK2@; fi
1247 @if test -e $(libdir)/@WX_LIBRARY_LINK3@; then $(RM) $(libdir)/@WX_LIBRARY_LINK3@; fi
1248 $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK1@
1249 $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK2@
1250 $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK3@
1251
1252 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
1253
1254 parser.o: parser.c lexer.c
1255 $(CCLEX) -c $(CFLAGS) -o $@ parser.c
1256
1257 parser.c: $(COMMDIR)/parser.y lexer.c
1258 $(YACC) $(COMMDIR)/parser.y
1259 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
1260 sed -e "s/BUFSIZ/5000/g" | \
1261 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
1262 sed -e "s/yy/PROIO_yy/g" | \
1263 sed -e "s/input/PROIO_input/g" | \
1264 sed -e "s/unput/PROIO_unput/g" > parser.c
1265 @$(RM) y.tab.c
1266
1267 lexer.c: $(COMMDIR)/lexer.l
1268 $(LEX) $(COMMDIR)/lexer.l
1269 @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
1270 sed -e "s/yy/PROIO_yy/g" | \
1271 sed -e "s/input/PROIO_input/g" | \
1272 sed -e "s/unput/PROIO_unput/g" > lexer.c
1273 @$(RM) lex.yy.c
1274
1275 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $(top_builddir)/setup.h
1276 @echo " "
1277 @echo " Installing wxWindows..."
1278 @echo " "
1279
1280
1281 $(INSTALL) -d $(prefix)
1282 $(INSTALL) -d $(bindir)
1283 $(INSTALL) -d $(libdir)
1284
1285 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
1286 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
1287
1288 $(INSTALL) -d $(libdir)/wx
1289 $(INSTALL) -d $(libdir)/wx/include
1290 $(INSTALL) -d $(libdir)/wx/include/wx
1291 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
1292 $(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
1293
1294 $(INSTALL) -d $(includedir)/wx
1295 $(INSTALL) -d $(includedir)/wx/msw
1296 $(INSTALL) -d $(includedir)/wx/gtk
1297 $(INSTALL) -d $(includedir)/wx/motif
1298 $(INSTALL) -d $(includedir)/wx/html
1299 $(INSTALL) -d $(includedir)/wx/protocol
1300 $(INSTALL) -d $(includedir)/wx/unix
1301 $(INSTALL) -d $(includedir)/wx/generic
1302 @list='$(HEADERS)'; for p in $$list; do \
1303 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
1304 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
1305 done
1306
1307 write_message:
1308 @echo " "
1309 @echo " The installation of wxWindows is finished. On certain"
1310 @echo " platforms (e.g. Linux, Solaris) you'll now have to run"
1311 @echo " ldconfig if you installed a shared library."
1312 @echo " "
1313 @echo " wxWindows comes with no guarantees and doesn't claim"
1314 @echo " to be suitable for any purpose."
1315 @echo " "
1316 @echo " Read the wxWindows Licence on licencing conditions."
1317 @echo " "
1318
1319 install: preinstall @WX_CREATE_INSTALLED_LINKS@ write_message
1320
1321 uninstall:
1322 @echo " "
1323 @echo " Uninstalling wxWindows..."
1324 @echo " "
1325 @echo " Removing library..."
1326 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
1327 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
1328 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
1329 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
1330 @echo " Removing helper files..."
1331 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
1332 @$(RM) $(bindir)/wx-config
1333 @echo " Removing headers..."
1334 @list='$(HEADERS)'; for p in $$list; do \
1335 $(RM) $(includedir)/wx/$$p; \
1336 done
1337 @echo " Removing directories..."
1338 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
1339 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
1340 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
1341 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
1342 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
1343 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
1344 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/msw; fi
1345 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
1346 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
1347 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
1348 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
1349 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
1350
1351 ALL_DIST:
1352 mkdir _dist_dir
1353 mkdir $(DISTDIR)
1354 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
1355 cp $(WXDIR)/configure $(DISTDIR)
1356 cp $(WXDIR)/config.sub $(DISTDIR)
1357 cp $(WXDIR)/config.guess $(DISTDIR)
1358 cp $(WXDIR)/install-sh $(DISTDIR)
1359 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
1360 cp $(WXDIR)/wx-config.in $(DISTDIR)
1361 cp $(WXDIR)/setup.h.in $(DISTDIR)
1362 cp $(WXDIR)/Makefile.in $(DISTDIR)
1363 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
1364 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
1365 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
1366 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
1367 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
1368 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
1369 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
1370 mkdir $(DISTDIR)/include
1371 mkdir $(DISTDIR)/include/wx
1372 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
1373 mkdir $(DISTDIR)/include/wx/generic
1374 mkdir $(DISTDIR)/include/wx/html
1375 mkdir $(DISTDIR)/include/wx/unix
1376 mkdir $(DISTDIR)/include/wx/protocol
1377 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
1378 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
1379 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
1380 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
1381 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
1382 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
1383 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
1384 mkdir $(DISTDIR)/src
1385 mkdir $(DISTDIR)/src/common
1386 mkdir $(DISTDIR)/src/generic
1387 mkdir $(DISTDIR)/src/html
1388 mkdir $(DISTDIR)/src/html/bitmaps
1389 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
1390 mkdir $(DISTDIR)/src/unix
1391 mkdir $(DISTDIR)/src/png
1392 mkdir $(DISTDIR)/src/jpeg
1393 mkdir $(DISTDIR)/src/zlib
1394 cp $(SRCDIR)/*.in $(DISTDIR)/src
1395 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
1396 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
1397 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
1398 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
1399 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
1400 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
1401 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
1402 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
1403 cp $(HTMLDIR)/*.h $(DISTDIR)/src/html
1404 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
1405 cp $(UNIXDIR)/*.h $(DISTDIR)/src/unix
1406 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
1407 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
1408 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
1409 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
1410 cp $(PNGDIR)/README $(DISTDIR)/src/png
1411 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
1412 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
1413 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
1414 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
1415 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
1416 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
1417
1418 GTK_DIST:
1419 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
1420 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
1421 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
1422 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
1423 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
1424 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
1425
1426 MOTIF_DIST:
1427 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
1428 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
1429 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
1430 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
1431 mkdir $(DISTDIR)/src/motif/xmcombo
1432 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
1433 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
1434 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
1435
1436 MSW_DIST:
1437 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
1438 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
1439 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
1440 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
1441 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
1442 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
1443 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
1444 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
1445 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
1446 mkdir $(DISTDIR)/src/msw/ole
1447 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
1448
1449 SAMPLES_DIST:
1450 mkdir $(DISTDIR)/samples
1451 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
1452 mkdir $(DISTDIR)/samples/bombs
1453 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
1454 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
1455 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
1456 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
1457 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
1458 mkdir $(DISTDIR)/samples/caret
1459 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
1460 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
1461 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
1462 mkdir $(DISTDIR)/samples/config
1463 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
1464 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
1465 mkdir $(DISTDIR)/samples/controls
1466 mkdir $(DISTDIR)/samples/controls/icons
1467 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
1468 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
1469 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
1470 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
1471 mkdir $(DISTDIR)/samples/checklst
1472 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
1473 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
1474 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
1475 mkdir $(DISTDIR)/samples/checkls
1476 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
1477 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
1478 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
1479 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
1480 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
1481
1482 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST
1483 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
1484 $(RM) -r _dist_dir
1485
1486 clean:
1487 $(RM) ./src/msw/*.o
1488 $(RM) ./src/gtk/*.o
1489 $(RM) ./src/motif/*.o
1490 $(RM) ./src/html/*.o
1491 $(RM) ./src/common/*.o
1492 $(RM) ./src/unix/*.o
1493 $(RM) ./src/generic/*.o
1494 $(RM) ./src/png/*.o
1495 $(RM) ./src/jpeg/*.o
1496 $(RM) ./src/zlib/*.o
1497 $(RM) *.o
1498 $(RM) parser.c
1499 $(RM) lexer.c
1500 $(RM) ./lib/*
1501
1502 cleanall: clean