2 # This file was automatically generated by tmake at 17:13, 2000/01/12
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 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)
52 top_srcdir = @top_srcdir@
54 exec_prefix = @exec_prefix@
58 libexecdir = @libexecdir@
60 sysconfdir = @sysconfdir@
61 sharedstatedir = @sharedstatedir@
62 localstatedir = @localstatedir@
66 includedir = @includedir@
67 oldincludedir = /usr/include
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkglibdir = $(libdir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
78 INSTALL_PROGRAM = @INSTALL_PROGRAM@
79 INSTALL_DATA = @INSTALL_DATA@
80 # my autoconf doesn't set this
81 #INSTALL_SCRIPT = @INSTALL_SCRIPT@
82 # maybe do an additional chmod if needed?
83 INSTALL_SCRIPT = @INSTALL@
84 transform = @program_transform_name@
92 build_alias = @build_alias@
93 build_triplet = @build@
94 host_alias = @host_alias@
96 target_alias = @target_alias@
97 target_triplet = @target@
101 ############################# Dirs #################################
103 WXDIR = $(top_srcdir)
105 # Subordinate library possibilities
107 SRCDIR = $(WXDIR)/src
108 GENDIR = $(WXDIR)/src/generic
109 COMMDIR = $(WXDIR)/src/common
110 HTMLDIR = $(WXDIR)/src/html
111 UNIXDIR = $(WXDIR)/src/unix
112 PNGDIR = $(WXDIR)/src/png
113 JPEGDIR = $(WXDIR)/src/jpeg
114 TIFFDIR = $(WXDIR)/src/tiff
115 ZLIBDIR = $(WXDIR)/src/zlib
116 GTKDIR = $(WXDIR)/src/gtk
117 MOTIFDIR = $(WXDIR)/src/motif
118 MSWDIR = $(WXDIR)/src/msw
119 PMDIR = $(WXDIR)/src/os2
120 ODBCDIR = $(WXDIR)/src/iodbc
121 INCDIR = $(WXDIR)/include
122 SAMPDIR = $(WXDIR)/samples
123 UTILSDIR = $(WXDIR)/utils
124 MISCDIR = $(WXDIR)/misc
126 DOCDIR = $(WXDIR)/docs
128 ########################## Archive name ###############################
130 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
131 WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
132 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
134 ############################## Files ##################################
1111 MOTIF_GENERICOBJS = \
1151 MOTIF_GENERICDEPS = \
1191 MOTIF_COMMONOBJS = \
1289 MOTIF_COMMONDEPS = \
2615 GUIHEADERS = @GUIHEADERS@
2616 COMMONOBJS = @COMMONOBJS@
2617 COMMONDEPS = @COMMONDEPS@
2618 GENERICOBJS = @GENERICOBJS@
2619 GENERICDEPS = @GENERICDEPS@
2620 UNIXOBJS = @UNIXOBJS@
2621 UNIXDEPS = @UNIXDEPS@
2622 IODBCOBJS = @IODBCOBJS@
2624 OBJECTS = @ALL_OBJECTS@
2626 DEPFILES = @ALL_DEPFILES@
2628 HEADERS = @ALL_HEADERS@
2630 BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@
2634 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
2635 @$(INSTALL) -d ./lib
2636 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2639 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
2640 @$(INSTALL) -d ./lib
2641 $(SHARED_LD) ./lib/$@ $(BURNT_LIBRARY_NAME) $(OBJECTS) $(EXTRALIBS)
2643 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
2644 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2645 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2646 @$(RM) ./lib/@WX_LIBRARY_LINK3@
2647 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2648 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2649 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
2651 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
2652 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2653 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2654 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
2655 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2656 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2657 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2659 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
2661 parser.o: parser.c lexer.c
2662 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2664 parser.c: $(COMMDIR)/parser.y lexer.c
2665 $(YACC) $(COMMDIR)/parser.y
2666 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2667 sed -e "s/BUFSIZ/5000/g" | \
2668 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2669 sed -e "s/yy/PROIO_yy/g" | \
2670 sed -e "s/input/PROIO_input/g" | \
2671 sed -e "s/unput/PROIO_unput/g" > parser.c
2674 lexer.c: $(COMMDIR)/lexer.l
2675 $(LEX) $(COMMDIR)/lexer.l
2676 @sed -e "s;$(COMMDIR)/@LEX_STEM@.c;lexer.l;g" < @LEX_STEM@.c | \
2677 sed -e "s/yy/PROIO_yy/g" | \
2678 sed -e "s/input/PROIO_input/g" | \
2679 sed -e "s/unput/PROIO_unput/g" > lexer.c
2682 -include $(DEPFILES)
2685 $(INSTALL) -d $(datadir)
2686 $(INSTALL) -d $(datadir)/wx
2687 $(INSTALL) -d $(datadir)/wx/afm
2688 $(INSTALL) -d $(datadir)/wx/gs_afm
2689 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2690 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2692 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
2694 @echo " Installing wxWindows..."
2697 $(INSTALL) -d $(prefix)
2698 $(INSTALL) -d $(bindir)
2699 $(INSTALL) -d $(libdir)
2701 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2702 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2704 $(INSTALL) -d $(libdir)/wx
2705 $(INSTALL) -d $(libdir)/wx/include
2706 $(INSTALL) -d $(libdir)/wx/include/wx
2707 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2708 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2710 $(INSTALL) -d $(includedir)/wx
2711 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/@TOOLKIT_DIR@; fi
2712 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/html; fi
2713 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/protocol; fi
2714 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/unix; fi
2715 @if test "$(USE_GUI)" = 1; then $(INSTALL) -d $(includedir)/wx/generic; fi
2716 @list='$(HEADERS)'; for p in $$list; do \
2717 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2718 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2723 @echo " The installation of wxWindows is finished. On certain"
2724 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2725 @echo " if you installed a shared library."
2727 @echo " wxWindows comes with no guarantees and doesn't claim"
2728 @echo " to be suitable for any purpose."
2730 @echo " Read the wxWindows Licence on licencing conditions."
2733 install: preinstall @AFMINSTALL@ @WX_ALL_INSTALLED@ write_message
2737 @echo " Uninstalling wxWindows..."
2739 @echo " Removing library..."
2740 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2741 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2742 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2743 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2744 @echo " Removing helper files..."
2745 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2746 @$(RM) $(bindir)/wx-config
2747 @$(RM) $(datadir)/wx/afm/*
2748 @$(RM) $(datadir)/wx/gs_afm/*
2749 @rmdir $(datadir)/wx/gs_afm
2750 @rmdir $(datadir)/wx/afm
2751 @rmdir $(datadir)/wx
2752 @echo " Removing headers..."
2753 @list='$(HEADERS)'; for p in $$list; do \
2754 $(RM) $(includedir)/wx/$$p; \
2756 @echo " Removing directories..."
2757 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2758 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2759 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2760 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2761 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2762 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2763 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2764 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2765 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2766 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2767 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2768 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2773 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2774 cp $(WXDIR)/configure.in $(DISTDIR)
2775 cp $(WXDIR)/configure $(DISTDIR)
2776 cp $(WXDIR)/config.sub $(DISTDIR)
2777 cp $(WXDIR)/config.guess $(DISTDIR)
2778 cp $(WXDIR)/install-sh $(DISTDIR)
2779 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2780 cp $(WXDIR)/wx-config.in $(DISTDIR)
2781 cp $(WXDIR)/setup.h.in $(DISTDIR)
2782 cp $(WXDIR)/Makefile.in $(DISTDIR)
2783 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2784 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2785 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2786 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2787 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2788 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2789 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2790 mkdir $(DISTDIR)/include
2791 mkdir $(DISTDIR)/include/wx
2792 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2793 mkdir $(DISTDIR)/include/wx/generic
2794 mkdir $(DISTDIR)/include/wx/html
2795 mkdir $(DISTDIR)/include/wx/unix
2796 mkdir $(DISTDIR)/include/wx/protocol
2797 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2798 cp $(INCDIR)/wx/*.inl $(DISTDIR)/include/wx
2799 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2800 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2801 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2802 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2803 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2804 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2805 mkdir $(DISTDIR)/src
2806 mkdir $(DISTDIR)/src/common
2807 mkdir $(DISTDIR)/src/generic
2808 mkdir $(DISTDIR)/src/html
2809 mkdir $(DISTDIR)/src/html/bitmaps
2810 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2811 mkdir $(DISTDIR)/src/unix
2812 mkdir $(DISTDIR)/src/png
2813 mkdir $(DISTDIR)/src/jpeg
2814 mkdir $(DISTDIR)/src/tiff
2815 mkdir $(DISTDIR)/src/zlib
2816 mkdir $(DISTDIR)/src/iodbc
2817 cp $(SRCDIR)/*.in $(DISTDIR)/src
2818 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2819 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2820 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2821 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2822 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2823 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2824 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2825 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2826 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2827 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2828 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2829 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2830 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2831 cp $(PNGDIR)/README $(DISTDIR)/src/png
2832 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2833 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2834 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2835 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2836 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2837 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2838 cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff
2839 cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff
2840 cp $(TIFFDIR)/README $(DISTDIR)/src/tiff
2841 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2842 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2843 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2844 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2845 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2846 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2847 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2850 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2851 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2852 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2853 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2854 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2855 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2858 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2859 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2860 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2861 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2862 mkdir $(DISTDIR)/src/motif/xmcombo
2863 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2864 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2865 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2868 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2869 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2870 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2871 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2872 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2873 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2874 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2875 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2876 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2877 mkdir $(DISTDIR)/src/msw/ole
2878 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2881 mkdir $(DISTDIR)/samples
2882 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2884 mkdir $(DISTDIR)/samples/bombs
2885 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2886 cp $(SAMPDIR)/bombs/makefile.unx $(DISTDIR)/samples/bombs
2887 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2888 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2889 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2890 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2892 mkdir $(DISTDIR)/samples/caret
2893 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2894 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
2895 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2896 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2898 mkdir $(DISTDIR)/samples/calendar
2899 cp $(SAMPDIR)/calendar/Makefile.in $(DISTDIR)/samples/calendar
2900 cp $(SAMPDIR)/calendar/makefile.unx $(DISTDIR)/samples/calendar
2901 cp $(SAMPDIR)/calendar/*.cpp $(DISTDIR)/samples/calendar
2903 mkdir $(DISTDIR)/samples/config
2904 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2905 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
2906 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2908 mkdir $(DISTDIR)/samples/console
2909 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
2910 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
2911 cp $(SAMPDIR)/console/*.cpp $(DISTDIR)/samples/console
2913 mkdir $(DISTDIR)/samples/controls
2914 mkdir $(DISTDIR)/samples/controls/icons
2915 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2916 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
2917 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2918 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2919 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2921 mkdir $(DISTDIR)/samples/checklst
2922 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2923 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
2924 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2925 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2927 mkdir $(DISTDIR)/samples/db
2928 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2929 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
2930 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2931 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2932 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2934 mkdir $(DISTDIR)/samples/dialogs
2935 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2936 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
2937 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2938 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2939 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2941 mkdir $(DISTDIR)/samples/dnd
2942 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2943 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
2944 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
2945 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2946 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2947 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2948 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2950 mkdir $(DISTDIR)/samples/docview
2951 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2952 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
2953 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2954 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2955 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2957 mkdir $(DISTDIR)/samples/docvwmdi
2958 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2959 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
2960 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2961 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2963 mkdir $(DISTDIR)/samples/drawing
2964 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2965 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
2966 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2967 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2969 mkdir $(DISTDIR)/samples/dynamic
2970 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2971 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
2972 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2973 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2975 mkdir $(DISTDIR)/samples/forty
2976 cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty
2977 cp $(SAMPDIR)/forty/makefile.unx $(DISTDIR)/samples/forty
2978 cp $(SAMPDIR)/forty/*.h $(DISTDIR)/samples/forty
2979 cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty
2980 cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty
2981 cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty
2983 mkdir $(DISTDIR)/samples/font
2984 cp $(SAMPDIR)/font/Makefile.in $(DISTDIR)/samples/font
2985 cp $(SAMPDIR)/font/makefile.unx $(DISTDIR)/samples/font
2986 cp $(SAMPDIR)/font/*.cpp $(DISTDIR)/samples/font
2988 mkdir $(DISTDIR)/samples/fractal
2989 cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal
2990 cp $(SAMPDIR)/fractal/makefile.unx $(DISTDIR)/samples/fractal
2991 cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal
2993 mkdir $(DISTDIR)/samples/grid
2994 cp $(SAMPDIR)/grid/Makefile.in $(DISTDIR)/samples/grid
2995 cp $(SAMPDIR)/grid/makefile.unx $(DISTDIR)/samples/grid
2996 cp $(SAMPDIR)/grid/*.cpp $(DISTDIR)/samples/grid
2998 mkdir $(DISTDIR)/samples/help
2999 mkdir $(DISTDIR)/samples/help/doc
3000 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
3001 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
3002 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
3003 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
3004 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
3006 mkdir $(DISTDIR)/samples/html
3007 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
3008 mkdir $(DISTDIR)/samples/html/about
3009 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
3010 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
3011 mkdir $(DISTDIR)/samples/html/about/data
3012 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
3013 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
3014 mkdir $(DISTDIR)/samples/html/help
3015 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
3016 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
3017 mkdir $(DISTDIR)/samples/html/help/helpfiles
3018 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
3019 mkdir $(DISTDIR)/samples/html/helpview
3020 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
3021 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
3022 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
3023 mkdir $(DISTDIR)/samples/html/printing
3024 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
3025 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
3026 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
3027 mkdir $(DISTDIR)/samples/html/test
3028 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
3029 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
3030 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
3031 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
3032 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
3033 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
3034 mkdir $(DISTDIR)/samples/html/virtual
3035 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
3036 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
3037 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
3038 mkdir $(DISTDIR)/samples/html/widget
3039 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
3040 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
3041 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
3042 mkdir $(DISTDIR)/samples/html/zip
3043 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
3044 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
3045 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
3046 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
3048 mkdir $(DISTDIR)/samples/image
3049 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
3050 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
3051 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
3052 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
3053 cp $(SAMPDIR)/image/smile.xbm $(DISTDIR)/samples/image
3055 mkdir $(DISTDIR)/samples/internat
3056 mkdir $(DISTDIR)/samples/internat/de
3057 mkdir $(DISTDIR)/samples/internat/fr
3058 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
3059 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
3060 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
3061 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
3062 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
3063 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
3064 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3065 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3066 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
3067 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
3069 mkdir $(DISTDIR)/samples/layout
3070 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
3071 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
3072 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
3073 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
3075 mkdir $(DISTDIR)/samples/life
3076 mkdir $(DISTDIR)/samples/life/bitmaps
3077 cp $(SAMPDIR)/life/Makefile.in $(DISTDIR)/samples/life
3078 cp $(SAMPDIR)/life/makefile.unx $(DISTDIR)/samples/life
3079 cp $(SAMPDIR)/life/*.cpp $(DISTDIR)/samples/life
3080 cp $(SAMPDIR)/life/*.xpm $(DISTDIR)/samples/life
3081 cp $(SAMPDIR)/life/bitmaps/*.xpm $(DISTDIR)/samples/life/bitmaps
3083 mkdir $(DISTDIR)/samples/listctrl
3084 mkdir $(DISTDIR)/samples/listctrl/bitmaps
3085 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
3086 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
3087 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
3088 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
3089 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
3090 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
3092 mkdir $(DISTDIR)/samples/mdi
3093 mkdir $(DISTDIR)/samples/mdi/bitmaps
3094 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
3095 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
3096 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
3097 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
3098 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
3099 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
3101 mkdir $(DISTDIR)/samples/memcheck
3102 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
3103 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
3104 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
3105 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
3107 mkdir $(DISTDIR)/samples/menu
3108 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
3109 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
3110 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
3112 mkdir $(DISTDIR)/samples/minifram
3113 mkdir $(DISTDIR)/samples/minifram/bitmaps
3114 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
3115 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
3116 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
3117 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
3118 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
3119 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
3121 mkdir $(DISTDIR)/samples/minimal
3122 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
3123 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
3124 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
3125 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
3127 mkdir $(DISTDIR)/samples/nettest
3128 cp $(SAMPDIR)/nettest/Makefile.in $(DISTDIR)/samples/nettest
3129 cp $(SAMPDIR)/nettest/makefile.unx $(DISTDIR)/samples/nettest
3130 cp $(SAMPDIR)/nettest/*.cpp $(DISTDIR)/samples/nettest
3132 mkdir $(DISTDIR)/samples/newgrid
3133 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
3134 cp $(SAMPDIR)/newgrid/makefile.unx $(DISTDIR)/samples/newgrid
3135 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
3136 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
3138 mkdir $(DISTDIR)/samples/notebook
3139 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
3140 cp $(SAMPDIR)/notebook/makefile.unx $(DISTDIR)/samples/notebook
3141 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
3142 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
3144 mkdir $(DISTDIR)/samples/png
3145 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
3146 cp $(SAMPDIR)/png/makefile.unx $(DISTDIR)/samples/png
3147 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
3148 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
3149 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
3151 mkdir $(DISTDIR)/samples/printing
3152 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
3153 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
3154 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
3155 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
3156 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
3157 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
3159 mkdir $(DISTDIR)/samples/resource
3160 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
3161 cp $(SAMPDIR)/resource/makefile.unx $(DISTDIR)/samples/resource
3162 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
3163 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
3164 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
3166 mkdir $(DISTDIR)/samples/richedit
3167 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
3168 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
3169 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
3170 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
3171 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
3172 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
3174 mkdir $(DISTDIR)/samples/proplist
3175 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
3176 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
3177 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
3179 mkdir $(DISTDIR)/samples/propsize
3180 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
3181 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
3182 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
3184 mkdir $(DISTDIR)/samples/sashtest
3185 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
3186 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
3187 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
3189 mkdir $(DISTDIR)/samples/scroll
3190 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
3191 cp $(SAMPDIR)/scroll/makefile.unx $(DISTDIR)/samples/scroll
3192 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
3194 mkdir $(DISTDIR)/samples/scrollsub
3195 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
3196 cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
3197 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
3199 mkdir $(DISTDIR)/samples/splitter
3200 cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
3201 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
3202 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
3204 mkdir $(DISTDIR)/samples/text
3205 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
3206 cp $(SAMPDIR)/text/makefile.unx $(DISTDIR)/samples/text
3207 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
3208 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
3210 mkdir $(DISTDIR)/samples/thread
3211 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
3212 cp $(SAMPDIR)/thread/makefile.unx $(DISTDIR)/samples/thread
3213 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
3215 mkdir $(DISTDIR)/samples/toolbar
3216 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
3217 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
3218 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
3219 mkdir $(DISTDIR)/samples/toolbar/bitmaps
3220 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
3222 mkdir $(DISTDIR)/samples/treectrl
3223 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
3224 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
3225 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
3226 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
3228 mkdir $(DISTDIR)/samples/typetest
3229 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
3230 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
3231 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
3232 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
3234 mkdir $(DISTDIR)/samples/validate
3235 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
3236 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
3237 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
3238 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
3240 mkdir $(DISTDIR)/samples/wizard
3241 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
3242 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
3243 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
3245 mkdir $(DISTDIR)/samples/wxpoem
3246 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
3247 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
3248 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
3249 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
3250 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
3252 mkdir $(DISTDIR)/samples/wxsocket
3253 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
3254 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
3255 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
3258 mkdir $(DISTDIR)/utils
3259 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
3261 mkdir $(DISTDIR)/utils/wxMMedia2
3262 mkdir $(DISTDIR)/utils/wxMMedia2/lib
3263 mkdir $(DISTDIR)/utils/wxMMedia2/sample
3264 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
3265 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
3266 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
3267 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
3268 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
3269 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
3270 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
3272 mkdir $(DISTDIR)/utils/glcanvas
3273 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3274 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
3275 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
3276 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3277 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3278 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
3280 mkdir $(DISTDIR)/utils/ogl
3281 mkdir $(DISTDIR)/utils/ogl/src
3282 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
3283 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
3284 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
3285 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
3288 mkdir $(DISTDIR)/misc
3289 mkdir $(DISTDIR)/misc/afm
3290 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
3291 mkdir $(DISTDIR)/misc/gs_afm
3292 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
3294 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
3295 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
3296 mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples
3297 cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../..