2 # This file was automatically generated by tmake at 18:51, 1999/11/30
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):$(VP2):$(VP3):$(VP4):$(VP5):$(VP6):$(VP7):$(VP8):$(VP9):$(VP10):$(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@
99 ############################# Dirs #################################
101 WXDIR = $(top_srcdir)
103 # Subordinate library possibilities
105 SRCDIR = $(WXDIR)/src
106 GENDIR = $(WXDIR)/src/generic
107 COMMDIR = $(WXDIR)/src/common
108 HTMLDIR = $(WXDIR)/src/html
109 UNIXDIR = $(WXDIR)/src/unix
110 PNGDIR = $(WXDIR)/src/png
111 JPEGDIR = $(WXDIR)/src/jpeg
112 ZLIBDIR = $(WXDIR)/src/zlib
113 GTKDIR = $(WXDIR)/src/gtk
114 MOTIFDIR = $(WXDIR)/src/motif
115 MSWDIR = $(WXDIR)/src/msw
116 ODBCDIR = $(WXDIR)/src/iodbc
117 INCDIR = $(WXDIR)/include
118 SAMPDIR = $(WXDIR)/samples
119 UTILSDIR = $(WXDIR)/utils
120 MISCDIR = $(WXDIR)/misc
122 DOCDIR = $(WXDIR)/docs
124 ########################## Archive name ###############################
126 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
127 WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
128 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
130 ############################## Files ##################################
1012 MOTIF_GENERICOBJS = \
1050 MOTIF_GENERICDEPS = \
1088 MOTIF_COMMONOBJS = \
1185 MOTIF_COMMONDEPS = \
2078 GUIHEADERS = @GUIHEADERS@
2079 COMMONOBJS = @COMMONOBJS@
2080 COMMONDEPS = @COMMONDEPS@
2081 GENERICOBJS = @GENERICOBJS@
2082 GENERICDEPS = @GENERICDEPS@
2083 UNIXOBJS = @UNIXOBJS@
2084 UNIXDEPS = @UNIXDEPS@
2085 IODBCOBJS = @IODBCOBJS@
2087 OBJECTS = @ALL_OBJECTS@
2089 DEPFILES = @ALL_DEPFILES@
2091 HEADERS = @ALL_HEADERS@
2095 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
2096 @$(INSTALL) -d ./lib
2097 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2100 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
2101 @$(INSTALL) -d ./lib
2102 $(SHARED_LD) ./lib/$@ $(OBJECTS) $(EXTRALIBS)
2104 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
2105 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2106 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2107 @$(RM) ./lib/@WX_LIBRARY_LINK3@
2108 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2109 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2110 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
2112 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
2113 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2114 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2115 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
2116 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2117 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2118 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2120 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
2122 parser.o: parser.c lexer.c
2123 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2125 parser.c: $(COMMDIR)/parser.y lexer.c
2126 $(YACC) $(COMMDIR)/parser.y
2127 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2128 sed -e "s/BUFSIZ/5000/g" | \
2129 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2130 sed -e "s/yy/PROIO_yy/g" | \
2131 sed -e "s/input/PROIO_input/g" | \
2132 sed -e "s/unput/PROIO_unput/g" > parser.c
2135 lexer.c: $(COMMDIR)/lexer.l
2136 $(LEX) $(COMMDIR)/lexer.l
2137 @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
2138 sed -e "s/yy/PROIO_yy/g" | \
2139 sed -e "s/input/PROIO_input/g" | \
2140 sed -e "s/unput/PROIO_unput/g" > lexer.c
2143 -include $(DEPFILES)
2145 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
2147 @echo " Installing wxWindows..."
2150 $(INSTALL) -d $(prefix)
2151 $(INSTALL) -d $(bindir)
2152 $(INSTALL) -d $(libdir)
2153 $(INSTALL) -d $(datadir)
2155 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2156 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2158 $(INSTALL) -d $(libdir)/wx
2159 $(INSTALL) -d $(libdir)/wx/include
2160 $(INSTALL) -d $(libdir)/wx/include/wx
2161 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2162 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2164 $(INSTALL) -d $(datadir)/wx
2165 $(INSTALL) -d $(datadir)/wx/afm
2166 $(INSTALL) -d $(datadir)/wx/gs_afm
2167 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2168 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2170 $(INSTALL) -d $(includedir)/wx
2171 $(INSTALL) -d $(includedir)/wx/msw
2172 $(INSTALL) -d $(includedir)/wx/gtk
2173 $(INSTALL) -d $(includedir)/wx/motif
2174 $(INSTALL) -d $(includedir)/wx/html
2175 $(INSTALL) -d $(includedir)/wx/protocol
2176 $(INSTALL) -d $(includedir)/wx/unix
2177 $(INSTALL) -d $(includedir)/wx/generic
2178 @list='$(HEADERS)'; for p in $$list; do \
2179 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2180 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2185 @echo " The installation of wxWindows is finished. On certain"
2186 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2187 @echo " if you installed a shared library."
2189 @echo " wxWindows comes with no guarantees and doesn't claim"
2190 @echo " to be suitable for any purpose."
2192 @echo " Read the wxWindows Licence on licencing conditions."
2195 install: preinstall @WX_ALL_INSTALLED@ write_message
2199 @echo " Uninstalling wxWindows..."
2201 @echo " Removing library..."
2202 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2203 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2204 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2205 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2206 @echo " Removing helper files..."
2207 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2208 @$(RM) $(bindir)/wx-config
2209 @$(RM) $(datadir)/wx/afm/*
2210 @$(RM) $(datadir)/wx/gs_afm/*
2211 @rmdir $(datadir)/wx/gs_afm
2212 @rmdir $(datadir)/wx/afm
2213 @rmdir $(datadir)/wx
2214 @echo " Removing headers..."
2215 @list='$(HEADERS)'; for p in $$list; do \
2216 $(RM) $(includedir)/wx/$$p; \
2218 @echo " Removing directories..."
2219 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2220 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2221 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2222 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2223 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2224 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2225 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2226 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2227 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2228 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2229 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2230 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2235 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2236 cp $(WXDIR)/configure.in $(DISTDIR)
2237 cp $(WXDIR)/configure $(DISTDIR)
2238 cp $(WXDIR)/config.sub $(DISTDIR)
2239 cp $(WXDIR)/config.guess $(DISTDIR)
2240 cp $(WXDIR)/install-sh $(DISTDIR)
2241 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2242 cp $(WXDIR)/wx-config.in $(DISTDIR)
2243 cp $(WXDIR)/setup.h.in $(DISTDIR)
2244 cp $(WXDIR)/Makefile.in $(DISTDIR)
2245 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2246 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2247 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2248 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2249 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2250 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2251 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2252 mkdir $(DISTDIR)/include
2253 mkdir $(DISTDIR)/include/wx
2254 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2255 mkdir $(DISTDIR)/include/wx/generic
2256 mkdir $(DISTDIR)/include/wx/html
2257 mkdir $(DISTDIR)/include/wx/unix
2258 mkdir $(DISTDIR)/include/wx/protocol
2259 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2260 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2261 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2262 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2263 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2264 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2265 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2266 mkdir $(DISTDIR)/src
2267 mkdir $(DISTDIR)/src/common
2268 mkdir $(DISTDIR)/src/generic
2269 mkdir $(DISTDIR)/src/html
2270 mkdir $(DISTDIR)/src/html/bitmaps
2271 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2272 mkdir $(DISTDIR)/src/unix
2273 mkdir $(DISTDIR)/src/png
2274 mkdir $(DISTDIR)/src/jpeg
2275 mkdir $(DISTDIR)/src/zlib
2276 mkdir $(DISTDIR)/src/iodbc
2277 cp $(SRCDIR)/*.in $(DISTDIR)/src
2278 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2279 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2280 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2281 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2282 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2283 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2284 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2285 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2286 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2287 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2288 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2289 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2290 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2291 cp $(PNGDIR)/README $(DISTDIR)/src/png
2292 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2293 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2294 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2295 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2296 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2297 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2298 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2299 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2300 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2301 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2302 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2303 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2304 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2307 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2308 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2309 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2310 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2311 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2312 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2315 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2316 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2317 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2318 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2319 mkdir $(DISTDIR)/src/motif/xmcombo
2320 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2321 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2322 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2325 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2326 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2327 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2328 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2329 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2330 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2331 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2332 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2333 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2334 mkdir $(DISTDIR)/src/msw/ole
2335 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2338 mkdir $(DISTDIR)/samples
2339 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2341 mkdir $(DISTDIR)/samples/bombs
2342 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2343 cp $(SAMPDIR)/bombs/makefile.unx $(DISTDIR)/samples/bombs
2344 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2345 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2346 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2347 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2349 mkdir $(DISTDIR)/samples/caret
2350 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2351 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
2352 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2353 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2355 mkdir $(DISTDIR)/samples/config
2356 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2357 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
2358 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2360 mkdir $(DISTDIR)/samples/controls
2361 mkdir $(DISTDIR)/samples/controls/icons
2362 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2363 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
2364 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2365 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2366 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2368 mkdir $(DISTDIR)/samples/checklst
2369 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2370 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
2371 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2372 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2374 mkdir $(DISTDIR)/samples/printing
2375 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
2376 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
2377 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
2378 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
2379 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
2380 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
2382 mkdir $(DISTDIR)/samples/db
2383 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2384 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
2385 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2386 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2387 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2389 mkdir $(DISTDIR)/samples/dialogs
2390 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2391 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
2392 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2393 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2394 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2396 mkdir $(DISTDIR)/samples/dnd
2397 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2398 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
2399 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
2400 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2401 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2402 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2403 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2405 mkdir $(DISTDIR)/samples/docview
2406 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2407 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
2408 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2409 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2410 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2412 mkdir $(DISTDIR)/samples/docvwmdi
2413 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2414 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
2415 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2416 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2418 mkdir $(DISTDIR)/samples/drawing
2419 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2420 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
2421 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2422 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2424 mkdir $(DISTDIR)/samples/dynamic
2425 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2426 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
2427 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2428 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2430 mkdir $(DISTDIR)/samples/forty
2431 cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty
2432 cp $(SAMPDIR)/forty/makefile.unx $(DISTDIR)/samples/forty
2433 cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty
2434 cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty
2435 cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty
2437 mkdir $(DISTDIR)/samples/fractal
2438 cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal
2439 cp $(SAMPDIR)/fractal/makefile.unx $(DISTDIR)/samples/fractal
2440 cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal
2442 mkdir $(DISTDIR)/samples/help
2443 mkdir $(DISTDIR)/samples/help/doc
2444 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
2445 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
2446 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
2447 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
2448 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
2450 mkdir $(DISTDIR)/samples/html
2451 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
2452 mkdir $(DISTDIR)/samples/html/about
2453 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
2454 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
2455 mkdir $(DISTDIR)/samples/html/about/data
2456 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
2457 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
2458 mkdir $(DISTDIR)/samples/html/help
2459 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
2460 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
2461 mkdir $(DISTDIR)/samples/html/help/helpfiles
2462 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
2463 mkdir $(DISTDIR)/samples/html/helpview
2464 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
2465 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
2466 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
2467 mkdir $(DISTDIR)/samples/html/printing
2468 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
2469 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
2470 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
2471 mkdir $(DISTDIR)/samples/html/test
2472 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
2473 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
2474 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
2475 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
2476 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
2477 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
2478 mkdir $(DISTDIR)/samples/html/virtual
2479 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
2480 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
2481 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
2482 mkdir $(DISTDIR)/samples/html/widget
2483 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
2484 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
2485 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
2486 mkdir $(DISTDIR)/samples/html/zip
2487 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
2488 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
2489 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
2490 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
2492 mkdir $(DISTDIR)/samples/image
2493 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
2494 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
2495 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
2496 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
2498 mkdir $(DISTDIR)/samples/internat
2499 mkdir $(DISTDIR)/samples/internat/de
2500 mkdir $(DISTDIR)/samples/internat/fr
2501 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
2502 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
2503 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
2504 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
2505 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
2506 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
2507 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2508 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2509 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2510 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2512 mkdir $(DISTDIR)/samples/layout
2513 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
2514 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
2515 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
2516 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
2518 mkdir $(DISTDIR)/samples/listctrl
2519 mkdir $(DISTDIR)/samples/listctrl/bitmaps
2520 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
2521 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
2522 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
2523 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
2524 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
2525 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
2527 mkdir $(DISTDIR)/samples/mdi
2528 mkdir $(DISTDIR)/samples/mdi/bitmaps
2529 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
2530 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
2531 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
2532 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
2533 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
2534 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
2536 mkdir $(DISTDIR)/samples/memcheck
2537 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
2538 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
2539 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
2540 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
2542 mkdir $(DISTDIR)/samples/menu
2543 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
2544 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
2545 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
2547 mkdir $(DISTDIR)/samples/minifram
2548 mkdir $(DISTDIR)/samples/minifram/bitmaps
2549 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
2550 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
2551 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
2552 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
2553 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
2554 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
2556 mkdir $(DISTDIR)/samples/minimal
2557 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
2558 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
2559 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
2560 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
2562 mkdir $(DISTDIR)/samples/nettest
2563 cp $(SAMPDIR)/nettest/Makefile.in $(DISTDIR)/samples/nettest
2564 cp $(SAMPDIR)/nettest/*.cpp $(DISTDIR)/samples/nettest
2566 mkdir $(DISTDIR)/samples/newgrid
2567 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
2568 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
2569 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
2571 mkdir $(DISTDIR)/samples/notebook
2572 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
2573 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
2574 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
2576 mkdir $(DISTDIR)/samples/png
2577 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
2578 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
2579 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
2580 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
2582 mkdir $(DISTDIR)/samples/resource
2583 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
2584 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
2585 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
2586 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
2588 mkdir $(DISTDIR)/samples/richedit
2589 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
2590 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
2591 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
2592 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
2593 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
2594 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
2595 mkdir $(DISTDIR)/samples/proplist
2596 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
2597 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
2598 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
2599 mkdir $(DISTDIR)/samples/propsize
2600 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
2601 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
2602 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
2603 mkdir $(DISTDIR)/samples/sashtest
2604 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
2605 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
2606 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
2607 mkdir $(DISTDIR)/samples/scroll
2608 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
2609 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
2610 mkdir $(DISTDIR)/samples/scrollsub
2611 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
2612 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
2613 mkdir $(DISTDIR)/samples/splitter
2614 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
2615 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
2616 mkdir $(DISTDIR)/samples/text
2617 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
2618 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
2619 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
2620 mkdir $(DISTDIR)/samples/thread
2621 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
2622 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
2623 mkdir $(DISTDIR)/samples/toolbar
2624 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
2625 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
2626 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
2627 mkdir $(DISTDIR)/samples/toolbar/bitmaps
2628 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
2629 mkdir $(DISTDIR)/samples/treectrl
2630 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
2631 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
2632 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
2633 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
2634 mkdir $(DISTDIR)/samples/typetest
2635 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
2636 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
2637 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
2638 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
2639 mkdir $(DISTDIR)/samples/validate
2640 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
2641 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
2642 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
2643 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
2644 mkdir $(DISTDIR)/samples/wizard
2645 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
2646 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
2647 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
2648 mkdir $(DISTDIR)/samples/wxpoem
2649 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
2650 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
2651 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
2652 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
2653 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
2654 mkdir $(DISTDIR)/samples/wxsocket
2655 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
2656 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
2657 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
2660 mkdir $(DISTDIR)/utils
2661 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
2663 mkdir $(DISTDIR)/utils/wxMMedia2
2664 mkdir $(DISTDIR)/utils/wxMMedia2/lib
2665 mkdir $(DISTDIR)/utils/wxMMedia2/sample
2666 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
2667 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
2668 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
2669 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
2670 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
2671 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
2672 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
2674 mkdir $(DISTDIR)/utils/glcanvas
2675 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2676 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
2677 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
2678 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2679 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2680 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2682 mkdir $(DISTDIR)/utils/ogl
2683 mkdir $(DISTDIR)/utils/ogl/src
2684 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
2685 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
2686 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
2687 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
2690 mkdir $(DISTDIR)/misc
2691 mkdir $(DISTDIR)/misc/afm
2692 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
2693 mkdir $(DISTDIR)/misc/gs_afm
2694 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
2696 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
2697 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
2698 mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples
2699 cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../..