2 # This file was automatically generated by tmake at 14:54, 1999/10/14
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/zlib
47 VP10 = @top_srcdir@/src/iodbc
49 VPATH = $(VP1):$(VP2):$(VP3):$(VP4):$(VP5):$(VP6):$(VP7):$(VP8):$(VP9):$(VP10)
51 top_srcdir = @top_srcdir@
53 exec_prefix = @exec_prefix@
57 libexecdir = @libexecdir@
59 sysconfdir = @sysconfdir@
60 sharedstatedir = @sharedstatedir@
61 localstatedir = @localstatedir@
65 includedir = @includedir@
66 oldincludedir = /usr/include
70 pkgdatadir = $(datadir)/@PACKAGE@
71 pkglibdir = $(libdir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
77 INSTALL_PROGRAM = @INSTALL_PROGRAM@
78 INSTALL_DATA = @INSTALL_DATA@
79 # my autoconf doesn't set this
80 #INSTALL_SCRIPT = @INSTALL_SCRIPT@
81 # maybe do an additional chmod if needed?
82 INSTALL_SCRIPT = @INSTALL@
83 transform = @program_transform_name@
91 build_alias = @build_alias@
92 build_triplet = @build@
93 host_alias = @host_alias@
95 target_alias = @target_alias@
96 target_triplet = @target@
98 ############################# Dirs #################################
100 WXDIR = $(top_srcdir)
102 # Subordinate library possibilities
104 SRCDIR = $(WXDIR)/src
105 GENDIR = $(WXDIR)/src/generic
106 COMMDIR = $(WXDIR)/src/common
107 HTMLDIR = $(WXDIR)/src/html
108 UNIXDIR = $(WXDIR)/src/unix
109 PNGDIR = $(WXDIR)/src/png
110 JPEGDIR = $(WXDIR)/src/jpeg
111 ZLIBDIR = $(WXDIR)/src/zlib
112 GTKDIR = $(WXDIR)/src/gtk
113 MOTIFDIR = $(WXDIR)/src/motif
114 MSWDIR = $(WXDIR)/src/msw
115 ODBCDIR = $(WXDIR)/src/iodbc
116 INCDIR = $(WXDIR)/include
117 SAMPDIR = $(WXDIR)/samples
118 UTILSDIR = $(WXDIR)/utils
119 MISCDIR = $(WXDIR)/misc
121 DOCDIR = $(WXDIR)/docs
123 ########################## Archive name ###############################
125 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
126 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
128 ############################## Files ##################################
973 MOTIF_GENERICOBJS = \
1010 MOTIF_GENERICDEPS = \
1047 MOTIF_COMMONOBJS = \
1137 MOTIF_COMMONDEPS = \
1958 GUIHEADERS = @GUIHEADERS@
1959 COMMONOBJS = @COMMONOBJS@
1960 COMMONDEPS = @COMMONDEPS@
1961 GENERICOBJS = @GENERICOBJS@
1962 GENERICDEPS = @GENERICDEPS@
1963 UNIXOBJS = @UNIXOBJS@
1964 UNIXDEPS = @UNIXDEPS@
1965 IODBCOBJS = @IODBCOBJS@
1967 OBJECTS = @ALL_OBJECTS@
1969 DEPFILES = @ALL_DEPFILES@
1971 HEADERS = @ALL_HEADERS@
1975 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
1976 @$(INSTALL) -d ./lib
1977 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
1980 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
1981 @$(INSTALL) -d ./lib
1982 $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
1984 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
1985 @$(RM) ./lib/@WX_LIBRARY_LINK1@
1986 @$(RM) ./lib/@WX_LIBRARY_LINK2@
1987 @$(RM) ./lib/@WX_LIBRARY_LINK3@
1988 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
1989 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
1990 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
1992 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
1993 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
1994 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
1995 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
1996 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
1997 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
1998 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2000 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h $(WXDIR)/include/wx/setup.h
2002 parser.o: parser.c lexer.c
2003 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2005 parser.c: $(COMMDIR)/parser.y lexer.c
2006 $(YACC) $(COMMDIR)/parser.y
2007 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2008 sed -e "s/BUFSIZ/5000/g" | \
2009 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2010 sed -e "s/yy/PROIO_yy/g" | \
2011 sed -e "s/input/PROIO_input/g" | \
2012 sed -e "s/unput/PROIO_unput/g" > parser.c
2015 lexer.c: $(COMMDIR)/lexer.l
2016 $(LEX) $(COMMDIR)/lexer.l
2017 @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
2018 sed -e "s/yy/PROIO_yy/g" | \
2019 sed -e "s/input/PROIO_input/g" | \
2020 sed -e "s/unput/PROIO_unput/g" > lexer.c
2023 -include $(DEPFILES)
2025 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config $(top_builddir)/setup.h
2027 @echo " Installing wxWindows..."
2030 $(INSTALL) -d $(prefix)
2031 $(INSTALL) -d $(bindir)
2032 $(INSTALL) -d $(libdir)
2033 $(INSTALL) -d $(datadir)
2035 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2036 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2038 $(INSTALL) -d $(libdir)/wx
2039 $(INSTALL) -d $(libdir)/wx/include
2040 $(INSTALL) -d $(libdir)/wx/include/wx
2041 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2042 $(INSTALL_DATA) $(top_builddir)/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2044 $(INSTALL) -d $(datadir)/wx
2045 $(INSTALL) -d $(datadir)/wx/afm
2046 $(INSTALL) -d $(datadir)/wx/gs_afm
2047 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2048 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2050 $(INSTALL) -d $(includedir)/wx
2051 $(INSTALL) -d $(includedir)/wx/msw
2052 $(INSTALL) -d $(includedir)/wx/gtk
2053 $(INSTALL) -d $(includedir)/wx/motif
2054 $(INSTALL) -d $(includedir)/wx/html
2055 $(INSTALL) -d $(includedir)/wx/protocol
2056 $(INSTALL) -d $(includedir)/wx/unix
2057 $(INSTALL) -d $(includedir)/wx/generic
2058 @list='$(HEADERS)'; for p in $$list; do \
2059 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2060 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2065 @echo " The installation of wxWindows is finished. On certain"
2066 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2067 @echo " if you installed a shared library."
2069 @echo " wxWindows comes with no guarantees and doesn't claim"
2070 @echo " to be suitable for any purpose."
2072 @echo " Read the wxWindows Licence on licencing conditions."
2075 install: preinstall @WX_ALL_INSTALLED@ write_message
2079 @echo " Uninstalling wxWindows..."
2081 @echo " Removing library..."
2082 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2083 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2084 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2085 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2086 @echo " Removing helper files..."
2087 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2088 @$(RM) $(bindir)/wx-config
2089 @$(RM) $(datadir)/wx/afm/*
2090 @$(RM) $(datadir)/wx/gs_afm/*
2091 @rmdir $(datadir)/wx/gs_afm
2092 @rmdir $(datadir)/wx/afm
2093 @rmdir $(datadir)/wx
2094 @echo " Removing headers..."
2095 @list='$(HEADERS)'; for p in $$list; do \
2096 $(RM) $(includedir)/wx/$$p; \
2098 @echo " Removing directories..."
2099 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2100 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2101 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2102 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2103 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2104 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2105 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2106 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2107 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2108 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2109 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2110 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2115 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2116 cp $(WXDIR)/configure $(DISTDIR)
2117 cp $(WXDIR)/config.sub $(DISTDIR)
2118 cp $(WXDIR)/config.guess $(DISTDIR)
2119 cp $(WXDIR)/install-sh $(DISTDIR)
2120 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2121 cp $(WXDIR)/wx-config.in $(DISTDIR)
2122 cp $(WXDIR)/setup.h.in $(DISTDIR)
2123 cp $(WXDIR)/Makefile.in $(DISTDIR)
2124 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2125 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2126 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2127 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2128 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2129 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2130 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2131 mkdir $(DISTDIR)/include
2132 mkdir $(DISTDIR)/include/wx
2133 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2134 mkdir $(DISTDIR)/include/wx/generic
2135 mkdir $(DISTDIR)/include/wx/html
2136 mkdir $(DISTDIR)/include/wx/unix
2137 mkdir $(DISTDIR)/include/wx/protocol
2138 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2139 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2140 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2141 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2142 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2143 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2144 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2145 mkdir $(DISTDIR)/src
2146 mkdir $(DISTDIR)/src/common
2147 mkdir $(DISTDIR)/src/generic
2148 mkdir $(DISTDIR)/src/html
2149 mkdir $(DISTDIR)/src/html/bitmaps
2150 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2151 mkdir $(DISTDIR)/src/unix
2152 mkdir $(DISTDIR)/src/png
2153 mkdir $(DISTDIR)/src/jpeg
2154 mkdir $(DISTDIR)/src/zlib
2155 mkdir $(DISTDIR)/src/iodbc
2156 cp $(SRCDIR)/*.in $(DISTDIR)/src
2157 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2158 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2159 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2160 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2161 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2162 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2163 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2164 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2165 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2166 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2167 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2168 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2169 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2170 cp $(PNGDIR)/README $(DISTDIR)/src/png
2171 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2172 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2173 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2174 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2175 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2176 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2177 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2178 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2179 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2180 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2181 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2182 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2183 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2186 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2187 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2188 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2189 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2190 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2191 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2194 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2195 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2196 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2197 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2198 mkdir $(DISTDIR)/src/motif/xmcombo
2199 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2200 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2201 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2204 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2205 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2206 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2207 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2208 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2209 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2210 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2211 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2212 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2213 mkdir $(DISTDIR)/src/msw/ole
2214 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2217 mkdir $(DISTDIR)/samples
2218 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2219 mkdir $(DISTDIR)/samples/bombs
2220 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2221 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2222 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2223 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2224 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2225 mkdir $(DISTDIR)/samples/caret
2226 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2227 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2228 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2229 mkdir $(DISTDIR)/samples/config
2230 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2231 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2232 mkdir $(DISTDIR)/samples/controls
2233 mkdir $(DISTDIR)/samples/controls/icons
2234 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2235 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2236 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2237 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2238 mkdir $(DISTDIR)/samples/checklst
2239 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2240 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2241 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2242 mkdir $(DISTDIR)/samples/printing
2243 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
2244 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
2245 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
2246 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
2247 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
2248 mkdir $(DISTDIR)/samples/db
2249 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2250 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2251 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2252 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2253 mkdir $(DISTDIR)/samples/dialogs
2254 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2255 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2256 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2257 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2258 mkdir $(DISTDIR)/samples/dnd
2259 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2260 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2261 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2262 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2263 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2264 mkdir $(DISTDIR)/samples/docview
2265 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2266 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2267 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2268 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2269 mkdir $(DISTDIR)/samples/docvwmdi
2270 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2271 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2272 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2273 mkdir $(DISTDIR)/samples/drawing
2274 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2275 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2276 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2277 mkdir $(DISTDIR)/samples/dynamic
2278 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2279 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2280 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2281 mkdir $(DISTDIR)/samples/forty
2282 cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty
2283 cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty
2284 cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty
2285 cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty
2286 mkdir $(DISTDIR)/samples/fractal
2287 cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal
2288 cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal
2289 mkdir $(DISTDIR)/samples/html
2290 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
2291 mkdir $(DISTDIR)/samples/html/about
2292 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
2293 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
2294 mkdir $(DISTDIR)/samples/html/about/data
2295 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
2296 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
2297 mkdir $(DISTDIR)/samples/html/help
2298 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
2299 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
2300 mkdir $(DISTDIR)/samples/html/help/helpfiles
2301 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
2302 mkdir $(DISTDIR)/samples/html/printing
2303 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
2304 cp $(SAMPDIR)/html/printing/*.xpm $(DISTDIR)/samples/html/printing
2305 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
2306 cp $(SAMPDIR)/html/printing/*.h $(DISTDIR)/samples/html/printing
2307 cp $(SAMPDIR)/html/printing/*.png $(DISTDIR)/samples/html/printing
2308 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
2309 mkdir $(DISTDIR)/samples/html/test
2310 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
2311 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
2312 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
2313 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
2314 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
2315 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
2316 mkdir $(DISTDIR)/samples/html/virtual
2317 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
2318 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
2319 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
2320 mkdir $(DISTDIR)/samples/html/widget
2321 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
2322 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
2323 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
2324 mkdir $(DISTDIR)/samples/html/zip
2325 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
2326 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
2327 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
2328 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
2329 mkdir $(DISTDIR)/samples/image
2330 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
2331 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
2332 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
2333 mkdir $(DISTDIR)/samples/internat
2334 mkdir $(DISTDIR)/samples/internat/de
2335 mkdir $(DISTDIR)/samples/internat/fr
2336 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
2337 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
2338 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
2339 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
2340 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
2341 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2342 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2343 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2344 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2345 mkdir $(DISTDIR)/samples/layout
2346 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
2347 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
2348 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
2349 mkdir $(DISTDIR)/samples/listctrl
2350 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
2351 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
2352 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
2353 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
2354 mkdir $(DISTDIR)/samples/listctrl/bitmap
2355 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
2356 mkdir $(DISTDIR)/samples/mdi
2357 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
2358 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
2359 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
2360 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
2361 mkdir $(DISTDIR)/samples/minifram
2362 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
2363 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
2364 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
2365 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
2366 mkdir $(DISTDIR)/samples/minifram/bitmap
2367 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram/bitmaps
2368 mkdir $(DISTDIR)/samples/minimal
2369 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
2370 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
2371 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
2372 mkdir $(DISTDIR)/samples/newgrid
2373 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
2374 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
2375 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
2376 mkdir $(DISTDIR)/samples/notebook
2377 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
2378 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
2379 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
2380 mkdir $(DISTDIR)/samples/png
2381 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
2382 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
2383 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
2384 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
2385 mkdir $(DISTDIR)/samples/resource
2386 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
2387 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
2388 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
2389 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
2390 mkdir $(DISTDIR)/samples/richedit
2391 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
2392 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
2393 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
2394 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
2395 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
2396 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
2397 mkdir $(DISTDIR)/samples/proplist
2398 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
2399 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
2400 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
2401 mkdir $(DISTDIR)/samples/sashtest
2402 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
2403 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
2404 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
2405 mkdir $(DISTDIR)/samples/scroll
2406 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
2407 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
2408 mkdir $(DISTDIR)/samples/splitter
2409 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
2410 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
2411 mkdir $(DISTDIR)/samples/text
2412 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
2413 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
2414 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
2415 mkdir $(DISTDIR)/samples/thread
2416 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
2417 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
2418 mkdir $(DISTDIR)/samples/toolbar
2419 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
2420 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
2421 cp $(SAMPDIR)/toolbar/*.h $(DISTDIR)/samples/toolbar
2422 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
2423 mkdir $(DISTDIR)/samples/toolbar/bitmap
2424 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
2425 mkdir $(DISTDIR)/samples/treectrl
2426 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
2427 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
2428 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
2429 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
2430 mkdir $(DISTDIR)/samples/typetest
2431 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
2432 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
2433 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
2434 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
2435 mkdir $(DISTDIR)/samples/validate
2436 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
2437 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
2438 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
2439 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
2440 mkdir $(DISTDIR)/samples/wizard
2441 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
2442 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
2443 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
2444 mkdir $(DISTDIR)/samples/wxpoem
2445 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
2446 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
2447 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
2448 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
2449 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
2450 mkdir $(DISTDIR)/samples/wxsocket
2451 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
2452 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
2453 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
2456 mkdir $(DISTDIR)/utils
2457 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
2459 mkdir $(DISTDIR)/utils/wxMMedia2
2460 mkdir $(DISTDIR)/utils/wxMMedia2/lib
2461 mkdir $(DISTDIR)/utils/wxMMedia2/sample
2462 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
2463 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
2464 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
2465 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
2466 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
2467 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
2468 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
2470 mkdir $(DISTDIR)/utils/glcanvas
2471 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2472 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
2473 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
2474 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2475 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2476 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2478 mkdir $(DISTDIR)/utils/ogl
2479 mkdir $(DISTDIR)/utils/ogl/src
2480 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
2481 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
2482 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
2483 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
2486 mkdir $(DISTDIR)/misc
2487 mkdir $(DISTDIR)/misc/afm
2488 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
2489 mkdir $(DISTDIR)/misc/gs_afm
2490 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
2492 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
2493 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..