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