]> git.saurik.com Git - wxWidgets.git/blame - Makefile.in
Configure support for OGL
[wxWidgets.git] / Makefile.in
CommitLineData
ad9edf45 1#
8ec2b484 2# This file was automatically generated by tmake at 13:13, 1999/09/12
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 518UNIX_HEADERS = \
8ec2b484 519 unix/execute.h
ad9edf45
RR
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 \
8ec2b484
HH
559 html/helpctrl.h \
560 html/helpdata.h \
561 html/helpfrm.h \
ad9edf45
RR
562 html/htmlcell.h \
563 html/htmldefs.h \
564 html/htmlfilter.h \
ad9edf45
RR
565 html/htmlparser.h \
566 html/htmltag.h \
567 html/htmlwin.h \
568 html/htmlwinparser.h \
569 html/mod_templ.h \
570 html/version.h
571
572GTK_GENERICOBJS = \
5586805b
RR
573 busyinfo.o \
574 caret.o \
575 choicdgg.o \
576 colrdlgg.o \
577 dcpsg.o \
578 dirdlgg.o \
579 filedlgg.o \
5586805b
RR
580 gridg.o \
581 helphtml.o \
582 helpwxht.o \
583 imaglist.o \
584 laywin.o \
585 listctrl.o \
586 msgdlgg.o \
587 numdlgg.o \
588 panelg.o \
589 printps.o \
590 prntdlgg.o \
591 progdlgg.o \
592 prop.o \
593 propform.o \
594 proplist.o \
595 sashwin.o \
596 scrolwin.o \
597 splitter.o \
598 statusbr.o \
599 textdlgg.o \
600 tipdlg.o \
601 treectrl.o \
602 wizard.o
603
604GTK_GENERICDEPS = \
605 busyinfo.d \
606 caret.d \
607 choicdgg.d \
608 colrdlgg.d \
609 dcpsg.d \
610 dirdlgg.d \
611 filedlgg.d \
5586805b
RR
612 gridg.d \
613 helphtml.d \
614 helpwxht.d \
615 imaglist.d \
616 laywin.d \
617 listctrl.d \
618 msgdlgg.d \
619 numdlgg.d \
620 panelg.d \
621 printps.d \
622 prntdlgg.d \
623 progdlgg.d \
624 prop.d \
625 propform.d \
626 proplist.d \
627 sashwin.d \
628 scrolwin.d \
629 splitter.d \
630 statusbr.d \
631 textdlgg.d \
632 tipdlg.d \
633 treectrl.d \
634 wizard.d
ad9edf45
RR
635
636GTK_COMMONOBJS = \
637 parser.o \
5586805b
RR
638 cmndata.o \
639 config.o \
640 date.o \
641 datstrm.o \
642 db.o \
643 dbtable.o \
644 dcbase.o \
645 dlgcmn.o \
646 docmdi.o \
647 docview.o \
648 dynarray.o \
649 dynlib.o \
650 event.o \
651 extended.o \
652 ffile.o \
653 file.o \
654 fileconf.o \
655 filefn.o \
656 filesys.o \
657 framecmn.o \
658 fs_inet.o \
659 fs_zip.o \
660 ftp.o \
661 gdicmn.o \
662 gifdecod.o \
663 hash.o \
664 helpbase.o \
665 http.o \
666 imagbmp.o \
667 image.o \
668 imaggif.o \
669 imagjpeg.o \
75ceb69d 670 imagpcx.o \
5586805b
RR
671 imagpng.o \
672 imagpnm.o \
673 intl.o \
674 ipcbase.o \
675 layout.o \
676 list.o \
677 log.o \
678 memory.o \
679 mimetype.o \
680 module.o \
681 mstream.o \
682 object.o \
683 objstrm.o \
684 paper.o \
685 prntbase.o \
686 process.o \
687 protocol.o \
688 resource.o \
689 sckaddr.o \
690 sckfile.o \
691 sckipc.o \
692 sckstrm.o \
693 sizer.o \
694 socket.o \
695 strconv.o \
696 stream.o \
697 string.o \
698 tbarbase.o \
699 tbarsmpl.o \
700 textcmn.o \
701 textfile.o \
702 time.o \
703 timercmn.o \
704 tokenzr.o \
705 txtstrm.o \
706 unzip.o \
707 url.o \
708 utilscmn.o \
709 valgen.o \
710 validate.o \
711 valtext.o \
712 variant.o \
713 wfstream.o \
714 wincmn.o \
715 wxchar.o \
716 wxexpr.o \
717 zipstrm.o \
718 zstream.o
719
720GTK_COMMONDEPS = \
721 parser.d \
722 cmndata.d \
723 config.d \
724 date.d \
725 datstrm.d \
726 db.d \
727 dbtable.d \
728 dcbase.d \
729 dlgcmn.d \
730 docmdi.d \
731 docview.d \
732 dynarray.d \
733 dynlib.d \
734 event.d \
735 extended.d \
736 ffile.d \
737 file.d \
738 fileconf.d \
739 filefn.d \
740 filesys.d \
741 framecmn.d \
742 fs_inet.d \
743 fs_zip.d \
744 ftp.d \
745 gdicmn.d \
746 gifdecod.d \
747 hash.d \
748 helpbase.d \
749 http.d \
750 imagbmp.d \
751 image.d \
752 imaggif.d \
753 imagjpeg.d \
75ceb69d 754 imagpcx.d \
5586805b
RR
755 imagpng.d \
756 imagpnm.d \
757 intl.d \
758 ipcbase.d \
759 layout.d \
760 list.d \
761 log.d \
762 memory.d \
763 mimetype.d \
764 module.d \
765 mstream.d \
766 object.d \
767 objstrm.d \
768 paper.d \
769 prntbase.d \
770 process.d \
771 protocol.d \
772 resource.d \
773 sckaddr.d \
774 sckfile.d \
775 sckipc.d \
776 sckstrm.d \
777 sizer.d \
778 socket.d \
779 strconv.d \
780 stream.d \
781 string.d \
782 tbarbase.d \
783 tbarsmpl.d \
784 textcmn.d \
785 textfile.d \
786 time.d \
787 timercmn.d \
788 tokenzr.d \
789 txtstrm.d \
790 unzip.d \
791 url.d \
792 utilscmn.d \
793 valgen.d \
794 validate.d \
795 valtext.d \
796 variant.d \
797 wfstream.d \
798 wincmn.d \
799 wxchar.d \
800 wxexpr.d \
801 zipstrm.d \
802 zstream.d
ad9edf45
RR
803
804GTK_GUIOBJS = \
5586805b
RR
805 accel.o \
806 app.o \
807 bitmap.o \
808 bmpbuttn.o \
809 brush.o \
810 button.o \
811 checkbox.o \
812 checklst.o \
813 choice.o \
814 clipbrd.o \
815 colour.o \
816 combobox.o \
817 control.o \
818 cursor.o \
819 data.o \
820 dataobj.o \
821 dc.o \
822 dcclient.o \
823 dcmemory.o \
824 dcscreen.o \
825 dialog.o \
826 dnd.o \
827 font.o \
8636aed8 828 fontdlg.o \
5586805b
RR
829 frame.o \
830 gauge.o \
831 gdiobj.o \
832 gsockgtk.o \
833 icon.o \
834 listbox.o \
835 main.o \
836 mdi.o \
837 menu.o \
838 minifram.o \
839 notebook.o \
840 palette.o \
841 pen.o \
842 radiobox.o \
843 radiobut.o \
844 region.o \
845 scrolbar.o \
846 settings.o \
847 slider.o \
848 spinbutt.o \
849 statbmp.o \
850 statbox.o \
851 statline.o \
852 stattext.o \
853 tbargtk.o \
854 textctrl.o \
855 timer.o \
856 tooltip.o \
857 utilsgtk.o \
858 utilsres.o \
859 wave.o \
860 win_gtk.o \
861 window.o
862
863GTK_GUIDEPS = \
864 accel.d \
865 app.d \
866 bitmap.d \
867 bmpbuttn.d \
868 brush.d \
869 button.d \
870 checkbox.d \
871 checklst.d \
872 choice.d \
873 clipbrd.d \
874 colour.d \
875 combobox.d \
876 control.d \
877 cursor.d \
878 data.d \
879 dataobj.d \
880 dc.d \
881 dcclient.d \
882 dcmemory.d \
883 dcscreen.d \
884 dialog.d \
885 dnd.d \
886 font.d \
8636aed8 887 fontdlg.d \
5586805b
RR
888 frame.d \
889 gauge.d \
890 gdiobj.d \
891 gsockgtk.d \
892 icon.d \
893 listbox.d \
894 main.d \
895 mdi.d \
896 menu.d \
897 minifram.d \
898 notebook.d \
899 palette.d \
900 pen.d \
901 radiobox.d \
902 radiobut.d \
903 region.d \
904 scrolbar.d \
905 settings.d \
906 slider.d \
907 spinbutt.d \
908 statbmp.d \
909 statbox.d \
910 statline.d \
911 stattext.d \
912 tbargtk.d \
913 textctrl.d \
914 timer.d \
915 tooltip.d \
916 utilsgtk.d \
917 utilsres.d \
918 wave.d \
919 win_gtk.d \
920 window.d
ad9edf45
RR
921
922MOTIF_GENERICOBJS = \
5586805b
RR
923 busyinfo.o \
924 caret.o \
925 choicdgg.o \
926 colrdlgg.o \
927 dcpsg.o \
928 dirdlgg.o \
5586805b
RR
929 fontdlgg.o \
930 gridg.o \
931 helphtml.o \
932 helpwxht.o \
933 helpxlp.o \
934 imaglist.o \
935 laywin.o \
936 listctrl.o \
937 msgdlgg.o \
938 notebook.o \
939 numdlgg.o \
940 panelg.o \
941 printps.o \
942 prntdlgg.o \
943 progdlgg.o \
944 prop.o \
945 propform.o \
946 proplist.o \
947 sashwin.o \
948 scrolwin.o \
949 splitter.o \
d84b1219 950 statline.o \
5586805b
RR
951 statusbr.o \
952 tabg.o \
953 textdlgg.o \
954 tipdlg.o \
955 treectrl.o \
956 wizard.o
957
958MOTIF_GENERICDEPS = \
959 busyinfo.d \
960 caret.d \
961 choicdgg.d \
962 colrdlgg.d \
963 dcpsg.d \
964 dirdlgg.d \
5586805b
RR
965 fontdlgg.d \
966 gridg.d \
967 helphtml.d \
968 helpwxht.d \
969 helpxlp.d \
970 imaglist.d \
971 laywin.d \
972 listctrl.d \
973 msgdlgg.d \
974 notebook.d \
975 numdlgg.d \
976 panelg.d \
977 printps.d \
978 prntdlgg.d \
979 progdlgg.d \
980 prop.d \
981 propform.d \
982 proplist.d \
983 sashwin.d \
984 scrolwin.d \
985 splitter.d \
d84b1219 986 statline.d \
5586805b
RR
987 statusbr.d \
988 tabg.d \
989 textdlgg.d \
990 tipdlg.d \
991 treectrl.d \
992 wizard.d
ad9edf45
RR
993
994MOTIF_COMMONOBJS = \
995 parser.o \
5586805b
RR
996 choiccmn.o \
997 cmndata.o \
998 config.o \
999 ctrlcmn.o \
1000 date.o \
1001 datstrm.o \
1002 db.o \
1003 dbtable.o \
1004 dcbase.o \
1005 dlgcmn.o \
1006 docmdi.o \
1007 docview.o \
1008 dynarray.o \
1009 dynlib.o \
1010 event.o \
1011 extended.o \
1012 ffile.o \
1013 file.o \
1014 fileconf.o \
1015 filefn.o \
1016 filesys.o \
1017 framecmn.o \
1018 fs_inet.o \
1019 fs_zip.o \
1020 ftp.o \
1021 gdicmn.o \
1022 gifdecod.o \
1023 hash.o \
1024 helpbase.o \
1025 http.o \
1026 imagbmp.o \
1027 image.o \
1028 imaggif.o \
1029 imagjpeg.o \
75ceb69d 1030 imagpcx.o \
5586805b
RR
1031 imagpng.o \
1032 imagpnm.o \
1033 intl.o \
1034 ipcbase.o \
1035 layout.o \
1036 list.o \
1037 log.o \
1038 memory.o \
1039 mimetype.o \
1040 module.o \
1041 mstream.o \
1042 object.o \
1043 objstrm.o \
1044 odbc.o \
1045 paper.o \
1046 prntbase.o \
1047 process.o \
1048 protocol.o \
1049 resource.o \
1050 sckaddr.o \
1051 sckfile.o \
1052 sckipc.o \
1053 sckstrm.o \
1054 sizer.o \
1055 socket.o \
1056 strconv.o \
1057 stream.o \
1058 string.o \
1059 tbarbase.o \
1060 tbarsmpl.o \
1061 textcmn.o \
1062 textfile.o \
1063 time.o \
1064 timercmn.o \
1065 tokenzr.o \
1066 txtstrm.o \
1067 unzip.o \
1068 url.o \
1069 utilscmn.o \
1070 valgen.o \
1071 validate.o \
1072 valtext.o \
1073 variant.o \
1074 wfstream.o \
1075 wincmn.o \
1076 wxchar.o \
1077 wxexpr.o \
1078 zipstrm.o \
1079 zstream.o
1080
1081MOTIF_COMMONDEPS = \
1082 parser.d \
1083 choiccmn.d \
1084 cmndata.d \
1085 config.d \
1086 ctrlcmn.d \
1087 date.d \
1088 datstrm.d \
1089 db.d \
1090 dbtable.d \
1091 dcbase.d \
1092 dlgcmn.d \
1093 docmdi.d \
1094 docview.d \
1095 dynarray.d \
1096 dynlib.d \
1097 event.d \
1098 extended.d \
1099 ffile.d \
1100 file.d \
1101 fileconf.d \
1102 filefn.d \
1103 filesys.d \
1104 framecmn.d \
1105 fs_inet.d \
1106 fs_zip.d \
1107 ftp.d \
1108 gdicmn.d \
1109 gifdecod.d \
1110 hash.d \
1111 helpbase.d \
1112 http.d \
1113 imagbmp.d \
1114 image.d \
1115 imaggif.d \
1116 imagjpeg.d \
75ceb69d 1117 imagpcx.d \
5586805b
RR
1118 imagpng.d \
1119 imagpnm.d \
1120 intl.d \
1121 ipcbase.d \
1122 layout.d \
1123 list.d \
1124 log.d \
1125 memory.d \
1126 mimetype.d \
1127 module.d \
1128 mstream.d \
1129 object.d \
1130 objstrm.d \
1131 odbc.d \
1132 paper.d \
1133 prntbase.d \
1134 process.d \
1135 protocol.d \
1136 resource.d \
1137 sckaddr.d \
1138 sckfile.d \
1139 sckipc.d \
1140 sckstrm.d \
1141 sizer.d \
1142 socket.d \
1143 strconv.d \
1144 stream.d \
1145 string.d \
1146 tbarbase.d \
1147 tbarsmpl.d \
1148 textcmn.d \
1149 textfile.d \
1150 time.d \
1151 timercmn.d \
1152 tokenzr.d \
1153 txtstrm.d \
1154 unzip.d \
1155 url.d \
1156 utilscmn.d \
1157 valgen.d \
1158 validate.d \
1159 valtext.d \
1160 variant.d \
1161 wfstream.d \
1162 wincmn.d \
1163 wxchar.d \
1164 wxexpr.d \
1165 zipstrm.d \
1166 zstream.d
ad9edf45
RR
1167
1168MOTIF_GUIOBJS = \
5586805b
RR
1169 xmcombo.o \
1170 accel.o \
1171 app.o \
1172 bitmap.o \
1173 bmpbuttn.o \
1174 brush.o \
1175 button.o \
1176 checkbox.o \
d84b1219 1177 checklst.o \
5586805b
RR
1178 choice.o \
1179 clipbrd.o \
1180 colour.o \
1181 combobox.o \
1182 control.o \
1183 cursor.o \
1184 data.o \
1185 dataobj.o \
1186 dc.o \
1187 dcclient.o \
1188 dcmemory.o \
1189 dcscreen.o \
1190 dialog.o \
1191 filedlg.o \
1192 font.o \
1193 frame.o \
1194 gauge.o \
1195 gdiobj.o \
1196 gsockmot.o \
1197 icon.o \
1198 listbox.o \
1199 main.o \
1200 mdi.o \
1201 menu.o \
1202 menuitem.o \
1203 minifram.o \
1204 msgdlg.o \
1205 palette.o \
1206 pen.o \
1207 radiobox.o \
1208 radiobut.o \
1209 region.o \
1210 scrolbar.o \
1211 settings.o \
1212 slider.o \
d84b1219 1213 spinbutt.o \
5586805b
RR
1214 statbmp.o \
1215 statbox.o \
1216 stattext.o \
1217 textctrl.o \
1218 timer.o \
1219 toolbar.o \
1220 utils.o \
1221 window.o
1222
1223MOTIF_GUIDEPS = \
1224 xmcombo.d \
1225 accel.d \
1226 app.d \
1227 bitmap.d \
1228 bmpbuttn.d \
1229 brush.d \
1230 button.d \
1231 checkbox.d \
d84b1219 1232 checklst.d \
5586805b
RR
1233 choice.d \
1234 clipbrd.d \
1235 colour.d \
1236 combobox.d \
1237 control.d \
1238 cursor.d \
1239 data.d \
1240 dataobj.d \
1241 dc.d \
1242 dcclient.d \
1243 dcmemory.d \
1244 dcscreen.d \
1245 dialog.d \
1246 filedlg.d \
1247 font.d \
1248 frame.d \
1249 gauge.d \
1250 gdiobj.d \
1251 gsockmot.d \
1252 icon.d \
1253 listbox.d \
1254 main.d \
1255 mdi.d \
1256 menu.d \
1257 menuitem.d \
1258 minifram.d \
1259 msgdlg.d \
1260 palette.d \
1261 pen.d \
1262 radiobox.d \
1263 radiobut.d \
1264 region.d \
1265 scrolbar.d \
1266 settings.d \
1267 slider.d \
d84b1219 1268 spinbutt.d \
5586805b
RR
1269 statbmp.d \
1270 statbox.d \
1271 stattext.d \
1272 textctrl.d \
1273 timer.d \
1274 toolbar.d \
1275 utils.d \
1276 window.d
ad9edf45 1277
e4b4d60e 1278MSW_GENERICOBJS = \
5586805b
RR
1279 busyinfo.o \
1280 choicdgg.o \
1281 dirdlgg.o \
1282 gridg.o \
1283 laywin.o \
1284 numdlgg.o \
1285 panelg.o \
1286 progdlgg.o \
1287 prop.o \
1288 propform.o \
1289 proplist.o \
1290 sashwin.o \
1291 scrolwin.o \
1292 splitter.o \
1293 statusbr.o \
1294 tabg.o \
1295 textdlgg.o \
1296 tipdlg.o \
1297 wizard.o
1298
1299MSW_GENERICDEPS = \
1300 busyinfo.d \
1301 choicdgg.d \
1302 dirdlgg.d \
1303 gridg.d \
1304 laywin.d \
1305 numdlgg.d \
1306 panelg.d \
1307 progdlgg.d \
1308 prop.d \
1309 propform.d \
1310 proplist.d \
1311 sashwin.d \
1312 scrolwin.d \
1313 splitter.d \
1314 statusbr.d \
1315 tabg.d \
1316 textdlgg.d \
1317 tipdlg.d \
1318 wizard.d
e4b4d60e
RR
1319
1320MSW_COMMONOBJS = \
80d895cd 1321 parser.o \
5586805b
RR
1322 choiccmn.o \
1323 cmndata.o \
1324 config.o \
1325 ctrlcmn.o \
1326 date.o \
1327 datstrm.o \
1328 db.o \
1329 dbtable.o \
1330 dcbase.o \
1331 dlgcmn.o \
1332 docmdi.o \
1333 docview.o \
1334 dynarray.o \
1335 dynlib.o \
1336 event.o \
1337 extended.o \
1338 ffile.o \
1339 file.o \
1340 fileconf.o \
1341 filefn.o \
1342 filesys.o \
1343 framecmn.o \
1344 fs_inet.o \
1345 fs_zip.o \
1346 ftp.o \
1347 gdicmn.o \
1348 gifdecod.o \
1349 hash.o \
1350 helpbase.o \
1351 http.o \
1352 imagbmp.o \
1353 image.o \
1354 imaggif.o \
1355 imagjpeg.o \
75ceb69d 1356 imagpcx.o \
5586805b
RR
1357 imagpng.o \
1358 imagpnm.o \
1359 intl.o \
1360 ipcbase.o \
1361 layout.o \
1362 list.o \
1363 log.o \
1364 memory.o \
1365 mimetype.o \
1366 module.o \
1367 mstream.o \
1368 object.o \
1369 objstrm.o \
1370 paper.o \
1371 prntbase.o \
1372 process.o \
1373 protocol.o \
1374 resource.o \
1375 sckaddr.o \
1376 sckfile.o \
1377 sckipc.o \
1378 sckstrm.o \
1379 sizer.o \
1380 socket.o \
1381 strconv.o \
1382 stream.o \
1383 string.o \
1384 tbarbase.o \
1385 textcmn.o \
1386 textfile.o \
1387 time.o \
1388 timercmn.o \
1389 tokenzr.o \
1390 txtstrm.o \
1391 unzip.o \
1392 url.o \
1393 utilscmn.o \
1394 valgen.o \
1395 validate.o \
1396 valtext.o \
1397 variant.o \
1398 wfstream.o \
1399 wincmn.o \
1400 wxchar.o \
1401 wxexpr.o \
1402 zipstrm.o \
1403 zstream.o
1404
1405MSW_COMMONDEPS = \
80d895cd 1406 parser.d \
5586805b
RR
1407 choiccmn.d \
1408 cmndata.d \
1409 config.d \
1410 ctrlcmn.d \
1411 date.d \
1412 datstrm.d \
1413 db.d \
1414 dbtable.d \
1415 dcbase.d \
1416 dlgcmn.d \
1417 docmdi.d \
1418 docview.d \
1419 dynarray.d \
1420 dynlib.d \
1421 event.d \
1422 extended.d \
1423 ffile.d \
1424 file.d \
1425 fileconf.d \
1426 filefn.d \
1427 filesys.d \
1428 framecmn.d \
1429 fs_inet.d \
1430 fs_zip.d \
1431 ftp.d \
1432 gdicmn.d \
1433 gifdecod.d \
1434 hash.d \
1435 helpbase.d \
1436 http.d \
1437 imagbmp.d \
1438 image.d \
1439 imaggif.d \
1440 imagjpeg.d \
75ceb69d 1441 imagpcx.d \
5586805b
RR
1442 imagpng.d \
1443 imagpnm.d \
1444 intl.d \
1445 ipcbase.d \
1446 layout.d \
1447 list.d \
1448 log.d \
1449 memory.d \
1450 mimetype.d \
1451 module.d \
1452 mstream.d \
1453 object.d \
1454 objstrm.d \
1455 paper.d \
1456 prntbase.d \
1457 process.d \
1458 protocol.d \
1459 resource.d \
1460 sckaddr.d \
1461 sckfile.d \
1462 sckipc.d \
1463 sckstrm.d \
1464 sizer.d \
1465 socket.d \
1466 strconv.d \
1467 stream.d \
1468 string.d \
1469 tbarbase.d \
1470 textcmn.d \
1471 textfile.d \
1472 time.d \
1473 timercmn.d \
1474 tokenzr.d \
1475 txtstrm.d \
1476 unzip.d \
1477 url.d \
1478 utilscmn.d \
1479 valgen.d \
1480 validate.d \
1481 valtext.d \
1482 variant.d \
1483 wfstream.d \
1484 wincmn.d \
1485 wxchar.d \
1486 wxexpr.d \
1487 zipstrm.d \
1488 zstream.d
e4b4d60e
RR
1489
1490MSW_GUIOBJS = \
5586805b
RR
1491 accel.o \
1492 app.o \
1493 bitmap.o \
1494 bmpbuttn.o \
1495 brush.o \
1496 button.o \
1497 caret.o \
1498 checkbox.o \
1499 checklst.o \
1500 choice.o \
1501 clipbrd.o \
1502 colordlg.o \
1503 colour.o \
1504 combobox.o \
1505 control.o \
1506 curico.o \
1507 cursor.o \
1508 data.o \
1509 dc.o \
1510 dcclient.o \
1511 dcmemory.o \
1512 dcprint.o \
1513 dcscreen.o \
1514 dde.o \
1515 dialog.o \
1516 dib.o \
1517 dibutils.o \
1518 dragimag.o \
1519 filedlg.o \
1520 font.o \
1521 fontdlg.o \
1522 frame.o \
1523 gauge95.o \
1524 gdiobj.o \
8ec2b484 1525 gsocket.o \
5586805b
RR
1526 helpwin.o \
1527 icon.o \
1528 imaglist.o \
1529 joystick.o \
1530 listbox.o \
1531 listctrl.o \
1532 main.o \
1533 mdi.o \
1534 menu.o \
1535 menuitem.o \
1536 metafile.o \
1537 minifram.o \
1538 msgdlg.o \
1539 nativdlg.o \
1540 notebook.o \
1541 ownerdrw.o \
1542 palette.o \
1543 pen.o \
1544 penwin.o \
1545 pnghand.o \
1546 printdlg.o \
1547 printwin.o \
1548 radiobox.o \
1549 radiobut.o \
1550 regconf.o \
1551 region.o \
1552 registry.o \
1553 scrolbar.o \
1554 settings.o \
1555 slider95.o \
1556 spinbutt.o \
1557 statbmp.o \
1558 statbox.o \
1559 statbr95.o \
1560 statline.o \
1561 stattext.o \
1562 tabctrl.o \
1563 taskbar.o \
1564 tbar95.o \
1565 textctrl.o \
1566 thread.o \
1567 timer.o \
1568 tooltip.o \
1569 treectrl.o \
1570 utils.o \
1571 utilsexc.o \
1572 wave.o \
1573 window.o \
1574 xpmhand.o
1575
1576MSW_GUIDEPS = \
1577 accel.d \
1578 app.d \
1579 bitmap.d \
1580 bmpbuttn.d \
1581 brush.d \
1582 button.d \
1583 caret.d \
1584 checkbox.d \
1585 checklst.d \
1586 choice.d \
1587 clipbrd.d \
1588 colordlg.d \
1589 colour.d \
1590 combobox.d \
1591 control.d \
1592 curico.d \
1593 cursor.d \
1594 data.d \
1595 dc.d \
1596 dcclient.d \
1597 dcmemory.d \
1598 dcprint.d \
1599 dcscreen.d \
1600 dde.d \
1601 dialog.d \
1602 dib.d \
1603 dibutils.d \
1604 dragimag.d \
1605 filedlg.d \
1606 font.d \
1607 fontdlg.d \
1608 frame.d \
1609 gauge95.d \
1610 gdiobj.d \
8ec2b484 1611 gsocket.d \
5586805b
RR
1612 helpwin.d \
1613 icon.d \
1614 imaglist.d \
1615 joystick.d \
1616 listbox.d \
1617 listctrl.d \
1618 main.d \
1619 mdi.d \
1620 menu.d \
1621 menuitem.d \
1622 metafile.d \
1623 minifram.d \
1624 msgdlg.d \
1625 nativdlg.d \
1626 notebook.d \
1627 ownerdrw.d \
1628 palette.d \
1629 pen.d \
1630 penwin.d \
1631 pnghand.d \
1632 printdlg.d \
1633 printwin.d \
1634 radiobox.d \
1635 radiobut.d \
1636 regconf.d \
1637 region.d \
1638 registry.d \
1639 scrolbar.d \
1640 settings.d \
1641 slider95.d \
1642 spinbutt.d \
1643 statbmp.d \
1644 statbox.d \
1645 statbr95.d \
1646 statline.d \
1647 stattext.d \
1648 tabctrl.d \
1649 taskbar.d \
1650 tbar95.d \
1651 textctrl.d \
1652 thread.d \
1653 timer.d \
1654 tooltip.d \
1655 treectrl.d \
1656 utils.d \
1657 utilsexc.d \
1658 wave.d \
1659 window.d \
1660 xpmhand.d
e4b4d60e 1661
ad9edf45 1662HTMLOBJS = \
8ec2b484
HH
1663 helpctrl.o \
1664 helpdata.o \
1665 helpfrm.o \
5586805b
RR
1666 htmlcell.o \
1667 htmlfilter.o \
5586805b
RR
1668 htmlparser.o \
1669 htmltag.o \
1670 htmlwin.o \
1671 htmlwinparser.o \
1672 mod_fonts.o \
1673 mod_hline.o \
1674 mod_image.o \
1675 mod_layout.o \
1676 mod_links.o \
1677 mod_list.o \
1678 mod_pre.o \
1679 mod_tables.o \
1680 search.o
1681
1682HTMLDEPS = \
8ec2b484
HH
1683 helpctrl.d \
1684 helpdata.d \
1685 helpfrm.d \
5586805b
RR
1686 htmlcell.d \
1687 htmlfilter.d \
5586805b
RR
1688 htmlparser.d \
1689 htmltag.d \
1690 htmlwin.d \
1691 htmlwinparser.d \
1692 mod_fonts.d \
1693 mod_hline.d \
1694 mod_image.d \
1695 mod_layout.d \
1696 mod_links.d \
1697 mod_list.d \
1698 mod_pre.d \
1699 mod_tables.d \
1700 search.d
ad9edf45
RR
1701
1702UNIXOBJS = \
5586805b
RR
1703 gsocket.o \
1704 threadpsx.o \
1705 utilsunx.o
1706
1707UNIXDEPS = \
1708 gsocket.d \
1709 threadpsx.d \
1710 utilsunx.d
ad9edf45
RR
1711
1712ZLIBOBJS = \
5586805b
RR
1713 adler32.o \
1714 compress.o \
1715 crc32.o \
1716 gzio.o \
1717 uncompr.o \
1718 deflate.o \
1719 trees.o \
1720 zutil.o \
1721 inflate.o \
1722 infblock.o \
1723 inftrees.o \
1724 infcodes.o \
1725 infutil.o \
1726 inffast.o
ad9edf45
RR
1727
1728PNGOBJS = \
5586805b
RR
1729 png.o \
1730 pngread.o \
1731 pngrtran.o \
1732 pngrutil.o \
1733 pngpread.o \
1734 pngtrans.o \
1735 pngwrite.o \
1736 pngwtran.o \
1737 pngwutil.o \
1738 pngerror.o \
1739 pngmem.o \
1740 pngwio.o \
1741 pngrio.o \
1742 pngget.o \
1743 pngset.o
ad9edf45
RR
1744
1745
1746JPEGOBJS = \
5586805b
RR
1747 jcomapi.o \
1748 jutils.o \
1749 jerror.o \
1750 jmemmgr.o \
1751 jmemnobs.o \
1752 jcapimin.o \
1753 jcapistd.o \
1754 jctrans.o \
1755 jcparam.o \
1756 jdatadst.o \
1757 jcinit.o \
1758 jcmaster.o \
1759 jcmarker.o \
1760 jcmainct.o \
1761 jcprepct.o \
1762 jccoefct.o \
1763 jccolor.o \
1764 jcsample.o \
1765 jchuff.o \
1766 jcphuff.o \
1767 jcdctmgr.o \
1768 jfdctfst.o \
1769 jfdctflt.o \
1770 jfdctint.o \
1771 jdapimin.o \
1772 jdapistd.o \
1773 jdtrans.o \
1774 jdatasrc.o \
1775 jdmaster.o \
1776 jdinput.o \
1777 jdmarker.o \
1778 jdhuff.o \
1779 jdphuff.o \
1780 jdmainct.o \
1781 jdcoefct.o \
1782 jdpostct.o \
1783 jddctmgr.o \
1784 jidctfst.o \
1785 jidctflt.o \
1786 jidctint.o \
1787 jidctred.o \
1788 jdsample.o \
1789 jdcolor.o \
1790 jquant1.o \
1791 jquant2.o \
1792 jdmerge.o
ad9edf45
RR
1793
1794
e4b4d60e 1795OBJECTS = $(@GUIOBJS@) $(@COMMONOBJS@) $(@GENERICOBJS@) $(@UNIXOBJS@) $(HTMLOBJS) \
ad9edf45
RR
1796 $(JPEGOBJS) $(PNGOBJS) $(ZLIBOBJS)
1797
5586805b
RR
1798DEPFILES = $(@GUIDEPS@) $(@COMMONDEPS@) $(@GENERICDEPS@) $(UNIXDEPS) $(HTMLDEPS)
1799
ad9edf45
RR
1800HEADERS = $(@GUIHEADERS@) $(HTML_HEADERS) $(UNIX_HEADERS) $(PROTOCOL_HEADERS) \
1801 $(GENERIC_HEADERS) $(WX_HEADERS)
1802
5586805b 1803all: $(OBJECTS) @WX_TARGET_LIBRARY@ @WX_CREATE_LINKS@
ad9edf45
RR
1804
1805@WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
4130b487 1806 @$(INSTALL) -d ./lib
ad9edf45
RR
1807 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
1808 $(RANLIB) ./lib/$@
1809
1810@WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
4130b487 1811 @$(INSTALL) -d ./lib
ad9edf45 1812 $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
549c6f67 1813
ad9edf45 1814CREATE_LINKS: ./lib/@WX_TARGET_LIBRARY@
4130b487
RR
1815 @$(RM) ./lib/@WX_LIBRARY_LINK1@
1816 @$(RM) ./lib/@WX_LIBRARY_LINK2@
1817 @$(RM) ./lib/@WX_LIBRARY_LINK3@
ad9edf45
RR
1818 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
1819 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
1820 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
549c6f67 1821
ad9edf45 1822CREATE_INSTALLED_LINKS: $(libdir)/@WX_TARGET_LIBRARY@
5586805b
RR
1823 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
1824 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
1825 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
ad9edf45
RR
1826 $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK1@
1827 $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK2@
1828 $(LN_S) @WX_TARGET_LIBRARY@ $(libdir)/@WX_LIBRARY_LINK3@
549c6f67 1829
ad9edf45
RR
1830$(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
1831
1832parser.o: parser.c lexer.c
8636aed8 1833 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
ad9edf45
RR
1834
1835parser.c: $(COMMDIR)/parser.y lexer.c
1836 $(YACC) $(COMMDIR)/parser.y
1837 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
1838 sed -e "s/BUFSIZ/5000/g" | \
1839 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
1840 sed -e "s/yy/PROIO_yy/g" | \
1841 sed -e "s/input/PROIO_input/g" | \
1842 sed -e "s/unput/PROIO_unput/g" > parser.c
1843 @$(RM) y.tab.c
1844
1845lexer.c: $(COMMDIR)/lexer.l
1846 $(LEX) $(COMMDIR)/lexer.l
1847 @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
1848 sed -e "s/yy/PROIO_yy/g" | \
1849 sed -e "s/input/PROIO_input/g" | \
1850 sed -e "s/unput/PROIO_unput/g" > lexer.c
1851 @$(RM) lex.yy.c
1852
5586805b
RR
1853-include $(DEPFILES)
1854
ad9edf45
RR
1855preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $(top_builddir)/setup.h
1856 @echo " "
1857 @echo " Installing wxWindows..."
1858 @echo " "
1859
8b17ba72
RR
1860 $(INSTALL) -d $(prefix)
1861 $(INSTALL) -d $(bindir)
1862 $(INSTALL) -d $(libdir)
a6f3598d 1863 $(INSTALL) -d $(datadir)
8b17ba72 1864
ad9edf45
RR
1865 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
1866 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
8b17ba72
RR
1867
1868 $(INSTALL) -d $(libdir)/wx
1869 $(INSTALL) -d $(libdir)/wx/include
1870 $(INSTALL) -d $(libdir)/wx/include/wx
1871 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
ad9edf45 1872 $(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
549c6f67 1873
a6f3598d
RR
1874 $(INSTALL) -d $(datadir)/wx
1875 $(INSTALL) -d $(datadir)/wx/afm
1876 $(INSTALL) -d $(datadir)/wx/gs_afm
1877 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
1878 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
1879
8b17ba72
RR
1880 $(INSTALL) -d $(includedir)/wx
1881 $(INSTALL) -d $(includedir)/wx/msw
1882 $(INSTALL) -d $(includedir)/wx/gtk
1883 $(INSTALL) -d $(includedir)/wx/motif
1884 $(INSTALL) -d $(includedir)/wx/html
1885 $(INSTALL) -d $(includedir)/wx/protocol
1886 $(INSTALL) -d $(includedir)/wx/unix
1887 $(INSTALL) -d $(includedir)/wx/generic
ad9edf45
RR
1888 @list='$(HEADERS)'; for p in $$list; do \
1889 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
1890 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
1891 done
549c6f67 1892
ad9edf45 1893write_message:
549c6f67 1894 @echo " "
ad9edf45
RR
1895 @echo " The installation of wxWindows is finished. On certain"
1896 @echo " platforms (e.g. Linux, Solaris) you'll now have to run"
1897 @echo " ldconfig if you installed a shared library."
1898 @echo " "
1899 @echo " wxWindows comes with no guarantees and doesn't claim"
1900 @echo " to be suitable for any purpose."
1901 @echo " "
1902 @echo " Read the wxWindows Licence on licencing conditions."
1903 @echo " "
1904
1905install: preinstall @WX_CREATE_INSTALLED_LINKS@ write_message
1906
1907uninstall:
1908 @echo " "
1909 @echo " Uninstalling wxWindows..."
1910 @echo " "
1911 @echo " Removing library..."
8b17ba72
RR
1912 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
1913 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
1914 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
1915 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
ad9edf45 1916 @echo " Removing helper files..."
8b17ba72
RR
1917 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
1918 @$(RM) $(bindir)/wx-config
a6f3598d
RR
1919 @$(RM) $(datadir)/wx/afm/*
1920 @$(RM) $(datadir)/wx/gs_afm/*
1921 @rmdir $(datadir)/wx/gs_afm
1922 @rmdir $(datadir)/wx/afm
1923 @rmdir $(datadir)/wx
ad9edf45
RR
1924 @echo " Removing headers..."
1925 @list='$(HEADERS)'; for p in $$list; do \
8b17ba72 1926 $(RM) $(includedir)/wx/$$p; \
ad9edf45
RR
1927 done
1928 @echo " Removing directories..."
1929 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
1930 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
1931 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
1932 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
1933 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
1934 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
a6f3598d 1935 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
ad9edf45
RR
1936 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
1937 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
1938 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
1939 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
1940 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
1941
4cb122de 1942ALL_DIST:
a4aad961
RR
1943 mkdir _dist_dir
1944 mkdir $(DISTDIR)
1945 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
1946 cp $(WXDIR)/configure $(DISTDIR)
1947 cp $(WXDIR)/config.sub $(DISTDIR)
1948 cp $(WXDIR)/config.guess $(DISTDIR)
1949 cp $(WXDIR)/install-sh $(DISTDIR)
1950 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
1951 cp $(WXDIR)/wx-config.in $(DISTDIR)
1952 cp $(WXDIR)/setup.h.in $(DISTDIR)
1953 cp $(WXDIR)/Makefile.in $(DISTDIR)
1954 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
1955 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
1956 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
1957 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
1958 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
1959 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
1960 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
1961 mkdir $(DISTDIR)/include
1962 mkdir $(DISTDIR)/include/wx
1963 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
1964 mkdir $(DISTDIR)/include/wx/generic
1965 mkdir $(DISTDIR)/include/wx/html
1966 mkdir $(DISTDIR)/include/wx/unix
1967 mkdir $(DISTDIR)/include/wx/protocol
1968 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
1969 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
1970 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
1971 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
1972 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
1973 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
1974 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
4cb122de
RR
1975 mkdir $(DISTDIR)/src
1976 mkdir $(DISTDIR)/src/common
1977 mkdir $(DISTDIR)/src/generic
1978 mkdir $(DISTDIR)/src/html
1979 mkdir $(DISTDIR)/src/html/bitmaps
1980 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
1981 mkdir $(DISTDIR)/src/unix
1982 mkdir $(DISTDIR)/src/png
1983 mkdir $(DISTDIR)/src/jpeg
1984 mkdir $(DISTDIR)/src/zlib
1985 cp $(SRCDIR)/*.in $(DISTDIR)/src
1986 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
1987 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
1988 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
1989 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
1990 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
1991 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
1992 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
1993 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
1994 cp $(HTMLDIR)/*.h $(DISTDIR)/src/html
1995 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
1996 cp $(UNIXDIR)/*.h $(DISTDIR)/src/unix
1997 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
1998 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
1999 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2000 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2001 cp $(PNGDIR)/README $(DISTDIR)/src/png
2002 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2003 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2004 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2005 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2006 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2007 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
a4aad961
RR
2008
2009GTK_DIST:
4cb122de 2010 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
a4aad961 2011 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
4cb122de
RR
2012 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2013 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2014 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2015 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
a4aad961
RR
2016
2017MOTIF_DIST:
4cb122de 2018 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
a4aad961 2019 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
4cb122de
RR
2020 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2021 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2022 mkdir $(DISTDIR)/src/motif/xmcombo
2023 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2024 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2025 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
a4aad961
RR
2026
2027MSW_DIST:
4cb122de 2028 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
a4aad961
RR
2029 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2030 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2031 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2032 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2033 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
4cb122de
RR
2034 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2035 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2036 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2037 mkdir $(DISTDIR)/src/msw/ole
2038 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2039
2040SAMPLES_DIST:
2041 mkdir $(DISTDIR)/samples
2042 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2043 mkdir $(DISTDIR)/samples/bombs
2044 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2045 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2046 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2047 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2048 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2049 mkdir $(DISTDIR)/samples/caret
2050 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2051 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2052 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2053 mkdir $(DISTDIR)/samples/config
2054 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2055 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2056 mkdir $(DISTDIR)/samples/controls
2057 mkdir $(DISTDIR)/samples/controls/icons
2058 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2059 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2060 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2061 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2062 mkdir $(DISTDIR)/samples/checklst
2063 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2064 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2065 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
641d87d8 2066 mkdir $(DISTDIR)/samples/printing
27ea1d8a
RR
2067 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
2068 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
2069 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
2070 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
2071 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
641d87d8
RR
2072 mkdir $(DISTDIR)/samples/dialogs
2073 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2074 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2075 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2076 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2077 mkdir $(DISTDIR)/samples/dnd
2078 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2079 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2080 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2081 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2082 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2083 mkdir $(DISTDIR)/samples/docview
2084 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2085 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2086 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2087 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2088 mkdir $(DISTDIR)/samples/docvwmdi
2089 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2090 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2091 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2092 mkdir $(DISTDIR)/samples/drawing
2093 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2094 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2095 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2096 mkdir $(DISTDIR)/samples/dynamic
2097 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2098 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2099 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2100 mkdir $(DISTDIR)/samples/html
2101 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
2102 mkdir $(DISTDIR)/samples/html/about
2103 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
2104 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
2105 mkdir $(DISTDIR)/samples/html/about/data
2106 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
2107 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
2108 mkdir $(DISTDIR)/samples/html/help
2109 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
2110 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
2111 mkdir $(DISTDIR)/samples/html/help/helpfiles
2112 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
2113 mkdir $(DISTDIR)/samples/html/printing
2114 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
2115 cp $(SAMPDIR)/html/printing/*.xpm $(DISTDIR)/samples/html/printing
2116 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
2117 cp $(SAMPDIR)/html/printing/*.h $(DISTDIR)/samples/html/printing
2118 cp $(SAMPDIR)/html/printing/*.png $(DISTDIR)/samples/html/printing
2119 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
2120 mkdir $(DISTDIR)/samples/html/test
2121 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
2122 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
2123 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
2124 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
2125 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
2126 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
2127 mkdir $(DISTDIR)/samples/html/virtual
2128 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
2129 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
2130 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
2131 mkdir $(DISTDIR)/samples/html/widget
2132 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
2133 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
2134 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
2135 mkdir $(DISTDIR)/samples/html/zip
2136 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
2137 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
2138 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
2139 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
2140 mkdir $(DISTDIR)/samples/image
2141 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
2142 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
2143 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
2144 mkdir $(DISTDIR)/samples/layout
2145 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
2146 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
2147 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
2148 mkdir $(DISTDIR)/samples/listctrl
2149 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
2150 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
2151 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
2152 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
2153 mkdir $(DISTDIR)/samples/listctrl/bitmap
2154 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
2155 mkdir $(DISTDIR)/samples/mdi
2156 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
2157 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
2158 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
2159 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
2160 mkdir $(DISTDIR)/samples/minifram
2161 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
2162 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
2163 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
2164 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
2165 mkdir $(DISTDIR)/samples/minifram/bitmap
2166 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram/bitmaps
2167 mkdir $(DISTDIR)/samples/minimal
2168 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
2169 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
2170 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
2171 mkdir $(DISTDIR)/samples/notebook
2172 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
2173 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
2174 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
2175 mkdir $(DISTDIR)/samples/proplist
2176 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
2177 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
2178 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
2179 mkdir $(DISTDIR)/samples/sashtest
2180 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
2181 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
2182 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
2183 mkdir $(DISTDIR)/samples/scroll
2184 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
2185 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
2186 mkdir $(DISTDIR)/samples/splitter
2187 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
2188 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
2189 mkdir $(DISTDIR)/samples/text
2190 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
2191 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
2192 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
2193 mkdir $(DISTDIR)/samples/thread
2194 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
2195 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
2196 mkdir $(DISTDIR)/samples/toolbar
2197 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
2198 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
2199 cp $(SAMPDIR)/toolbar/*.h $(DISTDIR)/samples/toolbar
2200 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
2201 mkdir $(DISTDIR)/samples/toolbar/bitmap
2202 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
2203 mkdir $(DISTDIR)/samples/treectrl
2204 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
2205 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
2206 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
2207 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
2208 mkdir $(DISTDIR)/samples/typetest
2209 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
2210 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
2211 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
2212 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
2213 mkdir $(DISTDIR)/samples/validate
2214 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
2215 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
2216 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
2217 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
2218 mkdir $(DISTDIR)/samples/wizard
2219 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
2220 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
2221 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
2222 mkdir $(DISTDIR)/samples/wxpoem
2223 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
2224 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
2225 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
2226 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
2227 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
2228 mkdir $(DISTDIR)/samples/wxsocket
2229 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
2230 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
2231 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
2232
2233UTILS_DIST:
2234 mkdir $(DISTDIR)/utils
2235 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
2236 mkdir $(DISTDIR)/utils/wxMMedia2
2237 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
2238 mkdir $(DISTDIR)/utils/wxMMedia2/lib
2239 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
2240 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
2241 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
2242 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
2243 mkdir $(DISTDIR)/utils/wxMMedia2/sample
2244 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
2245 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
2246 mkdir $(DISTDIR)/utils/glcanvas
2247 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
2248 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
2249 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2250 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2251 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2252 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2253
a6f3598d
RR
2254MISC_DIST:
2255 mkdir $(DISTDIR)/misc
2256 mkdir $(DISTDIR)/misc/afm
2257 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
2258 mkdir $(DISTDIR)/misc/gs_afm
2259 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
2260
2261dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
a4aad961 2262 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
8b17ba72 2263 $(RM) -r _dist_dir
a4aad961 2264
ad9edf45 2265clean:
8b17ba72 2266 $(RM) *.o
5586805b 2267 $(RM) *.d
8b17ba72
RR
2268 $(RM) parser.c
2269 $(RM) lexer.c
8ec2b484 2270 $(RM) ./lib/*
ad9edf45
RR
2271
2272cleanall: clean