2 # This file was automatically generated by tmake at 21:14, 2000/01/16
3 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
7 # Author: Julian Smart, Robert Roebling, Vadim Zeitlin
10 # Copyright:(c) 1993, AIAI, University of Edinburgh,
11 # Copyright:(c) 1999, Vadim Zeitlin
12 # Copyright:(c) 1999, Robert Roebling
14 # Makefile for libwx_gtk.a, libwx_motif.a and libwx_msw.a
16 ###################################################################
18 include ./src/make.env
20 ############## override make.env for PIC ##########################
22 # Clears all default suffixes
23 .SUFFIXES: .o .cpp .c .cxx
26 $(CCC) -c @DEP_INFO_FLAGS@ $(CFLAGS) $(PICFLAGS) -o $@ $<
29 $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
32 $(CC) -c @DEP_INFO_FLAGS@ $(CPPFLAGS) $(PICFLAGS) -o $@ $<
34 ########################### Paths #################################
38 VP1 = @top_srcdir@/src/common
39 VP2 = @top_srcdir@/src/@TOOLKIT_DIR@
40 VP3 = @top_srcdir@/src/motif/xmcombo
41 VP4 = @top_srcdir@/src/generic
42 VP5 = @top_srcdir@/src/unix
43 VP6 = @top_srcdir@/src/html
44 VP7 = @top_srcdir@/src/png
45 VP8 = @top_srcdir@/src/jpeg
46 VP9 = @top_srcdir@/src/tiff
47 VP10 = @top_srcdir@/src/zlib
48 VP11 = @top_srcdir@/src/iodbc
50 # the comment at the end of the next line is needed because otherwise autoconf
51 # would remove this line completely - it contains a built-in hack to remove
52 # any VPATH assignment not containing ':'
53 VPATH = $(VP1)@PATH_IFS@$(VP2)@PATH_IFS@$(VP3)@PATH_IFS@$(VP4)@PATH_IFS@$(VP5)@PATH_IFS@$(VP6)@PATH_IFS@$(VP7)@PATH_IFS@$(VP8)@PATH_IFS@$(VP9)@PATH_IFS@$(VP10)@PATH_IFS@$(VP11) # ':' for autoconf
55 top_srcdir = @top_srcdir@
57 exec_prefix = @exec_prefix@
61 libexecdir = @libexecdir@
63 sysconfdir = @sysconfdir@
64 sharedstatedir = @sharedstatedir@
65 localstatedir = @localstatedir@
69 includedir = @includedir@
70 oldincludedir = /usr/include
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
81 INSTALL_PROGRAM = @INSTALL_PROGRAM@
82 INSTALL_DATA = @INSTALL_DATA@
83 # my autoconf doesn't set this
84 #INSTALL_SCRIPT = @INSTALL_SCRIPT@
85 # maybe do an additional chmod if needed?
86 INSTALL_SCRIPT = @INSTALL@
87 transform = @program_transform_name@
95 build_alias = @build_alias@
96 build_triplet = @build@
97 host_alias = @host_alias@
99 target_alias = @target_alias@
100 target_triplet = @target@
104 ############################# Dirs #################################
106 WXDIR = $(top_srcdir)
108 # Subordinate library possibilities
110 SRCDIR = $(WXDIR)/src
111 GENDIR = $(WXDIR)/src/generic
112 COMMDIR = $(WXDIR)/src/common
113 HTMLDIR = $(WXDIR)/src/html
114 UNIXDIR = $(WXDIR)/src/unix
115 PNGDIR = $(WXDIR)/src/png
116 JPEGDIR = $(WXDIR)/src/jpeg
117 TIFFDIR = $(WXDIR)/src/tiff
118 ZLIBDIR = $(WXDIR)/src/zlib
119 GTKDIR = $(WXDIR)/src/gtk
120 MOTIFDIR = $(WXDIR)/src/motif
121 MSWDIR = $(WXDIR)/src/msw
122 PMDIR = $(WXDIR)/src/os2
123 ODBCDIR = $(WXDIR)/src/iodbc
124 INCDIR = $(WXDIR)/include
125 SAMPDIR = $(WXDIR)/samples
126 DEMODIR = $(WXDIR)/demos
127 UTILSDIR = $(WXDIR)/utils
128 MISCDIR = $(WXDIR)/misc
130 DOCDIR = $(WXDIR)/docs
132 ########################## Archive name ###############################
134 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
135 WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
136 WXDEMOS = wx$(TOOLKIT)-demos-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
137 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
139 ############################## Files ##################################
1117 MOTIF_GENERICOBJS = \
1157 MOTIF_GENERICDEPS = \
1197 MOTIF_COMMONOBJS = \
1295 MOTIF_COMMONDEPS = \
2627 GUIHEADERS = @GUIHEADERS@
2628 COMMONOBJS = @COMMONOBJS@
2629 COMMONDEPS = @COMMONDEPS@
2630 GENERICOBJS = @GENERICOBJS@
2631 GENERICDEPS = @GENERICDEPS@
2632 UNIXOBJS = @UNIXOBJS@
2633 UNIXDEPS = @UNIXDEPS@
2634 IODBCOBJS = @IODBCOBJS@
2636 OBJECTS = @ALL_OBJECTS@
2638 DEPFILES = @ALL_DEPFILES@
2640 HEADERS = @ALL_HEADERS@
2642 BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@
2646 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
2647 @$(INSTALL) -d ./lib
2648 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2651 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
2652 @$(INSTALL) -d ./lib
2653 $(SHARED_LD) ./lib/$@ $(BURNT_LIBRARY_NAME) $(OBJECTS) $(EXTRALIBS)
2655 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
2656 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2657 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2658 @$(RM) ./lib/@WX_LIBRARY_LINK3@
2659 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2660 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2661 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
2663 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
2664 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2665 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2666 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
2667 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2668 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2669 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2671 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
2673 parser.o: parser.c lexer.c
2674 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2676 parser.c: $(COMMDIR)/parser.y lexer.c
2677 $(YACC) $(COMMDIR)/parser.y
2678 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2679 sed -e "s/BUFSIZ/5000/g" | \
2680 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2681 sed -e "s/yy/PROIO_yy/g" | \
2682 sed -e "s/input/PROIO_input/g" | \
2683 sed -e "s/unput/PROIO_unput/g" > parser.c
2686 lexer.c: $(COMMDIR)/lexer.l
2687 $(LEX) $(COMMDIR)/lexer.l
2688 @sed -e "s;$(COMMDIR)/@LEX_STEM@.c;lexer.l;g" < @LEX_STEM@.c | \
2689 sed -e "s/yy/PROIO_yy/g" | \
2690 sed -e "s/input/PROIO_input/g" | \
2691 sed -e "s/unput/PROIO_unput/g" > lexer.c
2694 -include $(DEPFILES)
2697 $(INSTALL) -d $(datadir)
2698 $(INSTALL) -d $(datadir)/wx
2699 $(INSTALL) -d $(datadir)/wx/afm
2700 $(INSTALL) -d $(datadir)/wx/gs_afm
2701 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2702 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2704 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
2706 @echo " Installing wxWindows..."
2709 $(INSTALL) -d $(prefix)
2710 $(INSTALL) -d $(bindir)
2711 $(INSTALL) -d $(libdir)
2713 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2714 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2716 $(INSTALL) -d $(libdir)/wx
2717 $(INSTALL) -d $(libdir)/wx/include
2718 $(INSTALL) -d $(libdir)/wx/include/wx
2719 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2720 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2722 $(INSTALL) -d $(includedir)/wx
2723 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi
2724 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi
2725 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/protocol; fi
2726 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/unix; fi
2727 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi
2728 @list='$(HEADERS)'; for p in $$list; do \
2729 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2730 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2735 @echo " The installation of wxWindows is finished. On certain"
2736 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2737 @echo " if you installed a shared library."
2739 @echo " wxWindows comes with no guarantees and doesn't claim"
2740 @echo " to be suitable for any purpose."
2742 @echo " Read the wxWindows Licence on licencing conditions."
2745 install: preinstall @AFMINSTALL@ @WX_ALL_INSTALLED@ write_message
2749 @echo " Uninstalling wxWindows..."
2751 @echo " Removing library..."
2752 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2753 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2754 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2755 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2756 @echo " Removing helper files..."
2757 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2758 @$(RM) $(bindir)/wx-config
2759 @$(RM) $(datadir)/wx/afm/*
2760 @$(RM) $(datadir)/wx/gs_afm/*
2761 @rmdir $(datadir)/wx/gs_afm
2762 @rmdir $(datadir)/wx/afm
2763 @rmdir $(datadir)/wx
2764 @echo " Removing headers..."
2765 @list='$(HEADERS)'; for p in $$list; do \
2766 $(RM) $(includedir)/wx/$$p; \
2768 @echo " Removing directories..."
2769 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2770 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2771 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2772 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2773 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2774 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2775 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2776 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2777 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2778 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2779 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2780 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2785 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2786 cp $(WXDIR)/configure.in $(DISTDIR)
2787 cp $(WXDIR)/configure $(DISTDIR)
2788 cp $(WXDIR)/config.sub $(DISTDIR)
2789 cp $(WXDIR)/config.guess $(DISTDIR)
2790 cp $(WXDIR)/install-sh $(DISTDIR)
2791 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2792 cp $(WXDIR)/wx-config.in $(DISTDIR)
2793 cp $(WXDIR)/setup.h.in $(DISTDIR)
2794 cp $(WXDIR)/Makefile.in $(DISTDIR)
2795 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2796 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2797 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2798 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2799 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2800 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2801 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2802 mkdir $(DISTDIR)/include
2803 mkdir $(DISTDIR)/include/wx
2804 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2805 mkdir $(DISTDIR)/include/wx/generic
2806 mkdir $(DISTDIR)/include/wx/html
2807 mkdir $(DISTDIR)/include/wx/unix
2808 mkdir $(DISTDIR)/include/wx/protocol
2809 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2810 cp $(INCDIR)/wx/*.inl $(DISTDIR)/include/wx
2811 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2812 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2813 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2814 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2815 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2816 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2817 mkdir $(DISTDIR)/src
2818 mkdir $(DISTDIR)/src/common
2819 mkdir $(DISTDIR)/src/generic
2820 mkdir $(DISTDIR)/src/html
2821 mkdir $(DISTDIR)/src/html/bitmaps
2822 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2823 mkdir $(DISTDIR)/src/unix
2824 mkdir $(DISTDIR)/src/png
2825 mkdir $(DISTDIR)/src/jpeg
2826 mkdir $(DISTDIR)/src/tiff
2827 mkdir $(DISTDIR)/src/zlib
2828 mkdir $(DISTDIR)/src/iodbc
2829 cp $(SRCDIR)/*.in $(DISTDIR)/src
2830 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2831 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2832 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2833 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2834 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2835 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2836 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2837 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2838 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2839 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2840 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2841 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2842 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2843 cp $(PNGDIR)/README $(DISTDIR)/src/png
2844 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2845 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2846 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2847 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2848 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2849 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2850 cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff
2851 cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff
2852 cp $(TIFFDIR)/README $(DISTDIR)/src/tiff
2853 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2854 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2855 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2856 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2857 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2858 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2859 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2862 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2863 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2864 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2865 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2866 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2867 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2870 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2871 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2872 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2873 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2874 mkdir $(DISTDIR)/src/motif/xmcombo
2875 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2876 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2877 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2880 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2881 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2882 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2883 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2884 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2885 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2886 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2887 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2888 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2889 mkdir $(DISTDIR)/src/msw/ole
2890 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2893 mkdir $(DISTDIR)/demos
2894 cp $(DEMODIR)/Makefile.in $(DISTDIR)/demos
2896 mkdir $(DISTDIR)/demos/bombs
2897 cp $(DEMODIR)/bombs/Makefile.in $(DISTDIR)/demos/bombs
2898 cp $(DEMODIR)/bombs/makefile.unx $(DISTDIR)/demos/bombs
2899 cp $(DEMODIR)/bombs/*.cpp $(DISTDIR)/demos/bombs
2900 cp $(DEMODIR)/bombs/*.h $(DISTDIR)/demos/bombs
2901 cp $(DEMODIR)/bombs/*.xpm $(DISTDIR)/demos/bombs
2902 cp $(DEMODIR)/bombs/readme.txt $(DISTDIR)/demos/bombs
2904 mkdir $(DISTDIR)/demos/forty
2905 cp $(DEMODIR)/forty/Makefile.in $(DISTDIR)/demos/forty
2906 cp $(DEMODIR)/forty/makefile.unx $(DISTDIR)/demos/forty
2907 cp $(DEMODIR)/forty/*.h $(DISTDIR)/demos/forty
2908 cp $(DEMODIR)/forty/*.cpp $(DISTDIR)/demos/forty
2909 cp $(DEMODIR)/forty/*.xpm $(DISTDIR)/demos/forty
2910 cp $(DEMODIR)/forty/*.xbm $(DISTDIR)/demos/forty
2912 mkdir $(DISTDIR)/demos/life
2913 mkdir $(DISTDIR)/demos/life/bitmaps
2914 cp $(DEMODIR)/life/Makefile.in $(DISTDIR)/demos/life
2915 cp $(DEMODIR)/life/makefile.unx $(DISTDIR)/demos/life
2916 cp $(DEMODIR)/life/*.cpp $(DISTDIR)/demos/life
2917 cp $(DEMODIR)/life/*.h $(DISTDIR)/demos/life
2918 cp $(DEMODIR)/life/*.xpm $(DISTDIR)/demos/life
2919 cp $(DEMODIR)/life/bitmaps/*.xpm $(DISTDIR)/demos/life/bitmaps
2921 mkdir $(DISTDIR)/demos/poem
2922 cp $(DEMODIR)/poem/Makefile.in $(DISTDIR)/demos/poem
2923 cp $(DEMODIR)/poem/*.cpp $(DISTDIR)/demos/poem
2924 cp $(DEMODIR)/poem/*.xpm $(DISTDIR)/demos/poem
2925 cp $(DEMODIR)/poem/*.dat $(DISTDIR)/demos/poem
2926 cp $(DEMODIR)/poem/*.txt $(DISTDIR)/demos/poem
2928 mkdir $(DISTDIR)/demos/fractal
2929 cp $(DEMODIR)/fractal/Makefile.in $(DISTDIR)/demos/fractal
2930 cp $(DEMODIR)/fractal/makefile.unx $(DISTDIR)/demos/fractal
2931 cp $(DEMODIR)/fractal/*.cpp $(DISTDIR)/demos/fractal
2934 mkdir $(DISTDIR)/samples
2935 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2937 mkdir $(DISTDIR)/samples/caret
2938 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2939 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
2940 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2941 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2943 mkdir $(DISTDIR)/samples/calendar
2944 cp $(SAMPDIR)/calendar/Makefile.in $(DISTDIR)/samples/calendar
2945 cp $(SAMPDIR)/calendar/makefile.unx $(DISTDIR)/samples/calendar
2946 cp $(SAMPDIR)/calendar/*.cpp $(DISTDIR)/samples/calendar
2948 mkdir $(DISTDIR)/samples/config
2949 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2950 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
2951 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2953 mkdir $(DISTDIR)/samples/console
2954 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
2955 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
2956 cp $(SAMPDIR)/console/*.cpp $(DISTDIR)/samples/console
2958 mkdir $(DISTDIR)/samples/controls
2959 mkdir $(DISTDIR)/samples/controls/icons
2960 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2961 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
2962 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2963 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2964 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2966 mkdir $(DISTDIR)/samples/checklst
2967 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2968 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
2969 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2970 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2972 mkdir $(DISTDIR)/samples/db
2973 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2974 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
2975 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2976 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2977 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2979 mkdir $(DISTDIR)/samples/dialogs
2980 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2981 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
2982 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2983 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2984 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2986 mkdir $(DISTDIR)/samples/dnd
2987 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2988 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
2989 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
2990 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2991 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2992 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2993 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2995 mkdir $(DISTDIR)/samples/docview
2996 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2997 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
2998 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2999 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
3000 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
3002 mkdir $(DISTDIR)/samples/docvwmdi
3003 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
3004 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
3005 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
3006 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
3008 mkdir $(DISTDIR)/samples/drawing
3009 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
3010 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
3011 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
3012 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
3014 mkdir $(DISTDIR)/samples/dynamic
3015 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
3016 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
3017 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
3018 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
3020 mkdir $(DISTDIR)/samples/font
3021 cp $(SAMPDIR)/font/Makefile.in $(DISTDIR)/samples/font
3022 cp $(SAMPDIR)/font/makefile.unx $(DISTDIR)/samples/font
3023 cp $(SAMPDIR)/font/*.cpp $(DISTDIR)/samples/font
3025 mkdir $(DISTDIR)/samples/grid
3026 cp $(SAMPDIR)/grid/Makefile.in $(DISTDIR)/samples/grid
3027 cp $(SAMPDIR)/grid/makefile.unx $(DISTDIR)/samples/grid
3028 cp $(SAMPDIR)/grid/*.cpp $(DISTDIR)/samples/grid
3030 mkdir $(DISTDIR)/samples/help
3031 mkdir $(DISTDIR)/samples/help/doc
3032 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
3033 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
3034 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
3035 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
3036 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
3038 mkdir $(DISTDIR)/samples/html
3039 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
3040 mkdir $(DISTDIR)/samples/html/about
3041 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
3042 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
3043 mkdir $(DISTDIR)/samples/html/about/data
3044 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
3045 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
3046 mkdir $(DISTDIR)/samples/html/help
3047 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
3048 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
3049 mkdir $(DISTDIR)/samples/html/help/helpfiles
3050 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
3051 mkdir $(DISTDIR)/samples/html/helpview
3052 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
3053 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
3054 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
3055 mkdir $(DISTDIR)/samples/html/printing
3056 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
3057 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
3058 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
3059 mkdir $(DISTDIR)/samples/html/test
3060 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
3061 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
3062 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
3063 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
3064 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
3065 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
3066 mkdir $(DISTDIR)/samples/html/virtual
3067 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
3068 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
3069 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
3070 mkdir $(DISTDIR)/samples/html/widget
3071 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
3072 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
3073 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
3074 mkdir $(DISTDIR)/samples/html/zip
3075 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
3076 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
3077 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
3078 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
3080 mkdir $(DISTDIR)/samples/image
3081 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
3082 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
3083 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
3084 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
3085 cp $(SAMPDIR)/image/smile.xbm $(DISTDIR)/samples/image
3087 mkdir $(DISTDIR)/samples/internat
3088 mkdir $(DISTDIR)/samples/internat/de
3089 mkdir $(DISTDIR)/samples/internat/fr
3090 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
3091 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
3092 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
3093 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
3094 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
3095 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
3096 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3097 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3098 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3099 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3101 mkdir $(DISTDIR)/samples/layout
3102 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
3103 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
3104 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
3105 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
3107 mkdir $(DISTDIR)/samples/listctrl
3108 mkdir $(DISTDIR)/samples/listctrl/bitmaps
3109 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
3110 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
3111 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
3112 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
3113 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
3114 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
3116 mkdir $(DISTDIR)/samples/mdi
3117 mkdir $(DISTDIR)/samples/mdi/bitmaps
3118 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
3119 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
3120 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
3121 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
3122 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
3123 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
3125 mkdir $(DISTDIR)/samples/memcheck
3126 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
3127 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
3128 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
3129 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
3131 mkdir $(DISTDIR)/samples/menu
3132 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
3133 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
3134 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
3136 mkdir $(DISTDIR)/samples/minifram
3137 mkdir $(DISTDIR)/samples/minifram/bitmaps
3138 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
3139 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
3140 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
3141 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
3142 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
3143 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
3145 mkdir $(DISTDIR)/samples/minimal
3146 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
3147 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
3148 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
3149 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
3151 mkdir $(DISTDIR)/samples/dialup
3152 cp $(SAMPDIR)/dialup/Makefile.in $(DISTDIR)/samples/dialup
3153 cp $(SAMPDIR)/dialup/makefile.unx $(DISTDIR)/samples/dialup
3154 cp $(SAMPDIR)/dialup/*.cpp $(DISTDIR)/samples/dialup
3156 mkdir $(DISTDIR)/samples/newgrid
3157 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
3158 cp $(SAMPDIR)/newgrid/makefile.unx $(DISTDIR)/samples/newgrid
3159 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
3160 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
3162 mkdir $(DISTDIR)/samples/notebook
3163 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
3164 cp $(SAMPDIR)/notebook/makefile.unx $(DISTDIR)/samples/notebook
3165 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
3166 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
3168 mkdir $(DISTDIR)/samples/png
3169 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
3170 cp $(SAMPDIR)/png/makefile.unx $(DISTDIR)/samples/png
3171 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
3172 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
3173 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
3175 mkdir $(DISTDIR)/samples/printing
3176 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
3177 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
3178 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
3179 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
3180 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
3181 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
3183 mkdir $(DISTDIR)/samples/resource
3184 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
3185 cp $(SAMPDIR)/resource/makefile.unx $(DISTDIR)/samples/resource
3186 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
3187 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
3188 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
3190 mkdir $(DISTDIR)/samples/richedit
3191 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
3192 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
3193 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
3194 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
3195 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
3196 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
3198 mkdir $(DISTDIR)/samples/proplist
3199 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
3200 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
3201 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
3203 mkdir $(DISTDIR)/samples/propsize
3204 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
3205 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
3206 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
3208 mkdir $(DISTDIR)/samples/sashtest
3209 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
3210 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
3211 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
3213 mkdir $(DISTDIR)/samples/scroll
3214 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
3215 cp $(SAMPDIR)/scroll/makefile.unx $(DISTDIR)/samples/scroll
3216 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
3218 mkdir $(DISTDIR)/samples/scrollsub
3219 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
3220 cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
3221 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
3223 mkdir $(DISTDIR)/samples/splitter
3224 cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
3225 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
3226 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
3228 mkdir $(DISTDIR)/samples/text
3229 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
3230 cp $(SAMPDIR)/text/makefile.unx $(DISTDIR)/samples/text
3231 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
3232 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
3234 mkdir $(DISTDIR)/samples/thread
3235 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
3236 cp $(SAMPDIR)/thread/makefile.unx $(DISTDIR)/samples/thread
3237 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
3239 mkdir $(DISTDIR)/samples/toolbar
3240 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
3241 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
3242 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
3243 mkdir $(DISTDIR)/samples/toolbar/bitmaps
3244 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
3246 mkdir $(DISTDIR)/samples/treectrl
3247 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
3248 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
3249 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
3250 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
3252 mkdir $(DISTDIR)/samples/typetest
3253 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
3254 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
3255 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
3256 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
3258 mkdir $(DISTDIR)/samples/validate
3259 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
3260 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
3261 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
3262 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
3264 mkdir $(DISTDIR)/samples/wizard
3265 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
3266 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
3267 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
3269 mkdir $(DISTDIR)/samples/sockets
3270 cp $(SAMPDIR)/sockets/Makefile.in $(DISTDIR)/samples/sockets
3271 cp $(SAMPDIR)/sockets/*.cpp $(DISTDIR)/samples/sockets
3272 cp $(SAMPDIR)/sockets/*.xpm $(DISTDIR)/samples/sockets
3275 mkdir $(DISTDIR)/utils
3276 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
3278 mkdir $(DISTDIR)/utils/wxMMedia2
3279 mkdir $(DISTDIR)/utils/wxMMedia2/lib
3280 mkdir $(DISTDIR)/utils/wxMMedia2/sample
3281 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
3282 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
3283 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
3284 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
3285 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
3286 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
3287 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
3289 mkdir $(DISTDIR)/utils/glcanvas
3290 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3291 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
3292 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
3293 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3294 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3295 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3297 mkdir $(DISTDIR)/utils/ogl
3298 mkdir $(DISTDIR)/utils/ogl/src
3299 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
3300 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
3301 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
3302 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
3305 mkdir $(DISTDIR)/misc
3306 mkdir $(DISTDIR)/misc/afm
3307 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
3308 mkdir $(DISTDIR)/misc/gs_afm
3309 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
3311 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST DEMOS_DIST UTILS_DIST MISC_DIST
3312 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
3313 mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples
3314 cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../..
3315 mv _dist_dir/wx$(TOOLKIT)/demos _dist_dir/wx$(TOOLKIT)/wxDemos
3316 cd _dist_dir/wx$(TOOLKIT); tar ch wxDemos | gzip -f9 > $(WXDEMOS); mv $(WXDEMOS) ../..