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