2 # This file was automatically generated by tmake at 17:48, 2000/01/03
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 TIFFDIR = $(WXDIR)/src/tiff
113 ZLIBDIR = $(WXDIR)/src/zlib
114 GTKDIR = $(WXDIR)/src/gtk
115 MOTIFDIR = $(WXDIR)/src/motif
116 MSWDIR = $(WXDIR)/src/msw
117 ODBCDIR = $(WXDIR)/src/iodbc
118 INCDIR = $(WXDIR)/include
119 SAMPDIR = $(WXDIR)/samples
120 UTILSDIR = $(WXDIR)/utils
121 MISCDIR = $(WXDIR)/misc
123 DOCDIR = $(WXDIR)/docs
125 ########################## Archive name ###############################
127 WXARCHIVE = wx$(TOOLKIT)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
128 WXSAMPLES = wx$(TOOLKIT)-samples-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER).tgz
129 DISTDIR = ./_dist_dir/wx$(TOOLKIT)
131 ############################## Files ##################################
1027 MOTIF_GENERICOBJS = \
1067 MOTIF_GENERICDEPS = \
1107 MOTIF_COMMONOBJS = \
1204 MOTIF_COMMONDEPS = \
2105 GUIHEADERS = @GUIHEADERS@
2106 COMMONOBJS = @COMMONOBJS@
2107 COMMONDEPS = @COMMONDEPS@
2108 GENERICOBJS = @GENERICOBJS@
2109 GENERICDEPS = @GENERICDEPS@
2110 UNIXOBJS = @UNIXOBJS@
2111 UNIXDEPS = @UNIXDEPS@
2112 IODBCOBJS = @IODBCOBJS@
2114 OBJECTS = @ALL_OBJECTS@
2116 DEPFILES = @ALL_DEPFILES@
2118 HEADERS = @ALL_HEADERS@
2120 BURNT_LIBRARY_NAME = @BURNT_LIBRARY_NAME@
2124 @WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
2125 @$(INSTALL) -d ./lib
2126 $(AR) $(AROPTIONS) ./lib/$@ $(OBJECTS)
2129 @WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
2130 @$(INSTALL) -d ./lib
2131 $(SHARED_LD) ./lib/$@ $(BURNT_LIBRARY_NAME) $(OBJECTS) $(EXTRALIBS)
2133 CREATE_LINKS: @WX_LIBRARY_NAME_SHARED@
2134 @$(RM) ./lib/@WX_LIBRARY_LINK1@
2135 @$(RM) ./lib/@WX_LIBRARY_LINK2@
2136 @$(RM) ./lib/@WX_LIBRARY_LINK3@
2137 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK1@
2138 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK2@
2139 $(LN_S) @WX_TARGET_LIBRARY@ ./lib/@WX_LIBRARY_LINK3@
2141 CREATE_INSTALLED_LINKS: $(libdir)/@WX_LIBRARY_NAME_SHARED@
2142 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
2143 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
2144 $(RM) $(libdir)/@WX_LIBRARY_LINK3@
2145 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK1@
2146 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK2@
2147 $(LN_S) @WX_LIBRARY_NAME_SHARED@ $(libdir)/@WX_LIBRARY_LINK3@
2149 $(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
2151 parser.o: parser.c lexer.c
2152 $(CCLEX) -c $(CFLAGS) $(PICFLAGS) -o $@ parser.c
2154 parser.c: $(COMMDIR)/parser.y lexer.c
2155 $(YACC) $(COMMDIR)/parser.y
2156 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
2157 sed -e "s/BUFSIZ/5000/g" | \
2158 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
2159 sed -e "s/yy/PROIO_yy/g" | \
2160 sed -e "s/input/PROIO_input/g" | \
2161 sed -e "s/unput/PROIO_unput/g" > parser.c
2164 lexer.c: $(COMMDIR)/lexer.l
2165 $(LEX) $(COMMDIR)/lexer.l
2166 @sed -e "s;$(COMMDIR)/lex.yy.c;lexer.l;g" < lex.yy.c | \
2167 sed -e "s/yy/PROIO_yy/g" | \
2168 sed -e "s/input/PROIO_input/g" | \
2169 sed -e "s/unput/PROIO_unput/g" > lexer.c
2172 -include $(DEPFILES)
2174 preinstall: $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(top_builddir)/wx-config
2176 @echo " Installing wxWindows..."
2179 $(INSTALL) -d $(prefix)
2180 $(INSTALL) -d $(bindir)
2181 $(INSTALL) -d $(libdir)
2182 $(INSTALL) -d $(datadir)
2184 $(INSTALL_SCRIPT) $(top_builddir)/wx-config $(bindir)/wx-config
2185 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
2187 $(INSTALL) -d $(libdir)/wx
2188 $(INSTALL) -d $(libdir)/wx/include
2189 $(INSTALL) -d $(libdir)/wx/include/wx
2190 $(INSTALL) -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@
2191 $(INSTALL_DATA) $(top_builddir)/include/wx/@TOOLKIT_DIR@/setup.h $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2193 $(INSTALL) -d $(datadir)/wx
2194 $(INSTALL) -d $(datadir)/wx/afm
2195 $(INSTALL) -d $(datadir)/wx/gs_afm
2196 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/afm
2197 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/gs_afm
2199 $(INSTALL) -d $(includedir)/wx
2200 $(INSTALL) -d $(includedir)/wx/msw
2201 $(INSTALL) -d $(includedir)/wx/gtk
2202 $(INSTALL) -d $(includedir)/wx/motif
2203 $(INSTALL) -d $(includedir)/wx/html
2204 $(INSTALL) -d $(includedir)/wx/protocol
2205 $(INSTALL) -d $(includedir)/wx/unix
2206 $(INSTALL) -d $(includedir)/wx/generic
2207 @list='$(HEADERS)'; for p in $$list; do \
2208 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
2209 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
2214 @echo " The installation of wxWindows is finished. On certain"
2215 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
2216 @echo " if you installed a shared library."
2218 @echo " wxWindows comes with no guarantees and doesn't claim"
2219 @echo " to be suitable for any purpose."
2221 @echo " Read the wxWindows Licence on licencing conditions."
2224 install: preinstall @WX_ALL_INSTALLED@ write_message
2228 @echo " Uninstalling wxWindows..."
2230 @echo " Removing library..."
2231 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
2232 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
2233 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
2234 @$(RM) $(libdir)/@WX_LIBRARY_LINK3@
2235 @echo " Removing helper files..."
2236 @$(RM) $(libdir)/wx/include/wx/@TOOLKIT_DIR@/setup.h
2237 @$(RM) $(bindir)/wx-config
2238 @$(RM) $(datadir)/wx/afm/*
2239 @$(RM) $(datadir)/wx/gs_afm/*
2240 @rmdir $(datadir)/wx/gs_afm
2241 @rmdir $(datadir)/wx/afm
2242 @rmdir $(datadir)/wx
2243 @echo " Removing headers..."
2244 @list='$(HEADERS)'; for p in $$list; do \
2245 $(RM) $(includedir)/wx/$$p; \
2247 @echo " Removing directories..."
2248 @if test -d $(libdir)/wx/include/wx/@TOOLKIT_DIR@; then rmdir $(libdir)/wx/include/wx/@TOOLKIT_DIR@; fi
2249 @if test -d $(libdir)/wx/include/wx; then rmdir $(libdir)/wx/include/wx; fi
2250 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
2251 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
2252 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
2253 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
2254 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
2255 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
2256 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
2257 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
2258 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
2259 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
2264 cp $(WXDIR)/wx$(TOOLKIT).spec $(DISTDIR)
2265 cp $(WXDIR)/configure.in $(DISTDIR)
2266 cp $(WXDIR)/configure $(DISTDIR)
2267 cp $(WXDIR)/config.sub $(DISTDIR)
2268 cp $(WXDIR)/config.guess $(DISTDIR)
2269 cp $(WXDIR)/install-sh $(DISTDIR)
2270 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
2271 cp $(WXDIR)/wx-config.in $(DISTDIR)
2272 cp $(WXDIR)/setup.h.in $(DISTDIR)
2273 cp $(WXDIR)/Makefile.in $(DISTDIR)
2274 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
2275 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
2276 cp $(DOCDIR)/symbols.txt $(DISTDIR)/SYMBOLS.txt
2277 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
2278 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES.txt
2279 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README.txt
2280 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt
2281 mkdir $(DISTDIR)/include
2282 mkdir $(DISTDIR)/include/wx
2283 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
2284 mkdir $(DISTDIR)/include/wx/generic
2285 mkdir $(DISTDIR)/include/wx/html
2286 mkdir $(DISTDIR)/include/wx/unix
2287 mkdir $(DISTDIR)/include/wx/protocol
2288 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
2289 cp $(INCDIR)/wx/*.inl $(DISTDIR)/include/wx
2290 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
2291 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
2292 cp $(INCDIR)/wx/generic/*.xpm $(DISTDIR)/include/wx/generic
2293 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
2294 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
2295 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
2296 mkdir $(DISTDIR)/src
2297 mkdir $(DISTDIR)/src/common
2298 mkdir $(DISTDIR)/src/generic
2299 mkdir $(DISTDIR)/src/html
2300 mkdir $(DISTDIR)/src/html/bitmaps
2301 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
2302 mkdir $(DISTDIR)/src/unix
2303 mkdir $(DISTDIR)/src/png
2304 mkdir $(DISTDIR)/src/jpeg
2305 mkdir $(DISTDIR)/src/tiff
2306 mkdir $(DISTDIR)/src/zlib
2307 mkdir $(DISTDIR)/src/iodbc
2308 cp $(SRCDIR)/*.in $(DISTDIR)/src
2309 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
2310 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
2311 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
2312 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
2313 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
2314 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
2315 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
2316 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
2317 cp $(HTMLDIR)/bitmaps/*.xpm $(DISTDIR)/src/html/bitmaps
2318 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
2319 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
2320 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
2321 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
2322 cp $(PNGDIR)/README $(DISTDIR)/src/png
2323 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
2324 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
2325 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
2326 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
2327 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
2328 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
2329 cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff
2330 cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff
2331 cp $(TIFFDIR)/README $(DISTDIR)/src/tiff
2332 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
2333 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
2334 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
2335 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
2336 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
2337 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
2338 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
2341 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
2342 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
2343 cp $(INCDIR)/wx/gtk/*.xpm $(DISTDIR)/include/wx/gtk
2344 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
2345 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
2346 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
2349 cp $(WXDIR)/wxMOTIF.spec $(DISTDIR)
2350 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
2351 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
2352 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
2353 mkdir $(DISTDIR)/src/motif/xmcombo
2354 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
2355 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
2356 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
2359 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
2360 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
2361 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
2362 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
2363 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
2364 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
2365 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
2366 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
2367 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
2368 mkdir $(DISTDIR)/src/msw/ole
2369 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
2372 mkdir $(DISTDIR)/samples
2373 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2375 mkdir $(DISTDIR)/samples/bombs
2376 cp $(SAMPDIR)/bombs/Makefile.in $(DISTDIR)/samples/bombs
2377 cp $(SAMPDIR)/bombs/makefile.unx $(DISTDIR)/samples/bombs
2378 cp $(SAMPDIR)/bombs/*.cpp $(DISTDIR)/samples/bombs
2379 cp $(SAMPDIR)/bombs/*.h $(DISTDIR)/samples/bombs
2380 cp $(SAMPDIR)/bombs/*.xpm $(DISTDIR)/samples/bombs
2381 cp $(SAMPDIR)/bombs/readme.txt $(DISTDIR)/samples/bombs
2383 mkdir $(DISTDIR)/samples/caret
2384 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
2385 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
2386 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
2387 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
2389 mkdir $(DISTDIR)/samples/calendar
2390 cp $(SAMPDIR)/calendar/Makefile.in $(DISTDIR)/samples/calendar
2391 cp $(SAMPDIR)/calendar/makefile.unx $(DISTDIR)/samples/calendar
2392 cp $(SAMPDIR)/calendar/*.cpp $(DISTDIR)/samples/calendar
2394 mkdir $(DISTDIR)/samples/config
2395 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
2396 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
2397 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
2399 mkdir $(DISTDIR)/samples/console
2400 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
2401 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
2402 cp $(SAMPDIR)/console/*.cpp $(DISTDIR)/samples/console
2404 mkdir $(DISTDIR)/samples/controls
2405 mkdir $(DISTDIR)/samples/controls/icons
2406 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
2407 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
2408 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
2409 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
2410 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
2412 mkdir $(DISTDIR)/samples/checklst
2413 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
2414 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
2415 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
2416 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
2418 mkdir $(DISTDIR)/samples/db
2419 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
2420 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
2421 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
2422 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
2423 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
2425 mkdir $(DISTDIR)/samples/dialogs
2426 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
2427 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
2428 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
2429 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
2430 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
2432 mkdir $(DISTDIR)/samples/dnd
2433 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
2434 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
2435 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
2436 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
2437 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
2438 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
2439 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
2441 mkdir $(DISTDIR)/samples/docview
2442 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
2443 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
2444 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
2445 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
2446 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
2448 mkdir $(DISTDIR)/samples/docvwmdi
2449 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
2450 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
2451 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
2452 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
2454 mkdir $(DISTDIR)/samples/drawing
2455 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
2456 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
2457 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
2458 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
2460 mkdir $(DISTDIR)/samples/dynamic
2461 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
2462 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
2463 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
2464 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
2466 mkdir $(DISTDIR)/samples/forty
2467 cp $(SAMPDIR)/forty/Makefile.in $(DISTDIR)/samples/forty
2468 cp $(SAMPDIR)/forty/makefile.unx $(DISTDIR)/samples/forty
2469 cp $(SAMPDIR)/forty/*.h $(DISTDIR)/samples/forty
2470 cp $(SAMPDIR)/forty/*.cpp $(DISTDIR)/samples/forty
2471 cp $(SAMPDIR)/forty/*.xpm $(DISTDIR)/samples/forty
2472 cp $(SAMPDIR)/forty/*.xbm $(DISTDIR)/samples/forty
2474 mkdir $(DISTDIR)/samples/font
2475 cp $(SAMPDIR)/font/Makefile.in $(DISTDIR)/samples/font
2476 cp $(SAMPDIR)/font/makefile.unx $(DISTDIR)/samples/font
2477 cp $(SAMPDIR)/font/*.cpp $(DISTDIR)/samples/font
2479 mkdir $(DISTDIR)/samples/fractal
2480 cp $(SAMPDIR)/fractal/Makefile.in $(DISTDIR)/samples/fractal
2481 cp $(SAMPDIR)/fractal/makefile.unx $(DISTDIR)/samples/fractal
2482 cp $(SAMPDIR)/fractal/*.cpp $(DISTDIR)/samples/fractal
2484 mkdir $(DISTDIR)/samples/grid
2485 cp $(SAMPDIR)/grid/Makefile.in $(DISTDIR)/samples/grid
2486 cp $(SAMPDIR)/grid/makefile.unx $(DISTDIR)/samples/grid
2487 cp $(SAMPDIR)/grid/*.cpp $(DISTDIR)/samples/grid
2489 mkdir $(DISTDIR)/samples/help
2490 mkdir $(DISTDIR)/samples/help/doc
2491 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
2492 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
2493 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
2494 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
2495 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
2497 mkdir $(DISTDIR)/samples/html
2498 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
2499 mkdir $(DISTDIR)/samples/html/about
2500 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
2501 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
2502 mkdir $(DISTDIR)/samples/html/about/data
2503 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
2504 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
2505 mkdir $(DISTDIR)/samples/html/help
2506 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
2507 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
2508 mkdir $(DISTDIR)/samples/html/help/helpfiles
2509 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
2510 mkdir $(DISTDIR)/samples/html/helpview
2511 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
2512 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
2513 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
2514 mkdir $(DISTDIR)/samples/html/printing
2515 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
2516 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
2517 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
2518 mkdir $(DISTDIR)/samples/html/test
2519 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
2520 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
2521 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
2522 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
2523 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
2524 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
2525 mkdir $(DISTDIR)/samples/html/virtual
2526 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
2527 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
2528 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
2529 mkdir $(DISTDIR)/samples/html/widget
2530 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
2531 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
2532 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
2533 mkdir $(DISTDIR)/samples/html/zip
2534 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
2535 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
2536 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
2537 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
2539 mkdir $(DISTDIR)/samples/image
2540 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
2541 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
2542 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
2543 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
2544 cp $(SAMPDIR)/image/smile.xbm $(DISTDIR)/samples/image
2546 mkdir $(DISTDIR)/samples/internat
2547 mkdir $(DISTDIR)/samples/internat/de
2548 mkdir $(DISTDIR)/samples/internat/fr
2549 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
2550 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
2551 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
2552 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
2553 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
2554 cp $(SAMPDIR)/internat/*.po $(DISTDIR)/samples/internat
2555 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2556 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2557 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
2558 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
2560 mkdir $(DISTDIR)/samples/layout
2561 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
2562 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
2563 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
2564 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
2566 mkdir $(DISTDIR)/samples/life
2567 mkdir $(DISTDIR)/samples/life/bitmaps
2568 cp $(SAMPDIR)/life/Makefile.in $(DISTDIR)/samples/life
2569 cp $(SAMPDIR)/life/makefile.unx $(DISTDIR)/samples/life
2570 cp $(SAMPDIR)/life/*.cpp $(DISTDIR)/samples/life
2571 cp $(SAMPDIR)/life/*.xpm $(DISTDIR)/samples/life
2572 cp $(SAMPDIR)/life/bitmaps/*.xpm $(DISTDIR)/samples/life/bitmaps
2574 mkdir $(DISTDIR)/samples/listctrl
2575 mkdir $(DISTDIR)/samples/listctrl/bitmaps
2576 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
2577 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
2578 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
2579 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
2580 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
2581 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
2583 mkdir $(DISTDIR)/samples/mdi
2584 mkdir $(DISTDIR)/samples/mdi/bitmaps
2585 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
2586 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
2587 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
2588 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
2589 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
2590 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
2592 mkdir $(DISTDIR)/samples/memcheck
2593 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
2594 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
2595 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
2596 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
2598 mkdir $(DISTDIR)/samples/menu
2599 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
2600 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
2601 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
2603 mkdir $(DISTDIR)/samples/minifram
2604 mkdir $(DISTDIR)/samples/minifram/bitmaps
2605 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
2606 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
2607 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
2608 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
2609 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
2610 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
2612 mkdir $(DISTDIR)/samples/minimal
2613 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
2614 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
2615 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
2616 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
2618 mkdir $(DISTDIR)/samples/nettest
2619 cp $(SAMPDIR)/nettest/Makefile.in $(DISTDIR)/samples/nettest
2620 cp $(SAMPDIR)/nettest/makefile.unx $(DISTDIR)/samples/nettest
2621 cp $(SAMPDIR)/nettest/*.cpp $(DISTDIR)/samples/nettest
2623 mkdir $(DISTDIR)/samples/newgrid
2624 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
2625 cp $(SAMPDIR)/newgrid/makefile.unx $(DISTDIR)/samples/newgrid
2626 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
2627 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
2629 mkdir $(DISTDIR)/samples/notebook
2630 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
2631 cp $(SAMPDIR)/notebook/makefile.unx $(DISTDIR)/samples/notebook
2632 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
2633 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
2635 mkdir $(DISTDIR)/samples/png
2636 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
2637 cp $(SAMPDIR)/png/makefile.unx $(DISTDIR)/samples/png
2638 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
2639 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
2640 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
2642 mkdir $(DISTDIR)/samples/printing
2643 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
2644 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
2645 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
2646 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
2647 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
2648 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
2650 mkdir $(DISTDIR)/samples/resource
2651 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
2652 cp $(SAMPDIR)/resource/makefile.unx $(DISTDIR)/samples/resource
2653 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
2654 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
2655 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
2657 mkdir $(DISTDIR)/samples/richedit
2658 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
2659 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
2660 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
2661 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
2662 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
2663 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
2665 mkdir $(DISTDIR)/samples/proplist
2666 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
2667 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
2668 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
2670 mkdir $(DISTDIR)/samples/propsize
2671 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
2672 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
2673 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
2675 mkdir $(DISTDIR)/samples/sashtest
2676 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
2677 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
2678 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
2680 mkdir $(DISTDIR)/samples/scroll
2681 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
2682 cp $(SAMPDIR)/scroll/makefile.unx $(DISTDIR)/samples/scroll
2683 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
2685 mkdir $(DISTDIR)/samples/scrollsub
2686 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
2687 cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
2688 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
2690 mkdir $(DISTDIR)/samples/splitter
2691 cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
2692 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
2693 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
2695 mkdir $(DISTDIR)/samples/text
2696 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
2697 cp $(SAMPDIR)/text/makefile.unx $(DISTDIR)/samples/text
2698 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
2699 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
2701 mkdir $(DISTDIR)/samples/thread
2702 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
2703 cp $(SAMPDIR)/thread/makefile.unx $(DISTDIR)/samples/thread
2704 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
2706 mkdir $(DISTDIR)/samples/toolbar
2707 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
2708 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
2709 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
2710 mkdir $(DISTDIR)/samples/toolbar/bitmaps
2711 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
2713 mkdir $(DISTDIR)/samples/treectrl
2714 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
2715 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
2716 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
2717 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
2719 mkdir $(DISTDIR)/samples/typetest
2720 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
2721 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
2722 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
2723 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
2725 mkdir $(DISTDIR)/samples/validate
2726 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
2727 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
2728 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
2729 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
2731 mkdir $(DISTDIR)/samples/wizard
2732 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
2733 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
2734 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
2736 mkdir $(DISTDIR)/samples/wxpoem
2737 cp $(SAMPDIR)/wxpoem/Makefile.in $(DISTDIR)/samples/wxpoem
2738 cp $(SAMPDIR)/wxpoem/*.cpp $(DISTDIR)/samples/wxpoem
2739 cp $(SAMPDIR)/wxpoem/*.xpm $(DISTDIR)/samples/wxpoem
2740 cp $(SAMPDIR)/wxpoem/*.dat $(DISTDIR)/samples/wxpoem
2741 cp $(SAMPDIR)/wxpoem/*.txt $(DISTDIR)/samples/wxpoem
2743 mkdir $(DISTDIR)/samples/wxsocket
2744 cp $(SAMPDIR)/wxsocket/Makefile.in $(DISTDIR)/samples/wxsocket
2745 cp $(SAMPDIR)/wxsocket/*.cpp $(DISTDIR)/samples/wxsocket
2746 cp $(SAMPDIR)/wxsocket/*.xpm $(DISTDIR)/samples/wxsocket
2749 mkdir $(DISTDIR)/utils
2750 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
2752 mkdir $(DISTDIR)/utils/wxMMedia2
2753 mkdir $(DISTDIR)/utils/wxMMedia2/lib
2754 mkdir $(DISTDIR)/utils/wxMMedia2/sample
2755 cp $(UTILSDIR)/wxMMedia2/Makefile.in $(DISTDIR)/utils/wxMMedia2
2756 cp $(UTILSDIR)/wxMMedia2/lib/Makefile.in $(DISTDIR)/utils/wxMMedia2/lib
2757 cp $(UTILSDIR)/wxMMedia2/lib/*.h $(DISTDIR)/utils/wxMMedia2/lib
2758 cp $(UTILSDIR)/wxMMedia2/lib/*.cpp $(DISTDIR)/utils/wxMMedia2/lib
2759 cp $(UTILSDIR)/wxMMedia2/lib/*.def $(DISTDIR)/utils/wxMMedia2/lib
2760 cp $(UTILSDIR)/wxMMedia2/sample/Makefile.in $(DISTDIR)/utils/wxMMedia2/sample
2761 cp $(UTILSDIR)/wxMMedia2/sample/*.cpp $(DISTDIR)/utils/wxMMedia2/sample
2763 mkdir $(DISTDIR)/utils/glcanvas
2764 mkdir $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2765 cp $(UTILSDIR)/glcanvas/Makefile.in $(DISTDIR)/utils/glcanvas
2766 cp $(UTILSDIR)/glcanvas/docs/notes.txt $(DISTDIR)/utils/glcanvas/NOTES.txt
2767 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/Makefile.in $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2768 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.h $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2769 cp $(UTILSDIR)/glcanvas/$(TOOLKITDIR)/*.cpp $(DISTDIR)/utils/glcanvas/$(TOOLKITDIR)
2771 mkdir $(DISTDIR)/utils/ogl
2772 mkdir $(DISTDIR)/utils/ogl/src
2773 cp $(UTILSDIR)/ogl/Makefile.in $(DISTDIR)/utils/ogl
2774 cp $(UTILSDIR)/ogl/src/Makefile.in $(DISTDIR)/utils/ogl/src
2775 cp $(UTILSDIR)/ogl/src/*.h $(DISTDIR)/utils/ogl/src
2776 cp $(UTILSDIR)/ogl/src/*.cpp $(DISTDIR)/utils/ogl/src
2779 mkdir $(DISTDIR)/misc
2780 mkdir $(DISTDIR)/misc/afm
2781 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
2782 mkdir $(DISTDIR)/misc/gs_afm
2783 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
2785 dist: ALL_DIST @GUIDIST@ SAMPLES_DIST UTILS_DIST MISC_DIST
2786 cd _dist_dir; tar ch wx$(TOOLKIT) | gzip -f9 > $(WXARCHIVE); mv $(WXARCHIVE) ..
2787 mv _dist_dir/wx$(TOOLKIT)/samples _dist_dir/wx$(TOOLKIT)/wxSamples
2788 cd _dist_dir/wx$(TOOLKIT); tar ch wxSamples | gzip -f9 > $(WXSAMPLES); mv $(WXSAMPLES) ../..