]> git.saurik.com Git - wxWidgets.git/blame - Makefile.in
added wxDynamicLibrary::Detach()
[wxWidgets.git] / Makefile.in
CommitLineData
421a0171 1#####################################################################
ad9edf45 2# File: makefile.unx
421a0171 3# Purpose: Makefile for Unix wxWindows ports (both GUI and wxBase)
3a922bb4 4# Author: Julian Smart, Robert Roebling, Vadim Zeitlin, Ron Lee
ad9edf45 5# Created: 1993
421a0171 6# Version: $Id$
ad9edf45
RR
7# Copyright:(c) 1993, AIAI, University of Edinburgh,
8# Copyright:(c) 1999, Vadim Zeitlin
9# Copyright:(c) 1999, Robert Roebling
3a922bb4 10# Copyright:(c) 2001, Ron Lee
421a0171 11#####################################################################
ad9edf45
RR
12
13include ./src/make.env
14
421a0171
VZ
15#################### the implicit rules #############################
16
17# NB: we use the old style suffix rules (.c.o) and not the GNU make
18# implicit rules (%.o: %.c) because they are more portable, in
19# particular the BSD make understands the former but not the
20# latter
21.SUFFIXES: .o .c .cpp .cxx .rsrc .r
ad9edf45 22
421a0171 23.c.o:
25d0687a 24 $(CC) -c $(CFLAGS) $(PICFLAGS) -o $@ $<
ad9edf45 25
421a0171 26.cpp.o:
25d0687a 27 $(CXX) -c $(CXXFLAGS) $(PICFLAGS) -o $@ $<
ad9edf45 28
421a0171 29.cxx.o:
25d0687a 30 $(CXX) -c $(CXXFLAGS) $(PICFLAGS) -o $@ $<
ad9edf45 31
421a0171 32.rsrc.r:
d08b457b 33 $(DEREZ) $^ Carbon.r -useDF > $@
ad9edf45 34
421a0171 35############################# Paths #################################
ad9edf45
RR
36
37srcdir = @srcdir@
1e6feb95 38top_srcdir = @top_srcdir@
ad9edf45 39
1e6feb95
VZ
40VP1 = @TOOLKIT_VPATH@
41VP2 = @top_srcdir@/src/common
42VP3 = @top_srcdir@/src/generic
43VP4 = @top_srcdir@/src/unix
44VP5 = @top_srcdir@/src/html
45VP6 = @top_srcdir@/src/png
46VP7 = @top_srcdir@/src/jpeg
47VP8 = @top_srcdir@/src/tiff
48VP9 = @top_srcdir@/src/zlib
0b2effe9 49VPA = @top_srcdir@/src/regex
1e6feb95
VZ
50VP10 = @top_srcdir@/src/iodbc
51VP11 = @top_srcdir@/src/msw/ole
3fed1840 52
e183484e
VZ
53# the comment at the end of the next line is needed because otherwise autoconf
54# would remove this line completely - it contains a built-in hack to remove
55# any VPATH assignment not containing ':'
3a922bb4 56VPATH = $(VP1)@PATH_IFS@$(VP2)@PATH_IFS@$(VP3)@PATH_IFS@$(VP4)@PATH_IFS@$(VP5)@PATH_IFS@$(VP6)@PATH_IFS@$(VP7)@PATH_IFS@$(VP8)@PATH_IFS@$(VP9)@PATH_IFS@$(VPA)@PATH_IFS@$(VP10)@PATH_IFS@$(VP11) # ':' for autoconf
ad9edf45 57
ad9edf45
RR
58prefix = @prefix@
59exec_prefix = @exec_prefix@
60
61bindir = @bindir@
ad9edf45 62datadir = @datadir@
ad9edf45 63libdir = @libdir@
ad9edf45
RR
64mandir = @mandir@
65includedir = @includedir@
ad9edf45 66
f6bcfd97
BP
67localedir = $(datadir)/locale
68
ad9edf45 69top_builddir = .
3a922bb4 70build_libdir = $(top_builddir)/lib
ad9edf45
RR
71
72INSTALL = @INSTALL@
73INSTALL_PROGRAM = @INSTALL_PROGRAM@
74INSTALL_DATA = @INSTALL_DATA@
2224580a 75INSTALL_SCRIPT = @INSTALL@
4f5a7f74 76INSTALL_DIR = @INSTALL_DIR@
3a922bb4 77
ad9edf45
RR
78build_alias = @build_alias@
79build_triplet = @build@
80host_alias = @host_alias@
81host_triplet = @host@
82target_alias = @target_alias@
83target_triplet = @target@
84
dad6c0ea
VZ
85USE_GUI=@USE_GUI@
86
ad9edf45
RR
87############################# Dirs #################################
88
89WXDIR = $(top_srcdir)
90
91# Subordinate library possibilities
92
4cb122de
RR
93SRCDIR = $(WXDIR)/src
94GENDIR = $(WXDIR)/src/generic
95COMMDIR = $(WXDIR)/src/common
96HTMLDIR = $(WXDIR)/src/html
97UNIXDIR = $(WXDIR)/src/unix
98PNGDIR = $(WXDIR)/src/png
99JPEGDIR = $(WXDIR)/src/jpeg
1d62a8b4 100TIFFDIR = $(WXDIR)/src/tiff
4cb122de 101ZLIBDIR = $(WXDIR)/src/zlib
3a922bb4 102REGEXDIR = $(WXDIR)/src/regex
4cb122de 103GTKDIR = $(WXDIR)/src/gtk
cb61c62d 104X11DIR = $(WXDIR)/src/x11
866c0d96 105X11INC = $(WXDIR)/include/wx/x11
cb61c62d 106MGLDIR = $(WXDIR)/src/mgl
ad9edf45 107MOTIFDIR = $(WXDIR)/src/motif
4cb122de 108MSWDIR = $(WXDIR)/src/msw
9260520f 109PMDIR = $(WXDIR)/src/os2
b4085ce6 110MACDIR = $(WXDIR)/src/mac
c09ab26a 111ODBCDIR = $(WXDIR)/src/iodbc
3fed1840 112FTDIR = $(WXDIR)/src/freetype
4cb122de
RR
113INCDIR = $(WXDIR)/include
114SAMPDIR = $(WXDIR)/samples
dfd6b52f 115DEMODIR = $(WXDIR)/demos
641d87d8 116UTILSDIR = $(WXDIR)/utils
a6f3598d 117MISCDIR = $(WXDIR)/misc
ad9edf45 118
f6bcfd97
BP
119DOCDIR = $(WXDIR)/docs
120INTLDIR = $(WXDIR)/locale
ad9edf45 121
a4aad961
RR
122########################## Archive name ###############################
123
31fe72b6 124# append a version suffix x.y.z to all file names
65eb9855 125VER_MAJMIN=$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER)
e59a8895 126VER_SUFFIX=$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER)$(EXTRA_VER)
16b0e4ac
VZ
127WXARCHIVE=@DISTDIR@-$(VER_SUFFIX).tar.gz
128WXGLARCHIVE=@DISTDIR@-gl-$(VER_SUFFIX).tar.gz
129WXSAMPLES=wx$(TOOLKIT)-samples-$(VER_SUFFIX).tar.gz
130WXDEMOS=wx$(TOOLKIT)-demos-$(VER_SUFFIX).tar.gz
62b92533 131WXARCHIVE_ZIP=wxMSW-$(VER_SUFFIX).zip
31fe72b6 132
16b0e4ac
VZ
133WXARCHIVE_BZIP=@DISTDIR@-$(VER_SUFFIX).tar.bz2
134WXGLARCHIVE_BZIP=@DISTDIR@-gl-$(VER_SUFFIX).tar.bz2
135WXSAMPLES_BZIP=wx$(TOOLKIT)-samples-$(VER_SUFFIX).tar.bz2
136WXDEMOS_BZIP=wx$(TOOLKIT)-demos-$(VER_SUFFIX).tar.bz2
f6bcfd97 137
16b0e4ac
VZ
138DISTDIRNAME=@DISTDIR@-$(VER_SUFFIX)
139DISTDIR=./_dist_dir/$(DISTDIRNAME)
a4aad961 140
f6bcfd97 141
ad9edf45
RR
142############################## Files ##################################
143
c7206e64 144WX_LINGUAS = `cd $(top_srcdir)/locale && ls *.mo 2> /dev/null | sed -n 's/\.mo//p'`
f6bcfd97 145
2224580a
VZ
146# this line will include a file which defines ALL_SOURCES, ALL_OBJECTS,
147# ALL_DEPFILES and ALL_HEADERS variables with the complete list of .cpp, .o,
148# .d and .h/.inl files for the current toolkit
879df073 149include @PORT_FILES@
2224580a 150
9b695262
VZ
151SOURCES = @ALL_SOURCES@
152HEADERS = @ALL_HEADERS@
2224580a
VZ
153
154# for the objects and depfiles, we might be bulding only part of them
155# depending on configure arguments, so select a subset of ALL
156OBJECTS = @ALL_OBJECTS@
ad9edf45 157
2224580a
VZ
158# the object files of sublibraries (we assume that they don't change [often],
159# so we don't generate these lists with tmake but embed them here)
0b2effe9
VZ
160REGEXOBJS = \
161 regcomp.o \
162 regexec.o \
163 regerror.o \
164 regfree.o
165
166ZLIBOBJS = \
5586805b
RR
167 adler32.o \
168 compress.o \
169 crc32.o \
170 gzio.o \
171 uncompr.o \
172 deflate.o \
173 trees.o \
174 zutil.o \
175 inflate.o \
176 infblock.o \
177 inftrees.o \
178 infcodes.o \
179 infutil.o \
180 inffast.o
ad9edf45 181
0b2effe9 182PNGOBJS = \
5586805b 183 png.o \
ba51567d
GD
184 pngerror.o \
185 pnggccrd.o \
186 pngget.o \
187 pngmem.o \
188 pngpread.o \
5586805b 189 pngread.o \
ba51567d 190 pngrio.o \
5586805b
RR
191 pngrtran.o \
192 pngrutil.o \
ba51567d 193 pngset.o \
5586805b 194 pngtrans.o \
ba51567d
GD
195 pngvcrd.o \
196 pngwio.o \
5586805b
RR
197 pngwrite.o \
198 pngwtran.o \
ba51567d 199 pngwutil.o
ad9edf45 200
0b2effe9 201JPEGOBJS = \
5586805b
RR
202 jcomapi.o \
203 jutils.o \
204 jerror.o \
205 jmemmgr.o \
206 jmemnobs.o \
207 jcapimin.o \
208 jcapistd.o \
209 jctrans.o \
210 jcparam.o \
211 jdatadst.o \
212 jcinit.o \
213 jcmaster.o \
214 jcmarker.o \
215 jcmainct.o \
216 jcprepct.o \
217 jccoefct.o \
218 jccolor.o \
219 jcsample.o \
220 jchuff.o \
221 jcphuff.o \
222 jcdctmgr.o \
223 jfdctfst.o \
224 jfdctflt.o \
225 jfdctint.o \
226 jdapimin.o \
227 jdapistd.o \
228 jdtrans.o \
229 jdatasrc.o \
230 jdmaster.o \
231 jdinput.o \
232 jdmarker.o \
233 jdhuff.o \
234 jdphuff.o \
235 jdmainct.o \
236 jdcoefct.o \
237 jdpostct.o \
238 jddctmgr.o \
239 jidctfst.o \
240 jidctflt.o \
241 jidctint.o \
242 jidctred.o \
243 jdsample.o \
244 jdcolor.o \
245 jquant1.o \
246 jquant2.o \
247 jdmerge.o
ad9edf45 248
0b2effe9 249TIFFOBJS = \
c7a2bf27
RR
250 tif_aux.o \
251 tif_close.o \
252 tif_codec.o \
253 tif_compress.o \
254 tif_dir.o \
255 tif_dirinfo.o \
256 tif_dirread.o \
257 tif_dirwrite.o \
258 tif_dumpmode.o \
259 tif_error.o \
260 tif_fax3.o \
261 tif_fax3sm.o \
262 tif_getimage.o \
263 tif_jpeg.o \
264 tif_flush.o \
265 tif_lzw.o \
b47c832e 266 tif_luv.o \
c7a2bf27
RR
267 tif_next.o \
268 tif_open.o \
269 tif_packbits.o \
270 tif_pixarlog.o \
271 tif_predict.o \
272 tif_print.o \
273 tif_read.o \
274 tif_swab.o \
275 tif_strip.o \
276 tif_thunder.o \
277 tif_tile.o \
278 tif_unix.o \
279 tif_version.o \
280 tif_warning.o \
281 tif_write.o \
282 tif_zip.o
283
103aab26 284IODBCOBJS = \
e115e771
RR
285 catalog.o \
286 connect.o \
287 dlf.o \
288 dlproc.o \
289 execute.o \
290 fetch.o \
291 hdbc.o \
292 henv.o \
293 herr.o \
294 hstmt.o \
295 info.o \
296 itrace.o \
297 misc.o \
298 prepare.o \
299 result.o
7d88e244 300
e59a8895 301
2224580a 302############################## Rules ##################################
f85afd4e 303
3a922bb4
RL
304SONAME_FLAGS = @SONAME_FLAGS@
305SONAME_FLAGS_GL = @SONAME_FLAGS_GL@
1d62a8b4 306
c7206e64 307all: @WX_ALL@
ad9edf45 308
e95edd8d 309$(build_libdir)/@WX_LIBRARY_NAME_STATIC@: $(OBJECTS)
4f5a7f74 310 @$(INSTALL_DIR) $(build_libdir)
65fd49a4 311 @$(RM) $@
3a922bb4
RL
312 $(AR) $(AROPTIONS) $@ $(OBJECTS)
313 $(RANLIB) $@
ad9edf45 314
e95edd8d 315$(build_libdir)/@WX_LIBRARY_NAME_STATIC_GL@: glcanvas.o
4f5a7f74 316 @$(INSTALL_DIR) $(build_libdir)
65fd49a4 317 @$(RM) $@
3a922bb4
RL
318 $(AR) $(AROPTIONS) $@ glcanvas.o
319 $(RANLIB) $@
bdad4e7e 320
e95edd8d 321$(build_libdir)/@WX_LIBRARY_NAME_SHARED@: $(OBJECTS)
4f5a7f74 322 @$(INSTALL_DIR) $(build_libdir)
3a922bb4 323 $(SHARED_LD) $@ $(SONAME_FLAGS) $(OBJECTS) $(EXTRALIBS)
b4085ce6 324
224b1f5c
VZ
325# NB: we used to have "-L$(build_libdir) @WXCONFIG_LIBS@" in the SHARED_LD line
326# but this seems to result in problems with libwx_gtk being linked in twice
e95edd8d 327$(build_libdir)/@WX_LIBRARY_NAME_SHARED_GL@: glcanvas.o $(build_libdir)/@WX_LIBRARY_NAME_SHARED@
4f5a7f74 328 @$(INSTALL_DIR) $(build_libdir)
224b1f5c 329 $(SHARED_LD) $@ $(SONAME_FLAGS_GL) glcanvas.o $(EXTRALIBS) $(OPENGLLIBS)
b4085ce6 330
2cf60764 331$(build_libdir)/@WX_RESOURCES_MACOSX_DATA@: $(MACRESOURCES)
4f5a7f74 332 @$(INSTALL_DIR) $(build_libdir)
3a922bb4 333 $(RESCOMP) -d __UNIX__ -useDF $^ -o $@
2f51a9ec 334
3a922bb4
RL
335$(build_libdir)/@WX_LIBRARY_LINK1@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED@
336 @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1@
337 @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2@
338 cd $(build_libdir) \
07eb77a6 339 && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK1@ \
3a922bb4 340 && $(LN_S) @WX_TARGET_LIBRARY@ @WX_LIBRARY_LINK2@
b4085ce6 341
3a922bb4
RL
342$(build_libdir)/@WX_LIBRARY_LINK1_GL@: $(build_libdir)/@WX_LIBRARY_NAME_SHARED_GL@
343 @$(RM) $(build_libdir)/@WX_LIBRARY_LINK1_GL@
344 @$(RM) $(build_libdir)/@WX_LIBRARY_LINK2_GL@
345 cd $(build_libdir) \
346 && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK1_GL@ \
347 && $(LN_S) @WX_TARGET_LIBRARY_GL@ @WX_LIBRARY_LINK2_GL@
b4085ce6 348
613d0995 349$(OBJECTS): $(WXDIR)/include/wx/defs.h $(WXDIR)/include/wx/object.h
ad9edf45 350
613d0995 351parser.o: parser.c lexer.c
d22ff69d 352 $(CCLEX) -c $(CFLAGS) -I. $(PICFLAGS) -o $@ parser.c
ad9edf45 353
613d0995 354parser.c: $(COMMDIR)/parser.y lexer.c
ad9edf45
RR
355 $(YACC) $(COMMDIR)/parser.y
356 @sed -e "s;$(COMMDIR)/y.tab.c;parser.y;g" < y.tab.c | \
357 sed -e "s/BUFSIZ/5000/g" | \
358 sed -e "s/YYLMAX 200/YYLMAX 5000/g" | \
359 sed -e "s/yy/PROIO_yy/g" | \
360 sed -e "s/input/PROIO_input/g" | \
361 sed -e "s/unput/PROIO_unput/g" > parser.c
362 @$(RM) y.tab.c
363
613d0995 364lexer.c: $(COMMDIR)/lexer.l
ad9edf45 365 $(LEX) $(COMMDIR)/lexer.l
9260520f 366 @sed -e "s;$(COMMDIR)/@LEX_STEM@.c;lexer.l;g" < @LEX_STEM@.c | \
ad9edf45
RR
367 sed -e "s/yy/PROIO_yy/g" | \
368 sed -e "s/input/PROIO_input/g" | \
369 sed -e "s/unput/PROIO_unput/g" > lexer.c
9260520f 370 @$(RM) @LEX_STEM@.c
ad9edf45 371
613d0995 372@IF_GNU_MAKE@-include $(OBJECTS:.o=.d)
3a922bb4
RL
373
374CREATE_INSTALLED_LINKS: preinstall
375 $(RM) $(libdir)/@WX_LIBRARY_LINK1@
376 $(RM) $(libdir)/@WX_LIBRARY_LINK2@
377 cd $(libdir) \
378 && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK1@ \
379 && $(LN_S) @WX_LIBRARY_NAME_SHARED@ @WX_LIBRARY_LINK2@
380
381CREATE_INSTALLED_LINKS_GL: preinstall_gl
382 $(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@
383 $(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@
384 cd $(libdir) \
385 && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK1_GL@ \
386 && $(LN_S) @WX_LIBRARY_NAME_SHARED_GL@ @WX_LIBRARY_LINK2_GL@
5586805b 387
2224580a 388afminstall: preinstall
4f5a7f74
VZ
389 @if test ! -d $(datadir); then $(INSTALL_DIR) $(datadir); fi
390 $(INSTALL_DIR) $(datadir)/wx
391 $(INSTALL_DIR) $(datadir)/wx/$(VER_MAJMIN)
392 $(INSTALL_DIR) $(datadir)/wx/$(VER_MAJMIN)/afm
393 $(INSTALL_DIR) $(datadir)/wx/$(VER_MAJMIN)/gs_afm
65eb9855
VS
394 $(INSTALL_DATA) $(top_srcdir)/misc/afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/afm
395 $(INSTALL_DATA) $(top_srcdir)/misc/gs_afm/*.afm $(datadir)/wx/$(VER_MAJMIN)/gs_afm
2b5f62a0 396
debc175a 397m4datainstall: preinstall
4f5a7f74 398 $(INSTALL_DIR) $(datadir)/aclocal
debc175a 399 $(INSTALL_DATA) $(top_srcdir)/wxwin.m4 $(datadir)/aclocal
2224580a 400
2b5f62a0 401win32install: preinstall
4f5a7f74
VZ
402 $(INSTALL_DIR) $(includedir)/wx/msw
403 $(INSTALL_DIR) $(includedir)/wx/msw/gnuwin32
404 $(INSTALL_DIR) $(includedir)/wx/msw/gnuwin32/gl
2b5f62a0
VZ
405 $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/*.cur \
406 $(top_srcdir)/include/wx/msw/*.ico \
407 $(top_srcdir)/include/wx/msw/*.bmp \
408 $(top_srcdir)/include/wx/msw/wx.rc \
409 $(includedir)/wx/msw
894c8f3e
VZ
410 $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/*.h $(includedir)/wx/msw/gnuwin32
411 $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(includedir)/wx/msw/gnuwin32/gl
2b5f62a0 412
2224580a
VZ
413# this is the real install target: copies the library, wx-config and the
414# headers to the installation directory
3a922bb4 415preinstall: $(build_libdir)/@WX_TARGET_LIBRARY@ $(top_builddir)/wx@TOOLCHAIN_NAME@-config
ad9edf45
RR
416 @echo " "
417 @echo " Installing wxWindows..."
418 @echo " "
419
4f5a7f74
VZ
420 @if test ! -d $(prefix); then $(INSTALL_DIR) $(prefix); fi
421 @if test ! -d $(bindir); then $(INSTALL_DIR) $(bindir); fi
422 @if test ! -d $(libdir); then $(INSTALL_DIR) $(libdir); fi
8b17ba72 423
3a922bb4
RL
424 $(INSTALL_SCRIPT) $(top_builddir)/wx@TOOLCHAIN_NAME@-config $(bindir)/wx@TOOLCHAIN_NAME@-config
425 cd $(bindir) && rm -f wx-config && $(LN_S) wx@TOOLCHAIN_NAME@-config wx-config
65eb9855 426 @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY@ $(libdir)/@WX_TARGET_LIBRARY@
613d0995 427 @if test "x@WX_LIBRARY_IMPORTLIB@" != "x"; then \
77e13408 428 $(INSTALL_PROGRAM) $(top_builddir)/lib/@WX_LIBRARY_IMPORTLIB@ $(libdir)/@WX_LIBRARY_IMPORTLIB@; fi
8b17ba72 429
4f5a7f74
VZ
430 $(INSTALL_DIR) $(libdir)/wx
431 $(INSTALL_DIR) $(libdir)/wx/include
432 $(INSTALL_DIR) $(libdir)/wx/include/univ
433 $(INSTALL_DIR) $(libdir)/wx/include/@TOOLCHAIN_NAME@
434 $(INSTALL_DIR) $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx
3a922bb4
RL
435 $(INSTALL_DATA) $(build_libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h \
436 $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h
b4085ce6 437
4f5a7f74 438 $(INSTALL_DIR) $(includedir)/wx
3a922bb4 439 @# FIXME: This will erroneously install a wx/base dir for wxBase..
4f5a7f74
VZ
440 @if test "$(USE_GUI)" = 1; then $(INSTALL_DIR) $(includedir)/wx/@TOOLKIT_DIR@; fi
441 @if test "$(USE_GUI)" = 1; then $(INSTALL_DIR) $(includedir)/wx/html; fi
442 @if test "$(USE_GUI)" = 1; then $(INSTALL_DIR) $(includedir)/wx/generic; fi
443 @if test "$(USE_GUI)" = 1; then $(INSTALL_DIR) $(includedir)/wx/univ; fi
444 @if test "@TOOLKIT_DIR@" = "msw"; then $(INSTALL_DIR) $(includedir)/wx/msw/ole; fi
866c0d96 445 @if test "@TOOLKIT_DIR@" = "motif"; then $(INSTALL_DIR) $(includedir)/wx/x11; fi
f676c7ff 446
84a32a77 447 @# always install msw headers for wxBase, it's much simpler
4f5a7f74 448 @if test "$(USE_GUI)" = 0; then $(INSTALL_DIR) $(includedir)/wx/msw; fi
84a32a77 449
4f5a7f74
VZ
450 $(INSTALL_DIR) $(includedir)/wx/protocol
451 $(INSTALL_DIR) $(includedir)/wx/unix
ad9edf45
RR
452 @list='$(HEADERS)'; for p in $$list; do \
453 $(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p; \
454 echo "$(INSTALL_DATA) $(top_srcdir)/include/wx/$$p $(includedir)/wx/$$p"; \
455 done
9260520f 456
4f5a7f74 457 @if test ! -d $(localedir); then $(INSTALL_DIR) $(localedir); fi
f6bcfd97 458 @for p in $(WX_LINGUAS); do \
4f5a7f74
VZ
459 if test ! -d $(localedir)/$$p; then $(INSTALL_DIR) $(localedir)/$$p; fi;\
460 if test ! -d $(localedir)/$$p/LC_MESSAGES; then $(INSTALL_DIR) $(localedir)/$$p/LC_MESSAGES; fi;\
c7206e64
VS
461 $(INSTALL_DATA) $(top_srcdir)/locale/$$p.mo $(localedir)/$$p/LC_MESSAGES/wxstd.mo; \
462 echo "$(INSTALL_DATA) $(top_srcdir)/locale/$$p.mo $(localedir)/$$p/LC_MESSAGES/wxstd.mo"; \
f6bcfd97
BP
463 done
464
e95edd8d 465preinstall_res: $(build_libdir)/@WX_RESOURCES_MACOSX_ASCII@ $(build_libdir)/@WX_RESOURCES_MACOSX_DATA@
e23081de
RR
466 @echo " "
467 @echo " Installing wxWindows Mac resource ..."
468 @echo " "
4f5a7f74 469 @if test ! -d $(libdir); then $(INSTALL_DIR) $(libdir); fi
e95edd8d
GD
470 $(INSTALL_PROGRAM) $(build_libdir)/@WX_RESOURCES_MACOSX_ASCII@ $(libdir)/@WX_RESOURCES_MACOSX_ASCII@
471 $(INSTALL_PROGRAM) $(build_libdir)/@WX_RESOURCES_MACOSX_DATA@ $(libdir)/@WX_RESOURCES_MACOSX_DATA@
e23081de 472
3a922bb4 473preinstall_gl: $(build_libdir)/@WX_TARGET_LIBRARY_GL@
c661ecca
RR
474 @echo " "
475 @echo " Installing wxWindows OpenGl add-on..."
476 @echo " "
4f5a7f74 477 @if test ! -d $(libdir); then $(INSTALL_DIR) $(libdir); fi
65eb9855 478 @INSTALL_LIBRARY@ $(build_libdir)/@WX_TARGET_LIBRARY_GL@ $(libdir)/@WX_TARGET_LIBRARY_GL@
c661ecca 479
2b5f62a0 480install: @AFMINSTALL@ @WX_ALL_INSTALLED@ m4datainstall @WIN32INSTALL@
549c6f67 481 @echo " "
ad9edf45 482 @echo " The installation of wxWindows is finished. On certain"
c09ab26a 483 @echo " platforms (e.g. Linux) you'll now have to run ldconfig"
4b6b4dfc 484 @echo " if you installed a shared library and also modify the"
2224580a 485 @echo " LD_LIBRARY_PATH (or equivalent) environment variable."
ad9edf45 486 @echo " "
2224580a 487 @echo " wxWindows comes with no guarantees and doesn't claim"
ad9edf45
RR
488 @echo " to be suitable for any purpose."
489 @echo " "
490 @echo " Read the wxWindows Licence on licencing conditions."
491 @echo " "
492
ad9edf45
RR
493uninstall:
494 @echo " "
495 @echo " Uninstalling wxWindows..."
496 @echo " "
497 @echo " Removing library..."
8b17ba72
RR
498 @$(RM) $(libdir)/@WX_TARGET_LIBRARY@
499 @$(RM) $(libdir)/@WX_LIBRARY_LINK1@
500 @$(RM) $(libdir)/@WX_LIBRARY_LINK2@
bdad4e7e
RR
501 @echo " Removing GL library..."
502 @$(RM) $(libdir)/@WX_TARGET_LIBRARY_GL@
503 @$(RM) $(libdir)/@WX_LIBRARY_LINK1_GL@
504 @$(RM) $(libdir)/@WX_LIBRARY_LINK2_GL@
ad9edf45 505 @echo " Removing helper files..."
3a922bb4 506 @$(RM) $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx/setup.h
8b17ba72 507 @$(RM) $(bindir)/wx-config
3a922bb4 508 @$(RM) $(bindir)/wx@TOOLCHAIN_NAME@-config
667e2c55
VS
509 @$(RM) $(datadir)/wx/$(VER_MAJMIN)/afm/*
510 @$(RM) $(datadir)/wx/$(VER_MAJMIN)/gs_afm/*
2b5f62a0 511 # FIXME: wxBase doesnt install these next 3 dirs.
667e2c55
VS
512 @-rmdir $(datadir)/wx/$(VER_MAJMIN)/gs_afm
513 @-rmdir $(datadir)/wx/$(VER_MAJMIN)/afm
514 @-rmdir $(datadir)/wx/$(VER_MAJMIN)
07eb77a6 515 @-rmdir $(datadir)/wx
a3bc6643 516 @$(RM) $(datadir)/aclocal/wxwin.m4
ad9edf45
RR
517 @echo " Removing headers..."
518 @list='$(HEADERS)'; for p in $$list; do \
8b17ba72 519 $(RM) $(includedir)/wx/$$p; \
ad9edf45 520 done
2b5f62a0 521 # TODO: uninstall the files installed by win32install
f6bcfd97
BP
522 @echo " Removing i18n files..."
523 @-for p in $(WX_LINGUAS); do \
524 $(RM) $(localedir)/$$p/LC_MESSAGES/wxstd.mo; \
525 rmdir $(localedir)/$$p/LC_MESSAGES; \
526 rmdir $(localedir)/$$p; \
527 done
ad9edf45 528 @echo " Removing directories..."
f6bcfd97 529 @-rmdir $(localedir)
3a922bb4
RL
530 @if test -d $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx; then rmdir $(libdir)/wx/include/@TOOLCHAIN_NAME@/wx; fi
531 @if test -d $(libdir)/wx/include/@TOOLCHAIN_NAME@; then rmdir $(libdir)/wx/include/@TOOLCHAIN_NAME@; fi
ad9edf45
RR
532 @if test -d $(libdir)/wx/include; then rmdir $(libdir)/wx/include; fi
533 @if test -d $(libdir)/wx; then rmdir $(libdir)/wx; fi
534 @if test -d $(includedir)/wx/gtk; then rmdir $(includedir)/wx/gtk; fi
535 @if test -d $(includedir)/wx/motif; then rmdir $(includedir)/wx/motif; fi
a6f3598d 536 @if test -d $(includedir)/wx/msw; then rmdir $(includedir)/wx/msw; fi
ad9edf45
RR
537 @if test -d $(includedir)/wx/html; then rmdir $(includedir)/wx/html; fi
538 @if test -d $(includedir)/wx/unix; then rmdir $(includedir)/wx/unix; fi
952ebeba 539 @if test -d $(includedir)/wx/univ; then rmdir $(includedir)/wx/univ; fi
ad9edf45
RR
540 @if test -d $(includedir)/wx/generic; then rmdir $(includedir)/wx/generic; fi
541 @if test -d $(includedir)/wx/protocol; then rmdir $(includedir)/wx/protocol; fi
542 @if test -d $(includedir)/wx; then rmdir $(includedir)/wx; fi
543
2224580a
VZ
544# this target should copy only the files common to really all ports (including
545# wxBase) to the dist dir
546ALL_DIST: distclean
a4aad961
RR
547 mkdir _dist_dir
548 mkdir $(DISTDIR)
debc175a 549 cp $(WXDIR)/wxwin.m4 $(DISTDIR)
b96848d3 550 cp $(WXDIR)/aclocal.m4 $(DISTDIR)
a4aad961
RR
551 cp $(WXDIR)/config.sub $(DISTDIR)
552 cp $(WXDIR)/config.guess $(DISTDIR)
553 cp $(WXDIR)/install-sh $(DISTDIR)
554 cp $(WXDIR)/mkinstalldirs $(DISTDIR)
555 cp $(WXDIR)/wx-config.in $(DISTDIR)
2b5f62a0 556 cp $(WXDIR)/version-script.in $(DISTDIR)
a4aad961 557 cp $(WXDIR)/setup.h.in $(DISTDIR)
6e7b6cc6
RR
558 cp $(WXDIR)/setup.h_vms $(DISTDIR)
559 cp $(WXDIR)/descrip.mms $(DISTDIR)
a4aad961 560 cp $(WXDIR)/Makefile.in $(DISTDIR)
84a32a77 561 cp $(WXDIR)/wxBase.spec $(DISTDIR)
a4aad961
RR
562 cp $(DOCDIR)/lgpl.txt $(DISTDIR)/COPYING.LIB
563 cp $(DOCDIR)/licence.txt $(DISTDIR)/LICENCE.txt
32037c4e 564 cp $(DOCDIR)/changes.txt $(DISTDIR)/CHANGES.txt
6e7b6cc6
RR
565 mkdir $(DISTDIR)/lib
566 cp $(WXDIR)/lib/vms.opt $(DISTDIR)/lib
567 cp $(WXDIR)/lib/vms_gtk.opt $(DISTDIR)/lib
dc3d889d 568 mkdir $(DISTDIR)/src
0a615ec1
VZ
569 # temp hack for common/execcmn.cpp: it's not supported by tmake
570 # yet (it's a header-like file but in src/common directory and it
571 # shouldn't be distributed...)
572 mkdir $(DISTDIR)/src/common
573 cp $(SRCDIR)/common/execcmn.cpp $(DISTDIR)/src/common
dc3d889d
VZ
574 mkdir $(DISTDIR)/src/zlib
575 cp $(ZLIBDIR)/*.h $(DISTDIR)/src/zlib
576 cp $(ZLIBDIR)/*.c $(DISTDIR)/src/zlib
577 cp $(ZLIBDIR)/README $(DISTDIR)/src/zlib
578 cp $(ZLIBDIR)/*.mms $(DISTDIR)/src/zlib
3a922bb4 579 mkdir $(DISTDIR)/src/regex
9bfaa55f 580 cp $(REGEXDIR)/*.h $(DISTDIR)/src/regex
cb4a5a73 581 cp $(REGEXDIR)/*.ih $(DISTDIR)/src/regex
3a922bb4 582 cp $(REGEXDIR)/*.c $(DISTDIR)/src/regex
9bfaa55f 583 cp $(REGEXDIR)/Makefile $(DISTDIR)/src/regex
2f060d19 584 cp $(REGEXDIR)/makefile.* $(DISTDIR)/src/regex
9bfaa55f
RR
585 cp $(REGEXDIR)/COPYRIGHT $(DISTDIR)/src/regex
586 cp $(REGEXDIR)/README $(DISTDIR)/src/regex
587 cp $(REGEXDIR)/WHATSNEW $(DISTDIR)/src/regex
588 cp $(REGEXDIR)/mkh $(DISTDIR)/src/regex
589 cp $(REGEXDIR)/tests $(DISTDIR)/src/regex
2224580a
VZ
590
591# this target is the common part of distribution script for all GUI toolkits,
592# but is not used when building wxBase distribution
593ALL_GUI_DIST: ALL_DIST
84a32a77
VZ
594 cp $(WXDIR)/configure.in $(DISTDIR)
595 cp $(WXDIR)/configure $(DISTDIR)
596 cp $(DOCDIR)/readme.txt $(DISTDIR)/README.txt
597 cp $(DOCDIR)/$(TOOLKITDIR)/install.txt $(DISTDIR)/INSTALL.txt
32037c4e
VS
598 if test -f $(DOCDIR)/$(TOOLKITDIR)/changes.txt ; then \
599 cp $(DOCDIR)/$(TOOLKITDIR)/changes.txt $(DISTDIR)/CHANGES-$(TOOLKIT).txt ; fi
600 cp $(DOCDIR)/$(TOOLKITDIR)/readme.txt $(DISTDIR)/README-$(TOOLKIT).txt
2b5f62a0
VZ
601 if test -f $(DOCDIR)/$(TOOLKITDIR)/todo.txt ; then \
602 cp $(DOCDIR)/$(TOOLKITDIR)/todo.txt $(DISTDIR)/TODO.txt ; fi
a4aad961
RR
603 mkdir $(DISTDIR)/include
604 mkdir $(DISTDIR)/include/wx
605 mkdir $(DISTDIR)/include/wx/$(TOOLKITDIR)
606 mkdir $(DISTDIR)/include/wx/generic
607 mkdir $(DISTDIR)/include/wx/html
a4aad961 608 mkdir $(DISTDIR)/include/wx/protocol
2224580a
VZ
609 mkdir $(DISTDIR)/include/wx/unix
610 cp $(INCDIR)/wx/*.h $(DISTDIR)/include/wx
611 cp $(INCDIR)/wx/*.inl $(DISTDIR)/include/wx
a4aad961
RR
612 cp $(INCDIR)/wx/*.cpp $(DISTDIR)/include/wx
613 cp $(INCDIR)/wx/generic/*.h $(DISTDIR)/include/wx/generic
a4aad961
RR
614 cp $(INCDIR)/wx/html/*.h $(DISTDIR)/include/wx/html
615 cp $(INCDIR)/wx/unix/*.h $(DISTDIR)/include/wx/unix
616 cp $(INCDIR)/wx/protocol/*.h $(DISTDIR)/include/wx/protocol
d956a9d8
VS
617 mkdir $(DISTDIR)/art
618 mkdir $(DISTDIR)/art/gtk
619 mkdir $(DISTDIR)/art/motif
620 cp $(WXDIR)/art/*.xpm $(DISTDIR)/art
621 cp $(WXDIR)/art/gtk/*.xpm $(DISTDIR)/art/gtk
622 cp $(WXDIR)/art/motif/*.xpm $(DISTDIR)/art/motif
4cb122de
RR
623 mkdir $(DISTDIR)/src/generic
624 mkdir $(DISTDIR)/src/html
4cb122de 625 mkdir $(DISTDIR)/src/$(TOOLKITDIR)
4cb122de
RR
626 mkdir $(DISTDIR)/src/png
627 mkdir $(DISTDIR)/src/jpeg
1d62a8b4 628 mkdir $(DISTDIR)/src/tiff
c09ab26a 629 mkdir $(DISTDIR)/src/iodbc
2224580a 630 mkdir $(DISTDIR)/src/unix
4cb122de
RR
631 cp $(SRCDIR)/*.in $(DISTDIR)/src
632 cp $(COMMDIR)/*.cpp $(DISTDIR)/src/common
633 cp $(COMMDIR)/*.c $(DISTDIR)/src/common
634 cp $(COMMDIR)/*.inc $(DISTDIR)/src/common
635 cp $(COMMDIR)/*.l $(DISTDIR)/src/common
636 cp $(COMMDIR)/*.h $(DISTDIR)/src/common
637 cp $(COMMDIR)/*.y $(DISTDIR)/src/common
6e7b6cc6
RR
638 cp $(COMMDIR)/*.mms $(DISTDIR)/src/common
639 cp $(UNIXDIR)/*.c $(DISTDIR)/src/unix
640 cp $(UNIXDIR)/*.cpp $(DISTDIR)/src/unix
641 cp $(UNIXDIR)/*.mms $(DISTDIR)/src/unix
4cb122de 642 cp $(GENDIR)/*.cpp $(DISTDIR)/src/generic
6e7b6cc6 643 cp $(GENDIR)/*.mms $(DISTDIR)/src/generic
4cb122de 644 cp $(HTMLDIR)/*.cpp $(DISTDIR)/src/html
4cb122de
RR
645 cp $(PNGDIR)/*.h $(DISTDIR)/src/png
646 cp $(PNGDIR)/*.c $(DISTDIR)/src/png
647 cp $(PNGDIR)/README $(DISTDIR)/src/png
4cb122de
RR
648 cp $(JPEGDIR)/*.h $(DISTDIR)/src/jpeg
649 cp $(JPEGDIR)/*.c $(DISTDIR)/src/jpeg
650 cp $(JPEGDIR)/README $(DISTDIR)/src/jpeg
1d62a8b4
RR
651 cp $(TIFFDIR)/*.h $(DISTDIR)/src/tiff
652 cp $(TIFFDIR)/*.c $(DISTDIR)/src/tiff
653 cp $(TIFFDIR)/README $(DISTDIR)/src/tiff
c09ab26a
RR
654 cp $(ODBCDIR)/*.h $(DISTDIR)/src/iodbc
655 cp $(ODBCDIR)/*.c $(DISTDIR)/src/iodbc
656 cp $(ODBCDIR)/*.ci $(DISTDIR)/src/iodbc
657 cp $(ODBCDIR)/*.exp $(DISTDIR)/src/iodbc
658 cp $(ODBCDIR)/README $(DISTDIR)/src/iodbc
659 cp $(ODBCDIR)/NEWS $(DISTDIR)/src/iodbc
660 cp $(ODBCDIR)/Changes.log $(DISTDIR)/src/iodbc
a4aad961 661
2224580a 662BASE_DIST: ALL_DIST
84a32a77
VZ
663 # make --disable-gui the default
664 sed 's/DEFAULT_wxUSE_GUI=yes/DEFAULT_wxUSE_GUI=no/' \
665 $(WXDIR)/configure.in > $(DISTDIR)/configure.in
666 sed 's/DEFAULT_wxUSE_GUI=yes/DEFAULT_wxUSE_GUI=no/' \
667 $(WXDIR)/configure > $(DISTDIR)/configure
668 chmod +x $(DISTDIR)/configure
2224580a
VZ
669 mkdir $(DISTDIR)/include
670 mkdir $(DISTDIR)/include/wx
671 mkdir $(DISTDIR)/include/wx/protocol
672 mkdir $(DISTDIR)/include/wx/unix
84a32a77 673 mkdir $(DISTDIR)/include/wx/msw
2224580a 674 mkdir $(DISTDIR)/src/unix
32037c4e 675 mkdir $(DISTDIR)/src/msw
3a922bb4 676 cp @PORT_FILES@ $(DISTDIR)
32037c4e
VS
677 cp $(WXDIR)/src/wxBase*.dsp $(DISTDIR)
678 cp $(WXDIR)/src/wxBase*.dsw $(DISTDIR)
2224580a 679 cp $(DOCDIR)/changes.txt $(DISTDIR)/CHANGES.txt
ed360bf9 680 cp $(DOCDIR)/base/readme.txt $(DISTDIR)/README.txt
2224580a 681 cp $(SRCDIR)/*.in $(DISTDIR)/src
0a615ec1 682 cp $(SRCDIR)/files.lst $(DISTDIR)/src
5a7faf1e
VZ
683 cp $(WXDIR)/src/common/*.inc $(DISTDIR)/src/common
684 cp $(WXDIR)/src/common/base.rc $(DISTDIR)/src/common
685 cp $(WXDIR)/src/common/unzip.h $(DISTDIR)/src/common
2224580a
VZ
686 list='$(HEADERS)'; for p in $$list; do \
687 cp $(WXDIR)/include/wx/$$p $(DISTDIR)/include/wx/$$p; \
688 done
689 list='$(SOURCES)'; for p in $$list; do \
690 cp $(WXDIR)/src/$$p $(DISTDIR)/src/$$p; \
691 done
692
5a7faf1e
VZ
693 mkdir $(DISTDIR)/samples
694 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
695 cp $(SAMPDIR)/configure $(DISTDIR)/samples
696 cp $(SAMPDIR)/configure.in $(DISTDIR)/samples
697
698 mkdir $(DISTDIR)/samples/console
699 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
700 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
701 cp $(SAMPDIR)/console/console.cpp $(DISTDIR)/samples/console
84a32a77 702 cp $(SAMPDIR)/console/console.dsp $(DISTDIR)/samples/console
5a7faf1e
VZ
703 cp $(SAMPDIR)/console/testdata.fc $(DISTDIR)/samples/console
704
2224580a 705GTK_DIST: ALL_GUI_DIST
9bfaa55f 706 cp $(WXDIR)/wxGTK.spec $(DISTDIR)
a4aad961 707 cp $(INCDIR)/wx/gtk/*.h $(DISTDIR)/include/wx/gtk
3a922bb4 708 cp $(GTKDIR)/files.lst $(DISTDIR)/src/gtk
4cb122de
RR
709 cp $(GTKDIR)/*.cpp $(DISTDIR)/src/gtk
710 cp $(GTKDIR)/*.c $(DISTDIR)/src/gtk
711 cp $(GTKDIR)/*.xbm $(DISTDIR)/src/gtk
6e7b6cc6
RR
712 cp $(GTKDIR)/*.mms $(DISTDIR)/src/gtk
713 mkdir $(DISTDIR)/contrib
714 cp -R $(WXDIR)/contrib $(DISTDIR)
a4aad961 715
75378e31
RR
716X11_DIST: ALL_GUI_DIST UNIV_DIST
717 cp $(WXDIR)/wxX11.spec $(DISTDIR)
718 cp $(INCDIR)/wx/x11/*.h $(DISTDIR)/include/wx/x11
719 cp $(X11DIR)/files.lst $(DISTDIR)/src/x11
720 cp $(X11DIR)/*.cpp $(DISTDIR)/src/x11
721 cp $(X11DIR)/*.c $(DISTDIR)/src/x11
722 cp $(X11DIR)/*.xbm $(DISTDIR)/src/x11
723 mkdir $(DISTDIR)/contrib
724 cp -R $(WXDIR)/contrib $(DISTDIR)
725
2224580a 726MOTIF_DIST: ALL_GUI_DIST
32037c4e 727 cp $(WXDIR)/wxMotif.spec $(DISTDIR)
a4aad961 728 cp $(INCDIR)/wx/motif/*.h $(DISTDIR)/include/wx/motif
3a922bb4 729 cp $(MOTIFDIR)/files.lst $(DISTDIR)/src/motif
4cb122de 730 cp $(MOTIFDIR)/*.cpp $(DISTDIR)/src/motif
32037c4e 731 cp $(MOTIFDIR)/*.c $(DISTDIR)/src/motif
4cb122de
RR
732 cp $(MOTIFDIR)/*.xbm $(DISTDIR)/src/motif
733 mkdir $(DISTDIR)/src/motif/xmcombo
734 cp $(MOTIFDIR)/xmcombo/*.c $(DISTDIR)/src/motif/xmcombo
735 cp $(MOTIFDIR)/xmcombo/*.h $(DISTDIR)/src/motif/xmcombo
736 cp $(MOTIFDIR)/xmcombo/copying.txt $(DISTDIR)/src/motif/xmcombo
866c0d96
MB
737 mkdir $(DISTDIR)/src/x11
738 mkdir $(DISTDIR)/include/wx/x11
739 cp $(X11DIR)/pen.cpp $(X11DIR)/brush.cpp $(DISTDIR)/src/x11
740 cp $(X11INC)/pen.h $(X11INC)/brush.h $(X11INC)/privx.h \
741 $(DISTDIR)/include/wx/x11
a4aad961 742
c521c494 743MACX_DIST: ALL_GUI_DIST
d15a8ad4 744 cp $(INCDIR)/*.* $(DISTDIR)/include
dd8914bc
GD
745 cp $(INCDIR)/wx/mac/*.h $(DISTDIR)/include/wx/mac
746 cp $(MACDIR)/files.lst $(DISTDIR)/src/mac
747 cp $(MACDIR)/*.cpp $(DISTDIR)/src/mac
748 cp $(MACDIR)/*.c $(DISTDIR)/src/mac
2f53787c
RR
749 cp $(MACDIR)/*.h $(DISTDIR)/src/mac
750 cp $(MACDIR)/*.r $(DISTDIR)/src/mac
dd8914bc
GD
751 mkdir $(DISTDIR)/src/mac/morefile
752 cp $(MACDIR)/morefile/*.h $(DISTDIR)/src/mac/morefile
9bfaa55f 753 cp $(MACDIR)/morefile/*.c $(DISTDIR)/src/mac/morefile
9bfaa55f
RR
754 mkdir $(DISTDIR)/src/mac/macsock
755 cp $(MACDIR)/macsock/*.lib $(DISTDIR)/src/mac/macsock
b4085ce6 756
2224580a 757MSW_DIST: ALL_GUI_DIST
4cb122de 758 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
3a922bb4
RL
759 mkdir $(DISTDIR)/include/wx/msw/ctl3d
760 mkdir $(DISTDIR)/include/wx/msw/gnuwin32
761 mkdir $(DISTDIR)/include/wx/msw/gnuwin32/gl
762 mkdir $(DISTDIR)/include/wx/msw/ole
36d3844c 763 mkdir $(DISTDIR)/include/wx/msw/wince
a4aad961
RR
764 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
765 cp $(INCDIR)/wx/msw/*.cur $(DISTDIR)/include/wx/msw
766 cp $(INCDIR)/wx/msw/*.ico $(DISTDIR)/include/wx/msw
767 cp $(INCDIR)/wx/msw/*.bmp $(DISTDIR)/include/wx/msw
768 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
3a922bb4
RL
769 cp $(INCDIR)/wx/msw/ctl3d/*.h $(DISTDIR)/include/wx/msw/ctl3d
770 cp $(INCDIR)/wx/msw/gnuwin32/*.h $(DISTDIR)/include/wx/msw/gnuwin32
771 cp $(INCDIR)/wx/msw/gnuwin32/gl/*.h $(DISTDIR)/include/wx/msw/gnuwin32/gl
772 cp $(INCDIR)/wx/msw/gnuwin32/gl/*.def $(DISTDIR)/include/wx/msw/gnuwin32/gl
773 cp $(INCDIR)/wx/msw/ole/*.h $(DISTDIR)/include/wx/msw/ole
36d3844c 774 cp $(INCDIR)/wx/msw/wince/*.h $(DISTDIR)/include/wx/msw/wince
62b92533 775 mkdir $(DISTDIR)/src/msw/ole
36d3844c 776 mkdir $(DISTDIR)/src/msw/wince
62b92533
RR
777 cp $(MSWDIR)/files.lst $(DISTDIR)/src/msw
778 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
779 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
780 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
781 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
36d3844c 782 cp $(MSWDIR)/wince/*.* $(DISTDIR)/src/msw/wince
866c0d96
MB
783 mkdir $(DISTDIR)/contrib
784 cp -R $(WXDIR)/contrib $(DISTDIR)
3a922bb4 785
62b92533
RR
786MSW_ZIP_TEXT_DIST: ALL_GUI_DIST
787 cp $(WXDIR)/wxWINE.spec $(DISTDIR)
788 mkdir $(DISTDIR)/include/wx/msw
789 mkdir $(DISTDIR)/include/wx/msw/ctl3d
790 mkdir $(DISTDIR)/include/wx/msw/gnuwin32
791 mkdir $(DISTDIR)/include/wx/msw/gnuwin32/gl
792 mkdir $(DISTDIR)/include/wx/msw/ole
4a6ea63e 793 mkdir $(DISTDIR)/include/wx/msw/wince
62b92533
RR
794 cp $(INCDIR)/wx/msw/*.h $(DISTDIR)/include/wx/msw
795 cp $(INCDIR)/wx/msw/*.rc $(DISTDIR)/include/wx/msw
796 cp $(INCDIR)/wx/msw/ctl3d/*.h $(DISTDIR)/include/wx/msw/ctl3d
797 cp $(INCDIR)/wx/msw/gnuwin32/*.h $(DISTDIR)/include/wx/msw/gnuwin32
798 cp $(INCDIR)/wx/msw/gnuwin32/gl/*.h $(DISTDIR)/include/wx/msw/gnuwin32/gl
799 cp $(INCDIR)/wx/msw/gnuwin32/gl/*.def $(DISTDIR)/include/wx/msw/gnuwin32/gl
800 cp $(INCDIR)/wx/msw/ole/*.h $(DISTDIR)/include/wx/msw/ole
4a6ea63e 801 cp $(INCDIR)/wx/msw/wince/*.h $(DISTDIR)/include/wx/msw/wince
62b92533 802 mkdir $(DISTDIR)/src/msw
3a922bb4 803 mkdir $(DISTDIR)/src/msw/ole
4a6ea63e 804 mkdir $(DISTDIR)/src/msw/wince
3a922bb4 805 cp $(MSWDIR)/files.lst $(DISTDIR)/src/msw
4cb122de
RR
806 cp $(MSWDIR)/*.cpp $(DISTDIR)/src/msw
807 cp $(MSWDIR)/*.c $(DISTDIR)/src/msw
808 cp $(MSWDIR)/*.def $(DISTDIR)/src/msw
4cb122de 809 cp $(MSWDIR)/ole/*.cpp $(DISTDIR)/src/msw/ole
4a6ea63e 810 cp $(MSWDIR)/wince/*.* $(DISTDIR)/src/msw/wince
865634e8
RR
811 cp $(SRCDIR)/*.??? $(DISTDIR)/src
812 cp $(SRCDIR)/*.?? $(DISTDIR)/src
62b92533 813 cp $(MSWDIR)/?ake*.* $(DISTDIR)/src/msw
2b5f62a0
VZ
814 mkdir $(DISTDIR)/contrib
815 cp -R $(WXDIR)/contrib $(DISTDIR)
4cb122de 816
7b7a7637
RL
817UNIV_DIST: ALL_GUI_DIST
818 mkdir $(DISTDIR)/include/wx/univ
819 mkdir $(DISTDIR)/src/univ
820 mkdir $(DISTDIR)/src/univ/themes
821 cp $(INCDIR)/wx/univ/*.h $(DISTDIR)/include/wx/univ
c4c3659c 822 cp $(INCDIR)/wx/univ/setup0.h $(DISTDIR)/include/wx/univ/setup.h
7b7a7637
RL
823 cp $(SRCDIR)/univ/files.lst $(DISTDIR)/src/univ
824 cp $(SRCDIR)/univ/*.cpp $(DISTDIR)/src/univ
825 cp $(SRCDIR)/univ/themes/*.cpp $(DISTDIR)/src/univ/themes
826
2b5f62a0
VZ
827MGL_DIST: UNIV_DIST
828 cp $(WXDIR)/wxMGL.spec $(DISTDIR)
829 cp $(INCDIR)/wx/mgl/*.h $(DISTDIR)/include/wx/mgl
830 cp $(SRCDIR)/mgl/files.lst $(DISTDIR)/src/mgl
831 cp $(SRCDIR)/mgl/make* $(DISTDIR)/src/mgl
832 cp $(SRCDIR)/mgl/*.cpp $(DISTDIR)/src/mgl
833 mkdir $(DISTDIR)/contrib
834 cp -R $(WXDIR)/contrib $(DISTDIR)
835
2224580a 836DEMOS_DIST: ALL_GUI_DIST
dfd6b52f
RR
837 mkdir $(DISTDIR)/demos
838 cp $(DEMODIR)/Makefile.in $(DISTDIR)/demos
cc977e5f
RR
839 cp $(DEMODIR)/configure $(DISTDIR)/demos
840 cp $(DEMODIR)/configure.in $(DISTDIR)/demos
b4085ce6 841
dfd6b52f
RR
842 mkdir $(DISTDIR)/demos/bombs
843 cp $(DEMODIR)/bombs/Makefile.in $(DISTDIR)/demos/bombs
844 cp $(DEMODIR)/bombs/makefile.unx $(DISTDIR)/demos/bombs
845 cp $(DEMODIR)/bombs/*.cpp $(DISTDIR)/demos/bombs
846 cp $(DEMODIR)/bombs/*.h $(DISTDIR)/demos/bombs
847 cp $(DEMODIR)/bombs/*.xpm $(DISTDIR)/demos/bombs
848 cp $(DEMODIR)/bombs/readme.txt $(DISTDIR)/demos/bombs
b4085ce6 849
644deea4
GD
850 cp -R $(DEMODIR)/dbbrowse $(DISTDIR)/demos/dbbrowse
851
dfd6b52f
RR
852 mkdir $(DISTDIR)/demos/forty
853 cp $(DEMODIR)/forty/Makefile.in $(DISTDIR)/demos/forty
854 cp $(DEMODIR)/forty/makefile.unx $(DISTDIR)/demos/forty
855 cp $(DEMODIR)/forty/*.h $(DISTDIR)/demos/forty
856 cp $(DEMODIR)/forty/*.cpp $(DISTDIR)/demos/forty
857 cp $(DEMODIR)/forty/*.xpm $(DISTDIR)/demos/forty
858 cp $(DEMODIR)/forty/*.xbm $(DISTDIR)/demos/forty
b4085ce6 859
dfd6b52f
RR
860 mkdir $(DISTDIR)/demos/life
861 mkdir $(DISTDIR)/demos/life/bitmaps
862 cp $(DEMODIR)/life/Makefile.in $(DISTDIR)/demos/life
863 cp $(DEMODIR)/life/makefile.unx $(DISTDIR)/demos/life
864 cp $(DEMODIR)/life/*.cpp $(DISTDIR)/demos/life
865 cp $(DEMODIR)/life/*.h $(DISTDIR)/demos/life
866 cp $(DEMODIR)/life/*.xpm $(DISTDIR)/demos/life
491e9f50 867 cp $(DEMODIR)/life/*.inc $(DISTDIR)/demos/life
f6bcfd97 868 cp $(DEMODIR)/life/*.lif $(DISTDIR)/demos/life
dfd6b52f 869 cp $(DEMODIR)/life/bitmaps/*.xpm $(DISTDIR)/demos/life/bitmaps
b4085ce6 870
dfd6b52f
RR
871 mkdir $(DISTDIR)/demos/poem
872 cp $(DEMODIR)/poem/Makefile.in $(DISTDIR)/demos/poem
88413fec 873 cp $(DEMODIR)/poem/makefile.unx $(DISTDIR)/demos/poem
491e9f50 874 cp $(DEMODIR)/poem/*.h $(DISTDIR)/demos/poem
dfd6b52f
RR
875 cp $(DEMODIR)/poem/*.cpp $(DISTDIR)/demos/poem
876 cp $(DEMODIR)/poem/*.xpm $(DISTDIR)/demos/poem
877 cp $(DEMODIR)/poem/*.dat $(DISTDIR)/demos/poem
878 cp $(DEMODIR)/poem/*.txt $(DISTDIR)/demos/poem
b4085ce6 879
dfd6b52f
RR
880 mkdir $(DISTDIR)/demos/fractal
881 cp $(DEMODIR)/fractal/Makefile.in $(DISTDIR)/demos/fractal
882 cp $(DEMODIR)/fractal/makefile.unx $(DISTDIR)/demos/fractal
883 cp $(DEMODIR)/fractal/*.cpp $(DISTDIR)/demos/fractal
b4085ce6 884
2224580a 885SAMPLES_DIST: ALL_GUI_DIST
4cb122de
RR
886 mkdir $(DISTDIR)/samples
887 cp $(SAMPDIR)/Makefile.in $(DISTDIR)/samples
2224580a
VZ
888 cp $(SAMPDIR)/configure $(DISTDIR)/samples
889 cp $(SAMPDIR)/configure.in $(DISTDIR)/samples
c661ecca 890
2b5f62a0
VZ
891 mkdir $(DISTDIR)/samples/artprov
892 cp $(SAMPDIR)/artprov/Makefile.in $(DISTDIR)/samples/artprov
893 cp $(SAMPDIR)/artprov/makefile.unx $(DISTDIR)/samples/artprov
894 cp $(SAMPDIR)/artprov/*.cpp $(DISTDIR)/samples/artprov
895 cp $(SAMPDIR)/artprov/*.h $(DISTDIR)/samples/artprov
896 cp $(SAMPDIR)/artprov/*.xpm $(DISTDIR)/samples/artprov
897
c661ecca
RR
898 mkdir $(DISTDIR)/samples/calendar
899 cp $(SAMPDIR)/calendar/Makefile.in $(DISTDIR)/samples/calendar
900 cp $(SAMPDIR)/calendar/makefile.unx $(DISTDIR)/samples/calendar
901 cp $(SAMPDIR)/calendar/*.cpp $(DISTDIR)/samples/calendar
902
4cb122de
RR
903 mkdir $(DISTDIR)/samples/caret
904 cp $(SAMPDIR)/caret/Makefile.in $(DISTDIR)/samples/caret
c4fda16b 905 cp $(SAMPDIR)/caret/makefile.unx $(DISTDIR)/samples/caret
4cb122de
RR
906 cp $(SAMPDIR)/caret/*.cpp $(DISTDIR)/samples/caret
907 cp $(SAMPDIR)/caret/*.xpm $(DISTDIR)/samples/caret
c661ecca
RR
908
909 mkdir $(DISTDIR)/samples/checklst
910 cp $(SAMPDIR)/checklst/Makefile.in $(DISTDIR)/samples/checklst
911 cp $(SAMPDIR)/checklst/makefile.unx $(DISTDIR)/samples/checklst
912 cp $(SAMPDIR)/checklst/*.cpp $(DISTDIR)/samples/checklst
913 cp $(SAMPDIR)/checklst/*.xpm $(DISTDIR)/samples/checklst
6e7b6cc6 914 cp $(SAMPDIR)/checklst/*.mms $(DISTDIR)/samples/checklst
c661ecca 915
4cb122de
RR
916 mkdir $(DISTDIR)/samples/config
917 cp $(SAMPDIR)/config/Makefile.in $(DISTDIR)/samples/config
c4fda16b 918 cp $(SAMPDIR)/config/makefile.unx $(DISTDIR)/samples/config
4cb122de 919 cp $(SAMPDIR)/config/*.cpp $(DISTDIR)/samples/config
c661ecca 920
1e8d2f69
RR
921 mkdir $(DISTDIR)/samples/console
922 cp $(SAMPDIR)/console/Makefile.in $(DISTDIR)/samples/console
923 cp $(SAMPDIR)/console/makefile.unx $(DISTDIR)/samples/console
924 cp $(SAMPDIR)/console/*.cpp $(DISTDIR)/samples/console
c661ecca 925
4cb122de
RR
926 mkdir $(DISTDIR)/samples/controls
927 mkdir $(DISTDIR)/samples/controls/icons
928 cp $(SAMPDIR)/controls/Makefile.in $(DISTDIR)/samples/controls
c4fda16b 929 cp $(SAMPDIR)/controls/makefile.unx $(DISTDIR)/samples/controls
4cb122de
RR
930 cp $(SAMPDIR)/controls/*.cpp $(DISTDIR)/samples/controls
931 cp $(SAMPDIR)/controls/*.xpm $(DISTDIR)/samples/controls
6e7b6cc6 932 cp $(SAMPDIR)/controls/*.mms $(DISTDIR)/samples/controls
4cb122de 933 cp $(SAMPDIR)/controls/icons/*.??? $(DISTDIR)/samples/controls/icons
c661ecca 934
79144b8a
RR
935 mkdir $(DISTDIR)/samples/db
936 cp $(SAMPDIR)/db/Makefile.in $(DISTDIR)/samples/db
c4fda16b 937 cp $(SAMPDIR)/db/makefile.unx $(DISTDIR)/samples/db
79144b8a
RR
938 cp $(SAMPDIR)/db/*.cpp $(DISTDIR)/samples/db
939 cp $(SAMPDIR)/db/*.h $(DISTDIR)/samples/db
940 cp $(SAMPDIR)/db/*.xpm $(DISTDIR)/samples/db
c661ecca 941
641d87d8
RR
942 mkdir $(DISTDIR)/samples/dialogs
943 cp $(SAMPDIR)/dialogs/Makefile.in $(DISTDIR)/samples/dialogs
c4fda16b 944 cp $(SAMPDIR)/dialogs/makefile.unx $(DISTDIR)/samples/dialogs
641d87d8
RR
945 cp $(SAMPDIR)/dialogs/*.cpp $(DISTDIR)/samples/dialogs
946 cp $(SAMPDIR)/dialogs/*.h $(DISTDIR)/samples/dialogs
947 cp $(SAMPDIR)/dialogs/*.txt $(DISTDIR)/samples/dialogs
6e7b6cc6 948 cp $(SAMPDIR)/dialogs/*.mms $(DISTDIR)/samples/dialogs
c661ecca 949
641d87d8
RR
950 mkdir $(DISTDIR)/samples/dnd
951 cp $(SAMPDIR)/dnd/Makefile.in $(DISTDIR)/samples/dnd
c4fda16b 952 cp $(SAMPDIR)/dnd/makefile.unx $(DISTDIR)/samples/dnd
4b59bea3 953 cp $(SAMPDIR)/dnd/*.wxr $(DISTDIR)/samples/dnd
641d87d8
RR
954 cp $(SAMPDIR)/dnd/*.cpp $(DISTDIR)/samples/dnd
955 cp $(SAMPDIR)/dnd/*.xpm $(DISTDIR)/samples/dnd
956 cp $(SAMPDIR)/dnd/*.txt $(DISTDIR)/samples/dnd
957 cp $(SAMPDIR)/dnd/*.png $(DISTDIR)/samples/dnd
c661ecca 958
641d87d8
RR
959 mkdir $(DISTDIR)/samples/docview
960 cp $(SAMPDIR)/docview/Makefile.in $(DISTDIR)/samples/docview
e9093718 961 cp $(SAMPDIR)/docview/makefile.unx $(DISTDIR)/samples/docview
641d87d8
RR
962 cp $(SAMPDIR)/docview/*.cpp $(DISTDIR)/samples/docview
963 cp $(SAMPDIR)/docview/*.h $(DISTDIR)/samples/docview
964 cp $(SAMPDIR)/docview/*.xpm $(DISTDIR)/samples/docview
c661ecca 965
641d87d8
RR
966 mkdir $(DISTDIR)/samples/docvwmdi
967 cp $(SAMPDIR)/docvwmdi/Makefile.in $(DISTDIR)/samples/docvwmdi
e9093718 968 cp $(SAMPDIR)/docvwmdi/makefile.unx $(DISTDIR)/samples/docvwmdi
641d87d8
RR
969 cp $(SAMPDIR)/docvwmdi/*.cpp $(DISTDIR)/samples/docvwmdi
970 cp $(SAMPDIR)/docvwmdi/*.h $(DISTDIR)/samples/docvwmdi
c661ecca
RR
971
972 mkdir $(DISTDIR)/samples/dragimag
973 cp $(SAMPDIR)/dragimag/Makefile.in $(DISTDIR)/samples/dragimag
974 cp $(SAMPDIR)/dragimag/makefile.unx $(DISTDIR)/samples/dragimag
975 cp $(SAMPDIR)/dragimag/*.cpp $(DISTDIR)/samples/dragimag
976 cp $(SAMPDIR)/dragimag/*.h $(DISTDIR)/samples/dragimag
977 cp $(SAMPDIR)/dragimag/*.xpm $(DISTDIR)/samples/dragimag
978 cp $(SAMPDIR)/dragimag/*.png $(DISTDIR)/samples/dragimag
979
641d87d8
RR
980 mkdir $(DISTDIR)/samples/drawing
981 cp $(SAMPDIR)/drawing/Makefile.in $(DISTDIR)/samples/drawing
e9093718 982 cp $(SAMPDIR)/drawing/makefile.unx $(DISTDIR)/samples/drawing
641d87d8
RR
983 cp $(SAMPDIR)/drawing/*.cpp $(DISTDIR)/samples/drawing
984 cp $(SAMPDIR)/drawing/*.xpm $(DISTDIR)/samples/drawing
b6fa52db 985 cp $(SAMPDIR)/drawing/*.bmp $(DISTDIR)/samples/drawing
c661ecca 986
641d87d8
RR
987 mkdir $(DISTDIR)/samples/dynamic
988 cp $(SAMPDIR)/dynamic/Makefile.in $(DISTDIR)/samples/dynamic
e9093718 989 cp $(SAMPDIR)/dynamic/makefile.unx $(DISTDIR)/samples/dynamic
641d87d8
RR
990 cp $(SAMPDIR)/dynamic/*.cpp $(DISTDIR)/samples/dynamic
991 cp $(SAMPDIR)/dynamic/*.xpm $(DISTDIR)/samples/dynamic
c661ecca 992
16b0e4ac
VZ
993 mkdir $(DISTDIR)/samples/erase
994 cp $(SAMPDIR)/erase/Makefile.in $(DISTDIR)/samples/erase
995 cp $(SAMPDIR)/erase/makefile.unx $(DISTDIR)/samples/erase
996 cp $(SAMPDIR)/erase/*.cpp $(DISTDIR)/samples/erase
997
998 mkdir $(DISTDIR)/samples/event
999 cp $(SAMPDIR)/event/Makefile.in $(DISTDIR)/samples/event
1000 cp $(SAMPDIR)/event/makefile.unx $(DISTDIR)/samples/event
1001 cp $(SAMPDIR)/event/*.cpp $(DISTDIR)/samples/event
1002
88413fec
RR
1003 mkdir $(DISTDIR)/samples/exec
1004 cp $(SAMPDIR)/exec/Makefile.in $(DISTDIR)/samples/exec
e893cd66 1005 cp $(SAMPDIR)/exec/makefile.unx $(DISTDIR)/samples/exec
88413fec 1006 cp $(SAMPDIR)/exec/*.cpp $(DISTDIR)/samples/exec
c661ecca 1007
1e8d2f69
RR
1008 mkdir $(DISTDIR)/samples/font
1009 cp $(SAMPDIR)/font/Makefile.in $(DISTDIR)/samples/font
1010 cp $(SAMPDIR)/font/makefile.unx $(DISTDIR)/samples/font
1011 cp $(SAMPDIR)/font/*.cpp $(DISTDIR)/samples/font
c661ecca 1012
1e8d2f69
RR
1013 mkdir $(DISTDIR)/samples/grid
1014 cp $(SAMPDIR)/grid/Makefile.in $(DISTDIR)/samples/grid
1015 cp $(SAMPDIR)/grid/makefile.unx $(DISTDIR)/samples/grid
1016 cp $(SAMPDIR)/grid/*.cpp $(DISTDIR)/samples/grid
c661ecca 1017
e9093718
RR
1018 mkdir $(DISTDIR)/samples/help
1019 mkdir $(DISTDIR)/samples/help/doc
1020 cp $(SAMPDIR)/help/Makefile.in $(DISTDIR)/samples/help
1021 cp $(SAMPDIR)/help/makefile.unx $(DISTDIR)/samples/help
1022 cp $(SAMPDIR)/help/*.cpp $(DISTDIR)/samples/help
1023 cp $(SAMPDIR)/help/*.xpm $(DISTDIR)/samples/help
1024 cp $(SAMPDIR)/help/doc/*.* $(DISTDIR)/samples/help/doc
c661ecca 1025
641d87d8
RR
1026 mkdir $(DISTDIR)/samples/html
1027 cp $(SAMPDIR)/html/Makefile.in $(DISTDIR)/samples/html
1028 mkdir $(DISTDIR)/samples/html/about
1029 cp $(SAMPDIR)/html/about/Makefile.in $(DISTDIR)/samples/html/about
1030 cp $(SAMPDIR)/html/about/*.cpp $(DISTDIR)/samples/html/about
1031 mkdir $(DISTDIR)/samples/html/about/data
1032 cp $(SAMPDIR)/html/about/data/*.htm $(DISTDIR)/samples/html/about/data
1033 cp $(SAMPDIR)/html/about/data/*.png $(DISTDIR)/samples/html/about/data
1034 mkdir $(DISTDIR)/samples/html/help
1035 cp $(SAMPDIR)/html/help/Makefile.in $(DISTDIR)/samples/html/help
1036 cp $(SAMPDIR)/html/help/*.cpp $(DISTDIR)/samples/html/help
1037 mkdir $(DISTDIR)/samples/html/help/helpfiles
1038 cp $(SAMPDIR)/html/help/helpfiles/*.??? $(DISTDIR)/samples/html/help/helpfiles
fc9c7c09
RR
1039 mkdir $(DISTDIR)/samples/html/helpview
1040 cp $(SAMPDIR)/html/helpview/Makefile.in $(DISTDIR)/samples/html/helpview
1041 cp $(SAMPDIR)/html/helpview/*.cpp $(DISTDIR)/samples/html/helpview
1042 cp $(SAMPDIR)/html/helpview/*.zip $(DISTDIR)/samples/html/helpview
641d87d8
RR
1043 mkdir $(DISTDIR)/samples/html/printing
1044 cp $(SAMPDIR)/html/printing/Makefile.in $(DISTDIR)/samples/html/printing
641d87d8 1045 cp $(SAMPDIR)/html/printing/*.cpp $(DISTDIR)/samples/html/printing
641d87d8
RR
1046 cp $(SAMPDIR)/html/printing/*.htm $(DISTDIR)/samples/html/printing
1047 mkdir $(DISTDIR)/samples/html/test
1048 cp $(SAMPDIR)/html/test/Makefile.in $(DISTDIR)/samples/html/test
1049 cp $(SAMPDIR)/html/test/*.cpp $(DISTDIR)/samples/html/test
1050 cp $(SAMPDIR)/html/test/*.bmp $(DISTDIR)/samples/html/test
1051 cp $(SAMPDIR)/html/test/*.png $(DISTDIR)/samples/html/test
b6fa52db 1052 cp $(SAMPDIR)/html/test/*.gif $(DISTDIR)/samples/html/test
641d87d8
RR
1053 cp $(SAMPDIR)/html/test/*.htm $(DISTDIR)/samples/html/test
1054 cp $(SAMPDIR)/html/test/*.html $(DISTDIR)/samples/html/test
1055 mkdir $(DISTDIR)/samples/html/virtual
1056 cp $(SAMPDIR)/html/virtual/Makefile.in $(DISTDIR)/samples/html/virtual
1057 cp $(SAMPDIR)/html/virtual/*.cpp $(DISTDIR)/samples/html/virtual
1058 cp $(SAMPDIR)/html/virtual/*.htm $(DISTDIR)/samples/html/virtual
1059 mkdir $(DISTDIR)/samples/html/widget
1060 cp $(SAMPDIR)/html/widget/Makefile.in $(DISTDIR)/samples/html/widget
1061 cp $(SAMPDIR)/html/widget/*.cpp $(DISTDIR)/samples/html/widget
1062 cp $(SAMPDIR)/html/widget/*.htm $(DISTDIR)/samples/html/widget
1063 mkdir $(DISTDIR)/samples/html/zip
1064 cp $(SAMPDIR)/html/zip/Makefile.in $(DISTDIR)/samples/html/zip
1065 cp $(SAMPDIR)/html/zip/*.cpp $(DISTDIR)/samples/html/zip
1066 cp $(SAMPDIR)/html/zip/*.htm $(DISTDIR)/samples/html/zip
1067 cp $(SAMPDIR)/html/zip/*.zip $(DISTDIR)/samples/html/zip
c661ecca 1068
641d87d8
RR
1069 mkdir $(DISTDIR)/samples/image
1070 cp $(SAMPDIR)/image/Makefile.in $(DISTDIR)/samples/image
e9093718 1071 cp $(SAMPDIR)/image/makefile.unx $(DISTDIR)/samples/image
641d87d8 1072 cp $(SAMPDIR)/image/*.cpp $(DISTDIR)/samples/image
6e7b6cc6 1073 cp $(SAMPDIR)/image/*.mms $(DISTDIR)/samples/image
641d87d8 1074 cp $(SAMPDIR)/image/horse.* $(DISTDIR)/samples/image
1e8d2f69 1075 cp $(SAMPDIR)/image/smile.xbm $(DISTDIR)/samples/image
ff7c6c9c 1076 cp $(SAMPDIR)/image/smile.xpm $(DISTDIR)/samples/image
e59a8895 1077
c09ab26a
RR
1078 mkdir $(DISTDIR)/samples/internat
1079 mkdir $(DISTDIR)/samples/internat/de
1080 mkdir $(DISTDIR)/samples/internat/fr
866c0d96 1081 mkdir $(DISTDIR)/samples/internat/ju
d6e969f6 1082 mkdir $(DISTDIR)/samples/internat/ru
c09ab26a 1083 cp $(SAMPDIR)/internat/Makefile.in $(DISTDIR)/samples/internat
e9093718 1084 cp $(SAMPDIR)/internat/makefile.unx $(DISTDIR)/samples/internat
c09ab26a
RR
1085 cp $(SAMPDIR)/internat/*.cpp $(DISTDIR)/samples/internat
1086 cp $(SAMPDIR)/internat/*.xpm $(DISTDIR)/samples/internat
1087 cp $(SAMPDIR)/internat/*.txt $(DISTDIR)/samples/internat
b6fa52db 1088 cp $(SAMPDIR)/internat/fr/*.mo $(DISTDIR)/samples/internat/fr
c09ab26a 1089 cp $(SAMPDIR)/internat/de/*.mo $(DISTDIR)/samples/internat/de
866c0d96 1090 cp $(SAMPDIR)/internat/ja/*.mo $(DISTDIR)/samples/internat/ja
d6e969f6 1091 cp $(SAMPDIR)/internat/ru/*.mo $(DISTDIR)/samples/internat/ru
c09ab26a 1092 cp $(SAMPDIR)/internat/fr/*.po $(DISTDIR)/samples/internat/fr
b6fa52db 1093 cp $(SAMPDIR)/internat/de/*.po $(DISTDIR)/samples/internat/de
866c0d96 1094 cp $(SAMPDIR)/internat/ja/*.po $(DISTDIR)/samples/internat/ja
d6e969f6 1095 cp $(SAMPDIR)/internat/ru/*.po $(DISTDIR)/samples/internat/ru
c661ecca
RR
1096
1097 mkdir $(DISTDIR)/samples/ipc
1098 cp $(SAMPDIR)/ipc/Makefile.in $(DISTDIR)/samples/ipc
e893cd66 1099 cp $(SAMPDIR)/ipc/makefile.unx $(DISTDIR)/samples/ipc
c661ecca
RR
1100 cp $(SAMPDIR)/ipc/*.cpp $(DISTDIR)/samples/ipc
1101 cp $(SAMPDIR)/ipc/*.h $(DISTDIR)/samples/ipc
1102 cp $(SAMPDIR)/ipc/*.xpm $(DISTDIR)/samples/ipc
1103
ceded8b9
RL
1104 mkdir $(DISTDIR)/samples/joytest
1105 cp $(SAMPDIR)/joytest/Makefile.in $(DISTDIR)/samples/joytest
1106 cp $(SAMPDIR)/joytest/makefile.unx $(DISTDIR)/samples/joytest
1107 cp $(SAMPDIR)/joytest/*.cpp $(DISTDIR)/samples/joytest
1108 cp $(SAMPDIR)/joytest/*.h $(DISTDIR)/samples/joytest
1109 cp $(SAMPDIR)/joytest/*.wav $(DISTDIR)/samples/joytest
1110
2b5f62a0
VZ
1111 mkdir $(DISTDIR)/samples/keyboard
1112 cp $(SAMPDIR)/keyboard/Makefile.in $(DISTDIR)/samples/keyboard
1113 cp $(SAMPDIR)/keyboard/*.cpp $(DISTDIR)/samples/keyboard
1114
641d87d8
RR
1115 mkdir $(DISTDIR)/samples/layout
1116 cp $(SAMPDIR)/layout/Makefile.in $(DISTDIR)/samples/layout
e9093718 1117 cp $(SAMPDIR)/layout/makefile.unx $(DISTDIR)/samples/layout
641d87d8
RR
1118 cp $(SAMPDIR)/layout/*.cpp $(DISTDIR)/samples/layout
1119 cp $(SAMPDIR)/layout/*.h $(DISTDIR)/samples/layout
c661ecca 1120
641d87d8 1121 mkdir $(DISTDIR)/samples/listctrl
e9093718 1122 mkdir $(DISTDIR)/samples/listctrl/bitmaps
641d87d8 1123 cp $(SAMPDIR)/listctrl/Makefile.in $(DISTDIR)/samples/listctrl
e9093718 1124 cp $(SAMPDIR)/listctrl/makefile.unx $(DISTDIR)/samples/listctrl
641d87d8
RR
1125 cp $(SAMPDIR)/listctrl/*.cpp $(DISTDIR)/samples/listctrl
1126 cp $(SAMPDIR)/listctrl/*.h $(DISTDIR)/samples/listctrl
1127 cp $(SAMPDIR)/listctrl/*.xpm $(DISTDIR)/samples/listctrl
d8d474af 1128 cp $(SAMPDIR)/listctrl/bitmaps/*.xpm $(DISTDIR)/samples/listctrl/bitmaps
c661ecca 1129
641d87d8 1130 mkdir $(DISTDIR)/samples/mdi
e9093718 1131 mkdir $(DISTDIR)/samples/mdi/bitmaps
641d87d8 1132 cp $(SAMPDIR)/mdi/Makefile.in $(DISTDIR)/samples/mdi
e9093718 1133 cp $(SAMPDIR)/mdi/makefile.unx $(DISTDIR)/samples/mdi
641d87d8
RR
1134 cp $(SAMPDIR)/mdi/*.cpp $(DISTDIR)/samples/mdi
1135 cp $(SAMPDIR)/mdi/*.h $(DISTDIR)/samples/mdi
1136 cp $(SAMPDIR)/mdi/*.xpm $(DISTDIR)/samples/mdi
d8d474af 1137 cp $(SAMPDIR)/mdi/bitmaps/*.xpm $(DISTDIR)/samples/mdi/bitmaps
c661ecca 1138
e9093718
RR
1139 mkdir $(DISTDIR)/samples/memcheck
1140 cp $(SAMPDIR)/memcheck/Makefile.in $(DISTDIR)/samples/memcheck
1141 cp $(SAMPDIR)/memcheck/makefile.unx $(DISTDIR)/samples/memcheck
1142 cp $(SAMPDIR)/memcheck/*.cpp $(DISTDIR)/samples/memcheck
1143 cp $(SAMPDIR)/memcheck/*.xpm $(DISTDIR)/samples/memcheck
c661ecca 1144
e9093718
RR
1145 mkdir $(DISTDIR)/samples/menu
1146 cp $(SAMPDIR)/menu/Makefile.in $(DISTDIR)/samples/menu
1147 cp $(SAMPDIR)/menu/makefile.unx $(DISTDIR)/samples/menu
1148 cp $(SAMPDIR)/menu/*.cpp $(DISTDIR)/samples/menu
c661ecca 1149
641d87d8 1150 mkdir $(DISTDIR)/samples/minifram
e9093718 1151 mkdir $(DISTDIR)/samples/minifram/bitmaps
641d87d8 1152 cp $(SAMPDIR)/minifram/Makefile.in $(DISTDIR)/samples/minifram
e9093718 1153 cp $(SAMPDIR)/minifram/makefile.unx $(DISTDIR)/samples/minifram
641d87d8
RR
1154 cp $(SAMPDIR)/minifram/*.cpp $(DISTDIR)/samples/minifram
1155 cp $(SAMPDIR)/minifram/*.h $(DISTDIR)/samples/minifram
1156 cp $(SAMPDIR)/minifram/*.xpm $(DISTDIR)/samples/minifram
d8d474af 1157 cp $(SAMPDIR)/minifram/bitmaps/*.xpm $(DISTDIR)/samples/minifram/bitmaps
c661ecca 1158
641d87d8
RR
1159 mkdir $(DISTDIR)/samples/minimal
1160 cp $(SAMPDIR)/minimal/Makefile.in $(DISTDIR)/samples/minimal
e9093718 1161 cp $(SAMPDIR)/minimal/makefile.unx $(DISTDIR)/samples/minimal
641d87d8
RR
1162 cp $(SAMPDIR)/minimal/*.cpp $(DISTDIR)/samples/minimal
1163 cp $(SAMPDIR)/minimal/*.xpm $(DISTDIR)/samples/minimal
6e7b6cc6 1164 cp $(SAMPDIR)/minimal/*.mms $(DISTDIR)/samples/minimal
c661ecca 1165
010afced
RR
1166 mkdir $(DISTDIR)/samples/mobile
1167 cp $(SAMPDIR)/mobile/Makefile.in $(DISTDIR)/samples/mobile
1168 mkdir $(DISTDIR)/samples/mobile/wxedit
1169 cp $(SAMPDIR)/mobile/wxedit/Makefile.in $(DISTDIR)/samples/mobile/wxedit
1170 cp $(SAMPDIR)/mobile/wxedit/*.cpp $(DISTDIR)/samples/mobile/wxedit
1171 cp $(SAMPDIR)/mobile/wxedit/*.h $(DISTDIR)/samples/mobile/wxedit
2b5f62a0
VZ
1172 mkdir $(DISTDIR)/samples/mobile/styles
1173 cp $(SAMPDIR)/mobile/styles/Makefile.in $(DISTDIR)/samples/mobile/styles
1174 cp $(SAMPDIR)/mobile/styles/*.cpp $(DISTDIR)/samples/mobile/styles
1175 cp $(SAMPDIR)/mobile/styles/*.h $(DISTDIR)/samples/mobile/styles
1176 cp $(SAMPDIR)/mobile/styles/*.jpg $(DISTDIR)/samples/mobile/styles
010afced 1177
dfd6b52f
RR
1178 mkdir $(DISTDIR)/samples/dialup
1179 cp $(SAMPDIR)/dialup/Makefile.in $(DISTDIR)/samples/dialup
1180 cp $(SAMPDIR)/dialup/makefile.unx $(DISTDIR)/samples/dialup
1181 cp $(SAMPDIR)/dialup/*.cpp $(DISTDIR)/samples/dialup
c661ecca 1182
f85afd4e
MB
1183 mkdir $(DISTDIR)/samples/newgrid
1184 cp $(SAMPDIR)/newgrid/Makefile.in $(DISTDIR)/samples/newgrid
1e8d2f69 1185 cp $(SAMPDIR)/newgrid/makefile.unx $(DISTDIR)/samples/newgrid
f85afd4e
MB
1186 cp $(SAMPDIR)/newgrid/*.cpp $(DISTDIR)/samples/newgrid
1187 cp $(SAMPDIR)/newgrid/*.h $(DISTDIR)/samples/newgrid
c661ecca 1188
641d87d8
RR
1189 mkdir $(DISTDIR)/samples/notebook
1190 cp $(SAMPDIR)/notebook/Makefile.in $(DISTDIR)/samples/notebook
1e8d2f69 1191 cp $(SAMPDIR)/notebook/makefile.unx $(DISTDIR)/samples/notebook
641d87d8
RR
1192 cp $(SAMPDIR)/notebook/*.cpp $(DISTDIR)/samples/notebook
1193 cp $(SAMPDIR)/notebook/*.h $(DISTDIR)/samples/notebook
c661ecca
RR
1194
1195 mkdir $(DISTDIR)/samples/opengl
1196 cp $(SAMPDIR)/opengl/Makefile.in $(DISTDIR)/samples/opengl
1197 mkdir $(DISTDIR)/samples/opengl/penguin
1198 cp $(SAMPDIR)/opengl/penguin/Makefile.in $(DISTDIR)/samples/opengl/penguin
1199 cp $(SAMPDIR)/opengl/penguin/makefile.unx $(DISTDIR)/samples/opengl/penguin
1200 cp $(SAMPDIR)/opengl/penguin/*.cpp $(DISTDIR)/samples/opengl/penguin
1201 cp $(SAMPDIR)/opengl/penguin/*.c $(DISTDIR)/samples/opengl/penguin
1202 cp $(SAMPDIR)/opengl/penguin/*.h $(DISTDIR)/samples/opengl/penguin
1203 cp $(SAMPDIR)/opengl/penguin/*.lwo $(DISTDIR)/samples/opengl/penguin
1204 mkdir $(DISTDIR)/samples/opengl/cube
1205 cp $(SAMPDIR)/opengl/cube/Makefile.in $(DISTDIR)/samples/opengl/cube
1206 cp $(SAMPDIR)/opengl/cube/makefile.unx $(DISTDIR)/samples/opengl/cube
1207 cp $(SAMPDIR)/opengl/cube/*.cpp $(DISTDIR)/samples/opengl/cube
1208 cp $(SAMPDIR)/opengl/cube/*.h $(DISTDIR)/samples/opengl/cube
1209 mkdir $(DISTDIR)/samples/opengl/isosurf
1210 cp $(SAMPDIR)/opengl/isosurf/Makefile.in $(DISTDIR)/samples/opengl/isosurf
1211 cp $(SAMPDIR)/opengl/isosurf/makefile.unx $(DISTDIR)/samples/opengl/isosurf
1212 cp $(SAMPDIR)/opengl/isosurf/*.cpp $(DISTDIR)/samples/opengl/isosurf
1213 cp $(SAMPDIR)/opengl/isosurf/*.h $(DISTDIR)/samples/opengl/isosurf
1214 cp $(SAMPDIR)/opengl/isosurf/*.gz $(DISTDIR)/samples/opengl/isosurf
1215
79144b8a
RR
1216 mkdir $(DISTDIR)/samples/png
1217 cp $(SAMPDIR)/png/Makefile.in $(DISTDIR)/samples/png
1e8d2f69 1218 cp $(SAMPDIR)/png/makefile.unx $(DISTDIR)/samples/png
79144b8a
RR
1219 cp $(SAMPDIR)/png/*.cpp $(DISTDIR)/samples/png
1220 cp $(SAMPDIR)/png/*.h $(DISTDIR)/samples/png
1221 cp $(SAMPDIR)/png/*.png $(DISTDIR)/samples/png
c661ecca 1222
1e8d2f69
RR
1223 mkdir $(DISTDIR)/samples/printing
1224 cp $(SAMPDIR)/printing/Makefile.in $(DISTDIR)/samples/printing
1225 cp $(SAMPDIR)/printing/makefile.unx $(DISTDIR)/samples/printing
1226 cp $(SAMPDIR)/printing/*.cpp $(DISTDIR)/samples/printing
1227 cp $(SAMPDIR)/printing/*.h $(DISTDIR)/samples/printing
1228 cp $(SAMPDIR)/printing/*.xpm $(DISTDIR)/samples/printing
1229 cp $(SAMPDIR)/printing/*.xbm $(DISTDIR)/samples/printing
c661ecca 1230
3fd528b9
RR
1231 mkdir $(DISTDIR)/samples/resource
1232 cp $(SAMPDIR)/resource/Makefile.in $(DISTDIR)/samples/resource
1e8d2f69 1233 cp $(SAMPDIR)/resource/makefile.unx $(DISTDIR)/samples/resource
3fd528b9
RR
1234 cp $(SAMPDIR)/resource/*.cpp $(DISTDIR)/samples/resource
1235 cp $(SAMPDIR)/resource/*.h $(DISTDIR)/samples/resource
1236 cp $(SAMPDIR)/resource/*.wxr $(DISTDIR)/samples/resource
c661ecca 1237
46132182
RR
1238 mkdir $(DISTDIR)/samples/rotate
1239 cp $(SAMPDIR)/rotate/Makefile.in $(DISTDIR)/samples/rotate
1240 cp $(SAMPDIR)/rotate/makefile.unx $(DISTDIR)/samples/rotate
1241 cp $(SAMPDIR)/rotate/*.cpp $(DISTDIR)/samples/rotate
1242 cp $(SAMPDIR)/rotate/*.bmp $(DISTDIR)/samples/rotate
e59a8895 1243
3fd528b9
RR
1244 mkdir $(DISTDIR)/samples/richedit
1245 cp $(SAMPDIR)/richedit/Makefile.in $(DISTDIR)/samples/richedit
e893cd66 1246 cp $(SAMPDIR)/richedit/makefile.unx $(DISTDIR)/samples/richedit
3fd528b9
RR
1247 cp $(SAMPDIR)/richedit/*.cpp $(DISTDIR)/samples/richedit
1248 cp $(SAMPDIR)/richedit/*.h $(DISTDIR)/samples/richedit
1249 cp $(SAMPDIR)/richedit/*.xpm $(DISTDIR)/samples/richedit
1250 cp $(SAMPDIR)/richedit/README $(DISTDIR)/samples/richedit
1251 cp $(SAMPDIR)/richedit/TODO $(DISTDIR)/samples/richedit
e59a8895 1252
641d87d8
RR
1253 mkdir $(DISTDIR)/samples/proplist
1254 cp $(SAMPDIR)/proplist/Makefile.in $(DISTDIR)/samples/proplist
e893cd66 1255 cp $(SAMPDIR)/proplist/makefile.unx $(DISTDIR)/samples/proplist
641d87d8
RR
1256 cp $(SAMPDIR)/proplist/*.cpp $(DISTDIR)/samples/proplist
1257 cp $(SAMPDIR)/proplist/*.h $(DISTDIR)/samples/proplist
e59a8895 1258
ba0e7d41
RR
1259 mkdir $(DISTDIR)/samples/propsize
1260 cp $(SAMPDIR)/propsize/Makefile.in $(DISTDIR)/samples/propsize
e893cd66 1261 cp $(SAMPDIR)/propsize/makefile.unx $(DISTDIR)/samples/propsize
ba0e7d41
RR
1262 cp $(SAMPDIR)/propsize/*.cpp $(DISTDIR)/samples/propsize
1263 cp $(SAMPDIR)/propsize/*.xpm $(DISTDIR)/samples/propsize
e59a8895 1264
641d87d8
RR
1265 mkdir $(DISTDIR)/samples/sashtest
1266 cp $(SAMPDIR)/sashtest/Makefile.in $(DISTDIR)/samples/sashtest
e893cd66 1267 cp $(SAMPDIR)/sashtest/makefile.unx $(DISTDIR)/samples/sashtest
641d87d8
RR
1268 cp $(SAMPDIR)/sashtest/*.cpp $(DISTDIR)/samples/sashtest
1269 cp $(SAMPDIR)/sashtest/*.h $(DISTDIR)/samples/sashtest
e59a8895 1270
641d87d8
RR
1271 mkdir $(DISTDIR)/samples/scroll
1272 cp $(SAMPDIR)/scroll/Makefile.in $(DISTDIR)/samples/scroll
1e8d2f69 1273 cp $(SAMPDIR)/scroll/makefile.unx $(DISTDIR)/samples/scroll
641d87d8 1274 cp $(SAMPDIR)/scroll/*.cpp $(DISTDIR)/samples/scroll
e59a8895 1275
d8d474af
RR
1276 mkdir $(DISTDIR)/samples/scrollsub
1277 cp $(SAMPDIR)/scrollsub/Makefile.in $(DISTDIR)/samples/scrollsub
1e8d2f69 1278 cp $(SAMPDIR)/scrollsub/makefile.unx $(DISTDIR)/samples/scrollsub
d8d474af 1279 cp $(SAMPDIR)/scrollsub/*.cpp $(DISTDIR)/samples/scrollsub
e59a8895 1280
c661ecca
RR
1281 mkdir $(DISTDIR)/samples/sockets
1282 cp $(SAMPDIR)/sockets/Makefile.in $(DISTDIR)/samples/sockets
e893cd66 1283 cp $(SAMPDIR)/sockets/makefile.unx $(DISTDIR)/samples/sockets
c661ecca
RR
1284 cp $(SAMPDIR)/sockets/*.cpp $(DISTDIR)/samples/sockets
1285 cp $(SAMPDIR)/sockets/*.xpm $(DISTDIR)/samples/sockets
1286
641d87d8
RR
1287 mkdir $(DISTDIR)/samples/splitter
1288 cp $(SAMPDIR)/splitter/Makefile.in $(DISTDIR)/samples/splitter
e893cd66 1289 cp $(SAMPDIR)/splitter/makefile.unx $(DISTDIR)/samples/splitter
641d87d8 1290 cp $(SAMPDIR)/splitter/*.cpp $(DISTDIR)/samples/splitter
e59a8895 1291
2286341c
VZ
1292 mkdir $(DISTDIR)/samples/statbar
1293 cp $(SAMPDIR)/statbar/Makefile.in $(DISTDIR)/samples/statbar
e893cd66 1294 cp $(SAMPDIR)/statbar/makefile.unx $(DISTDIR)/samples/statbar
2286341c
VZ
1295 cp $(SAMPDIR)/statbar/*.cpp $(DISTDIR)/samples/statbar
1296 cp $(SAMPDIR)/statbar/*.xpm $(DISTDIR)/samples/statbar
1297
641d87d8
RR
1298 mkdir $(DISTDIR)/samples/text
1299 cp $(SAMPDIR)/text/Makefile.in $(DISTDIR)/samples/text
1e8d2f69 1300 cp $(SAMPDIR)/text/makefile.unx $(DISTDIR)/samples/text
641d87d8
RR
1301 cp $(SAMPDIR)/text/*.cpp $(DISTDIR)/samples/text
1302 cp $(SAMPDIR)/text/*.xpm $(DISTDIR)/samples/text
e59a8895 1303
641d87d8
RR
1304 mkdir $(DISTDIR)/samples/thread
1305 cp $(SAMPDIR)/thread/Makefile.in $(DISTDIR)/samples/thread
1e8d2f69 1306 cp $(SAMPDIR)/thread/makefile.unx $(DISTDIR)/samples/thread
641d87d8 1307 cp $(SAMPDIR)/thread/*.cpp $(DISTDIR)/samples/thread
e59a8895 1308
641d87d8
RR
1309 mkdir $(DISTDIR)/samples/toolbar
1310 cp $(SAMPDIR)/toolbar/Makefile.in $(DISTDIR)/samples/toolbar
e893cd66 1311 cp $(SAMPDIR)/toolbar/makefile.unx $(DISTDIR)/samples/toolbar
641d87d8 1312 cp $(SAMPDIR)/toolbar/*.cpp $(DISTDIR)/samples/toolbar
641d87d8 1313 cp $(SAMPDIR)/toolbar/*.xpm $(DISTDIR)/samples/toolbar
d8d474af
RR
1314 mkdir $(DISTDIR)/samples/toolbar/bitmaps
1315 cp $(SAMPDIR)/toolbar/bitmaps/*.xpm $(DISTDIR)/samples/toolbar/bitmaps
e59a8895 1316
641d87d8
RR
1317 mkdir $(DISTDIR)/samples/treectrl
1318 cp $(SAMPDIR)/treectrl/Makefile.in $(DISTDIR)/samples/treectrl
e893cd66 1319 cp $(SAMPDIR)/treectrl/makefile.unx $(DISTDIR)/samples/treectrl
641d87d8
RR
1320 cp $(SAMPDIR)/treectrl/*.cpp $(DISTDIR)/samples/treectrl
1321 cp $(SAMPDIR)/treectrl/*.h $(DISTDIR)/samples/treectrl
1322 cp $(SAMPDIR)/treectrl/*.xpm $(DISTDIR)/samples/treectrl
e59a8895 1323
c661ecca
RR
1324 mkdir $(DISTDIR)/samples/treelay
1325 cp $(SAMPDIR)/treelay/Makefile.in $(DISTDIR)/samples/treelay
1326 cp $(SAMPDIR)/treelay/makefile.unx $(DISTDIR)/samples/treelay
1327 cp $(SAMPDIR)/treelay/*.cpp $(DISTDIR)/samples/treelay
1328 cp $(SAMPDIR)/treelay/*.h $(DISTDIR)/samples/treelay
e59a8895 1329
641d87d8
RR
1330 mkdir $(DISTDIR)/samples/typetest
1331 cp $(SAMPDIR)/typetest/Makefile.in $(DISTDIR)/samples/typetest
e893cd66 1332 cp $(SAMPDIR)/typetest/makefile.unx $(DISTDIR)/samples/typetest
641d87d8
RR
1333 cp $(SAMPDIR)/typetest/*.cpp $(DISTDIR)/samples/typetest
1334 cp $(SAMPDIR)/typetest/*.h $(DISTDIR)/samples/typetest
1335 cp $(SAMPDIR)/typetest/*.xpm $(DISTDIR)/samples/typetest
e59a8895 1336
641d87d8
RR
1337 mkdir $(DISTDIR)/samples/validate
1338 cp $(SAMPDIR)/validate/Makefile.in $(DISTDIR)/samples/validate
e893cd66 1339 cp $(SAMPDIR)/validate/makefile.unx $(DISTDIR)/samples/validate
641d87d8
RR
1340 cp $(SAMPDIR)/validate/*.cpp $(DISTDIR)/samples/validate
1341 cp $(SAMPDIR)/validate/*.h $(DISTDIR)/samples/validate
1342 cp $(SAMPDIR)/validate/*.xpm $(DISTDIR)/samples/validate
e59a8895 1343
641d87d8
RR
1344 mkdir $(DISTDIR)/samples/wizard
1345 cp $(SAMPDIR)/wizard/Makefile.in $(DISTDIR)/samples/wizard
e893cd66 1346 cp $(SAMPDIR)/wizard/makefile.unx $(DISTDIR)/samples/wizard
641d87d8
RR
1347 cp $(SAMPDIR)/wizard/*.cpp $(DISTDIR)/samples/wizard
1348 cp $(SAMPDIR)/wizard/*.xpm $(DISTDIR)/samples/wizard
e59a8895 1349
3a922bb4
RL
1350 mkdir $(DISTDIR)/samples/widgets
1351 mkdir $(DISTDIR)/samples/widgets/icons
1352 cp $(SAMPDIR)/widgets/Makefile.in $(DISTDIR)/samples/widgets
9bfaa55f
RR
1353 cp $(SAMPDIR)/widgets/*.cpp $(DISTDIR)/samples/widgets
1354 cp $(SAMPDIR)/widgets/*.h $(DISTDIR)/samples/widgets
1355 cp $(SAMPDIR)/widgets/*.rc $(DISTDIR)/samples/widgets
3a922bb4
RL
1356 cp $(SAMPDIR)/widgets/icons/*.xpm $(DISTDIR)/samples/widgets/icons
1357
2224580a 1358UTILS_DIST: ALL_GUI_DIST
39fc1a6a
RL
1359 mkdir $(DISTDIR)/utils
1360 cp $(UTILSDIR)/Makefile.in $(DISTDIR)/utils
1361 cp $(UTILSDIR)/configure $(DISTDIR)/utils
1362 cp $(UTILSDIR)/configure.in $(DISTDIR)/utils
1363
1364 mkdir $(DISTDIR)/utils/tex2rtf
1365 mkdir $(DISTDIR)/utils/tex2rtf/src
1366 cp $(UTILSDIR)/tex2rtf/*.in $(DISTDIR)/utils/tex2rtf
1367 cp $(UTILSDIR)/tex2rtf/src/*.h $(DISTDIR)/utils/tex2rtf/src
1368 cp $(UTILSDIR)/tex2rtf/src/*.in $(DISTDIR)/utils/tex2rtf/src
1369 cp $(UTILSDIR)/tex2rtf/src/*.cpp $(DISTDIR)/utils/tex2rtf/src
1370 cp $(UTILSDIR)/tex2rtf/src/tex2rtf.* $(DISTDIR)/utils/tex2rtf/src
1371
2b5f62a0
VZ
1372 mkdir $(DISTDIR)/utils/emulator
1373 mkdir $(DISTDIR)/utils/emulator/src
1374 mkdir $(DISTDIR)/utils/emulator/docs
1375 cp $(UTILSDIR)/emulator/*.in $(DISTDIR)/utils/emulator
1376 cp $(UTILSDIR)/emulator/src/*.h $(DISTDIR)/utils/emulator/src
1377 cp $(UTILSDIR)/emulator/src/*.in $(DISTDIR)/utils/emulator/src
1378 cp $(UTILSDIR)/emulator/src/*.cpp $(DISTDIR)/utils/emulator/src
1379 cp $(UTILSDIR)/emulator/src/*.jpg $(DISTDIR)/utils/emulator/src
1380 cp $(UTILSDIR)/emulator/src/*.wxe $(DISTDIR)/utils/emulator/src
1381 cp $(UTILSDIR)/emulator/docs/*.txt $(DISTDIR)/utils/emulator/docs
1382 cp $(UTILSDIR)/emulator/docs/*.jpg $(DISTDIR)/utils/emulator/docs
1383
39fc1a6a
RL
1384 mkdir $(DISTDIR)/utils/makegen
1385 mkdir $(DISTDIR)/utils/makegen/templates
1386 cp $(UTILSDIR)/makegen/Makefile.in $(DISTDIR)/utils/makegen
1387 cp $(UTILSDIR)/makegen/*.cpp $(DISTDIR)/utils/makegen
1388 cp $(UTILSDIR)/makegen/templates/*.* $(DISTDIR)/utils/makegen/templates
bdad4e7e 1389
5d9fe089
RR
1390 mkdir $(DISTDIR)/utils/hhp2cached
1391 cp $(UTILSDIR)/hhp2cached/*.* $(DISTDIR)/utils/hhp2cached
1392
1393 mkdir $(DISTDIR)/utils/HelpGen
1394 mkdir $(DISTDIR)/utils/HelpGen/src
1395 cp $(UTILSDIR)/HelpGen/Makefile.in $(DISTDIR)/utils/HelpGen
1396 cp $(UTILSDIR)/HelpGen/src/*.* $(DISTDIR)/utils/HelpGen/src
1397
2b5f62a0
VZ
1398 mkdir $(DISTDIR)/utils/dialoged
1399 mkdir $(DISTDIR)/utils/dialoged/src
1400 mkdir $(DISTDIR)/utils/dialoged/src/bitmaps
1401 mkdir $(DISTDIR)/utils/dialoged/docs
1402 cp $(UTILSDIR)/dialoged/Makefile.in $(DISTDIR)/utils/dialoged
1403 cp $(UTILSDIR)/dialoged/src/*.h $(DISTDIR)/utils/dialoged/src
1404 cp $(UTILSDIR)/dialoged/src/*.cpp $(DISTDIR)/utils/dialoged/src
1405 cp $(UTILSDIR)/dialoged/src/Makefile.in $(DISTDIR)/utils/dialoged/src
1406 cp $(UTILSDIR)/dialoged/src/makefile.unx $(DISTDIR)/utils/dialoged/src
1407 cp $(UTILSDIR)/dialoged/src/bitmaps/*.xpm $(DISTDIR)/utils/dialoged/src/bitmaps
1408 cp $(UTILSDIR)/dialoged/docs/*.tex $(DISTDIR)/utils/dialoged/docs
1409 cp $(UTILSDIR)/dialoged/docs/*.ini $(DISTDIR)/utils/dialoged/docs
1410 cp $(UTILSDIR)/dialoged/docs/*.gif $(DISTDIR)/utils/dialoged/docs
1411
1412 mkdir $(DISTDIR)/utils/helpview
1413 mkdir $(DISTDIR)/utils/helpview/src
1414 mkdir $(DISTDIR)/utils/helpview/src/bitmaps
1415 cp $(UTILSDIR)/helpview/Makefile.in $(DISTDIR)/utils/helpview
1416 cp $(UTILSDIR)/helpview/src/*.h $(DISTDIR)/utils/helpview/src
1417 cp $(UTILSDIR)/helpview/src/*.cpp $(DISTDIR)/utils/helpview/src
1418 cp $(UTILSDIR)/helpview/src/Makefile.in $(DISTDIR)/utils/helpview/src
1419 cp $(UTILSDIR)/helpview/src/test.zip $(DISTDIR)/utils/helpview/src
1420 cp $(UTILSDIR)/helpview/src/bitmaps/*.xpm $(DISTDIR)/utils/helpview/src/bitmaps
5d9fe089 1421
2224580a 1422MISC_DIST: ALL_GUI_DIST
a6f3598d
RR
1423 mkdir $(DISTDIR)/misc
1424 mkdir $(DISTDIR)/misc/afm
1425 cp $(MISCDIR)/afm/*.afm $(DISTDIR)/misc/afm
1426 mkdir $(DISTDIR)/misc/gs_afm
1427 cp $(MISCDIR)/gs_afm/*.afm $(DISTDIR)/misc/gs_afm
2224580a 1428
c7206e64 1429INTL_DIST:
f6bcfd97 1430 mkdir $(DISTDIR)/locale
c7206e64 1431 cp $(INTLDIR)/Makefile $(DISTDIR)/locale
f6bcfd97 1432 cp $(INTLDIR)/*.po $(DISTDIR)/locale
c7206e64 1433 -cp $(INTLDIR)/*.mo $(DISTDIR)/locale
f6bcfd97 1434
e4c4c1c6
RL
1435MANUAL_DIST:
1436 mkdir $(DISTDIR)/docs
1437 mkdir $(DISTDIR)/docs/latex
1438 mkdir $(DISTDIR)/docs/latex/wx
1439 cp $(DOCDIR)/latex/wx/*.tex $(DISTDIR)/docs/latex/wx
b36d8c8f 1440 cp $(DOCDIR)/latex/wx/*.inc $(DISTDIR)/docs/latex/wx
e4c4c1c6
RL
1441 cp $(DOCDIR)/latex/wx/*.gif $(DISTDIR)/docs/latex/wx
1442 cp $(DOCDIR)/latex/wx/*.ini $(DISTDIR)/docs/latex/wx
1443 cp $(DOCDIR)/latex/wx/*.bib $(DISTDIR)/docs/latex/wx
1444 cp $(DOCDIR)/latex/wx/*.sty $(DISTDIR)/docs/latex/wx
1445
9b0326f7
RL
1446# this target does not generate a complete wxPython dist, it only includes
1447# those files needed for the Debian source package.
1448# see utils/wxPython/distrib for scripts to make a proper wxPython dist.
1449PYTHON_DIST:
f6bcfd97
BP
1450 mkdir $(DISTDIR)/wxPython
1451 mkdir $(DISTDIR)/wxPython/contrib
0b9ab0bd 1452 mkdir $(DISTDIR)/wxPython/contrib/dllwidget
2226ead0 1453 mkdir $(DISTDIR)/wxPython/contrib/gizmos
f6bcfd97
BP
1454 mkdir $(DISTDIR)/wxPython/contrib/glcanvas
1455 mkdir $(DISTDIR)/wxPython/contrib/glcanvas/gtk
1456 mkdir $(DISTDIR)/wxPython/contrib/ogl
1457 mkdir $(DISTDIR)/wxPython/contrib/stc
f3507ce4 1458 mkdir $(DISTDIR)/wxPython/contrib/stc/gtk
3a922bb4 1459 mkdir $(DISTDIR)/wxPython/contrib/xrc
f6bcfd97
BP
1460 mkdir $(DISTDIR)/wxPython/demo
1461 mkdir $(DISTDIR)/wxPython/demo/bitmaps
1405f2dd 1462 mkdir $(DISTDIR)/wxPython/demo/bmp_source
f6bcfd97 1463 mkdir $(DISTDIR)/wxPython/demo/data
1405f2dd 1464 mkdir $(DISTDIR)/wxPython/demo/dllwidget
f6bcfd97
BP
1465 mkdir $(DISTDIR)/wxPython/src
1466 mkdir $(DISTDIR)/wxPython/src/gtk
fdb59905 1467 mkdir $(DISTDIR)/wxPython/scripts
f6bcfd97
BP
1468 mkdir $(DISTDIR)/wxPython/wxPython
1469 mkdir $(DISTDIR)/wxPython/wxPython/lib
0b9ab0bd 1470 mkdir $(DISTDIR)/wxPython/wxPython/lib/PyCrust
f6bcfd97 1471 mkdir $(DISTDIR)/wxPython/wxPython/lib/editor
3a922bb4 1472 mkdir $(DISTDIR)/wxPython/wxPython/lib/mixins
fdb59905
RL
1473 mkdir $(DISTDIR)/wxPython/wxPython/tools
1474 mkdir $(DISTDIR)/wxPython/wxPython/tools/XRCed
f6bcfd97
BP
1475
1476 cp $(WXDIR)/wxPython/*.txt $(DISTDIR)/wxPython
050207ec
RL
1477 cp $(WXDIR)/wxPython/*.py $(DISTDIR)/wxPython
1478 cp $(WXDIR)/wxPython/setup.cfg $(DISTDIR)/wxPython
1479 cp $(WXDIR)/wxPython/MANIFEST.in $(DISTDIR)/wxPython
0b9ab0bd 1480 cp $(WXDIR)/wxPython/contrib/dllwidget/*.{py,cpp,h,i} $(DISTDIR)/wxPython/contrib/dllwidget
2226ead0 1481 cp $(WXDIR)/wxPython/contrib/gizmos/*.{py,cpp,i} $(DISTDIR)/wxPython/contrib/gizmos
f6bcfd97
BP
1482 -cp $(WXDIR)/wxPython/contrib/glcanvas/* $(DISTDIR)/wxPython/contrib/glcanvas
1483 cp $(WXDIR)/wxPython/contrib/glcanvas/gtk/glcanvas.* $(DISTDIR)/wxPython/contrib/glcanvas/gtk
1484 -cp $(WXDIR)/wxPython/contrib/ogl/* $(DISTDIR)/wxPython/contrib/ogl
1485 -cp $(WXDIR)/wxPython/contrib/stc/* $(DISTDIR)/wxPython/contrib/stc
f3507ce4 1486 -cp $(WXDIR)/wxPython/contrib/stc/gtk/* $(DISTDIR)/wxPython/contrib/stc/gtk
3a922bb4 1487 -cp $(WXDIR)/wxPython/contrib/xrc/xrc.* $(DISTDIR)/wxPython/contrib/xrc
f6bcfd97
BP
1488 -cp $(WXDIR)/wxPython/demo/* $(DISTDIR)/wxPython/demo
1489 -cp $(WXDIR)/wxPython/demo/bitmaps/* $(DISTDIR)/wxPython/demo/bitmaps
1405f2dd 1490 -cp $(WXDIR)/wxPython/demo/bmp_source/* $(DISTDIR)/wxPython/demo/bmp_source
f6bcfd97 1491 -cp $(WXDIR)/wxPython/demo/data/* $(DISTDIR)/wxPython/demo/data
1405f2dd
RL
1492 -cp $(WXDIR)/wxPython/demo/dllwidget/Makefile $(DISTDIR)/wxPython/demo/dllwidget
1493 -cp $(WXDIR)/wxPython/demo/dllwidget/test_* $(DISTDIR)/wxPython/demo/dllwidget
fdb59905 1494 -cp $(WXDIR)/wxPython/scripts/* $(DISTDIR)/wxPython/scripts
f6bcfd97
BP
1495 -cp $(WXDIR)/wxPython/src/* $(DISTDIR)/wxPython/src
1496 cp $(WXDIR)/wxPython/src/gtk/*.py $(DISTDIR)/wxPython/src/gtk
1497 cp $(WXDIR)/wxPython/src/gtk/*.cpp $(DISTDIR)/wxPython/src/gtk
1498 cp $(WXDIR)/wxPython/wxPython/lib/*.py $(DISTDIR)/wxPython/wxPython/lib
0b9ab0bd 1499 cp $(WXDIR)/wxPython/wxPython/lib/PyCrust/*.py $(DISTDIR)/wxPython/wxPython/lib/PyCrust
f6bcfd97 1500 cp $(WXDIR)/wxPython/wxPython/lib/editor/*.py $(DISTDIR)/wxPython/wxPython/lib/editor
3a922bb4 1501 cp $(WXDIR)/wxPython/wxPython/lib/mixins/*.py $(DISTDIR)/wxPython/wxPython/lib/mixins
fdb59905
RL
1502 cp $(WXDIR)/wxPython/wxPython/tools/*.py $(DISTDIR)/wxPython/wxPython/tools
1503 cp $(WXDIR)/wxPython/wxPython/tools/XRCed/*.{py,ico,sh,xrc} $(DISTDIR)/wxPython/wxPython/tools/XRCed
9b0326f7 1504
2224580a 1505distclean:
8b17ba72 1506 $(RM) -r _dist_dir
a4aad961 1507
d6e969f6
VZ
1508# VZ: the -only targets allow to do "make dist bzip-dist-only" without copying
1509# the files twice
1510dist-only:
1511 @echo "*** Creating wxWindows distribution in $(DISTDIR)..."
16b0e4ac 1512 @cd _dist_dir && tar ch $(DISTDIRNAME) | gzip -f9 > ../$(WXARCHIVE);
d6e969f6
VZ
1513 @if test "$(USE_GUI)" = 1; then \
1514 cd $(DISTDIR); \
1515 mv samples wxSamples-$(VER_SUFFIX); \
1516 echo "*** Creating wxSamples archive..."; \
1517 tar ch wxSamples-$(VER_SUFFIX) | gzip -f9 > ../../$(WXSAMPLES); \
1518 mv wxSamples-$(VER_SUFFIX) samples; \
1519 mv demos wxDemos-$(VER_SUFFIX); \
1520 echo "*** Creating wxDemos archive..."; \
1521 tar ch wxDemos-$(VER_SUFFIX) | gzip -f9 > ../../$(WXDEMOS); \
1522 mv wxDemos-$(VER_SUFFIX) demos; \
1523 fi
1524
2224580a
VZ
1525dist: @GUIDIST@
1526 @echo "*** Creating wxWindows distribution in $(DISTDIR)..."
1353f878
JS
1527 @# now prune away a lot of the crap included by using cp -R
1528 @# in other dist targets.
1529 find $(DISTDIR) \( -name "CVS" -o -name ".cvsignore" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \
1530 \( -name "makefile.*" -a ! -name "makefile.unx" \) \) \
1531 -print0 | xargs -0 rm -rf
16b0e4ac 1532 @cd _dist_dir && tar ch $(DISTDIRNAME) | gzip -f9 > ../$(WXARCHIVE);
2224580a
VZ
1533 @if test "$(USE_GUI)" = 1; then \
1534 cd $(DISTDIR); \
31fe72b6 1535 mv samples wxSamples-$(VER_SUFFIX); \
d6e969f6 1536 echo "*** Creating wxSamples archive..."; \
31fe72b6
VZ
1537 tar ch wxSamples-$(VER_SUFFIX) | gzip -f9 > ../../$(WXSAMPLES); \
1538 mv wxSamples-$(VER_SUFFIX) samples; \
1539 mv demos wxDemos-$(VER_SUFFIX); \
d6e969f6 1540 echo "*** Creating wxDemos archive..."; \
31fe72b6
VZ
1541 tar ch wxDemos-$(VER_SUFFIX) | gzip -f9 > ../../$(WXDEMOS); \
1542 mv wxDemos-$(VER_SUFFIX) demos; \
2224580a
VZ
1543 fi
1544
d6e969f6
VZ
1545bzip-dist-only:
1546 @echo "*** Creating wxWindows distribution in $(DISTDIR)..."
16b0e4ac 1547 @cd _dist_dir && tar ch $(DISTDIRNAME) | bzip2 -f9 > ../$(WXARCHIVE_BZIP);
d6e969f6
VZ
1548 @if test "$(USE_GUI)" = 1; then \
1549 cd $(DISTDIR); \
1550 mv samples wxSamples-${VER_SUFFIX}; \
1551 echo "*** Creating wxSamples archive..."; \
1552 tar ch wxSamples-${VER_SUFFIX} | bzip2 -f9 > ../../$(WXSAMPLES_BZIP); \
1553 mv wxSamples-${VER_SUFFIX} samples; \
1554 mv demos wxDemos-${VER_SUFFIX}; \
1555 echo "*** Creating wxDemos archive..."; \
1556 tar ch wxDemos-${VER_SUFFIX} | bzip2 -f9 > ../../$(WXDEMOS_BZIP); \
1557 mv wxDemos-${VER_SUFFIX} demos; \
1558 fi
16b0e4ac 1559
f6bcfd97 1560bzip-dist: @GUIDIST@
f6bcfd97 1561 @echo "*** Creating wxWindows distribution in $(DISTDIR)..."
16b0e4ac 1562 @cd _dist_dir && tar ch $(DISTDIRNAME) | bzip2 -f9 > ../$(WXARCHIVE_BZIP)
f6bcfd97
BP
1563 @if test "$(USE_GUI)" = 1; then \
1564 cd $(DISTDIR); \
1565 mv samples wxSamples; \
1566 tar ch wxSamples | bzip2 -f9 > ../../$(WXSAMPLES_BZIP); \
1567 mv wxSamples samples; \
1568 mv demos wxDemos; \
1569 tar ch wxDemos | bzip2 -f9 > ../../$(WXDEMOS_BZIP); \
1570 mv wxDemos demos; \
1571 fi
1572
62b92533
RR
1573# RR: Copy text and binary data separatly
1574win-dist: MSW_ZIP_TEXT_DIST
1575 @echo "*** Creating wxWindows ZIP distribution in $(DISTDIR)..."
1576 @cd _dist_dir && mv $(DISTDIRNAME) wxMSW
1577 @cd _dist_dir && zip -r -l ../$(WXARCHIVE_ZIP) *
1578 cp $(INCDIR)/wx/msw/*.cur _dist_dir/wxMSW/include/wx/msw
1579 cp $(INCDIR)/wx/msw/*.ico _dist_dir/wxMSW/include/wx/msw
1580 cp $(INCDIR)/wx/msw/*.bmp _dist_dir/wxMSW/include/wx/msw
1581 @cd _dist_dir && zip -r ../$(WXARCHIVE_ZIP) wxMSW/include/wx/msw/*.cur
1582 @cd _dist_dir && zip -r ../$(WXARCHIVE_ZIP) wxMSW/include/wx/msw/*.ico
1583 @cd _dist_dir && zip -r ../$(WXARCHIVE_ZIP) wxMSW/include/wx/msw/*.bmp
1584
3a922bb4 1585debian-dist: debian-native-dist debian-msw-dirs MSW_DIST
e4c4c1c6 1586 mkdir $(DISTDIR)/debian
676b8fb6 1587 -cp $(WXDIR)/debian/* $(DISTDIR)/debian
e4c4c1c6
RL
1588 cp $(DOCDIR)/licence.txt $(DISTDIR)/docs
1589 cp $(DOCDIR)/licendoc.txt $(DISTDIR)/docs
1590 cp $(DOCDIR)/preamble.txt $(DISTDIR)/docs
6be0044c 1591 rm -f $(DISTDIR)/*.spec
3a922bb4
RL
1592
1593 @# now prune away a lot of the crap included by using cp -R
1594 @# in other dist targets. Ugly and hardly portable but it
1595 @# will run on any Debian box and that's enough for now.
1596
655b7383 1597 find $(DISTDIR) \( -name "CVS" -o -name ".cvsignore" -o -name "*.dsp" -o -name "*.dsw" -o -name "*.hh*" -o \
3a922bb4
RL
1598 \( -name "makefile.*" -a ! -name "makefile.unx" \) \) \
1599 -print0 | xargs -0 rm -rf
1600
9b0326f7
RL
1601 rm -rf $(WXDIR)/../wxwindows$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER)
1602 mv $(DISTDIR) $(WXDIR)/../wxwindows$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER)-$(WX_MAJOR_VERSION_NUMBER).$(WX_MINOR_VERSION_NUMBER).$(WX_RELEASE_NUMBER)
e4c4c1c6 1603
7b7a7637 1604debian-native-dist: @GUIDIST@ UNIV_DIST MANUAL_DIST PYTHON_DIST
2b5f62a0 1605 cp $(SRCDIR)/files.lst $(DISTDIR)/src
3a922bb4
RL
1606
1607debian-msw-dirs:
1608 mkdir $(DISTDIR)/include/wx/msw
1609 mkdir $(DISTDIR)/src/msw
1610
1611
ad9edf45 1612clean:
8b17ba72 1613 $(RM) *.o
5586805b 1614 $(RM) *.d
8b17ba72
RR
1615 $(RM) parser.c
1616 $(RM) lexer.c
3a922bb4
RL
1617 $(RM) $(build_libdir)/lib*
1618 # Don't remove this lot, configure will reuse it
1619 # if it's still good
1620 # $(RM) -r $(build_libdir)/wx/*
ad9edf45
RR
1621
1622cleanall: clean
862fed93
RD
1623
1624
1625RPMTOP=_dist_dir/_rpm_top
1626
debc175a 1627rpm: bzip-dist
862fed93
RD
1628 @echo "*** Building RPMs ***"
1629 -mkdir $(RPMTOP)
1630 -mkdir $(RPMTOP)/SOURCES
1631 -mkdir $(RPMTOP)/SPECS
1632 -mkdir $(RPMTOP)/BUILD
1633 -mkdir $(RPMTOP)/RPMS
1634 -mkdir $(RPMTOP)/SRPMS
debc175a 1635 cp -f $(WXARCHIVE_BZIP) $(RPMTOP)/SOURCES
862fed93
RD
1636 rpm -ba --define "_topdir `pwd`/$(RPMTOP)" $(WXDIR)/wx$(TOOLKIT).spec
1637 mv -f `find $(RPMTOP) -name "wx$(TARGET)*.rpm"` .
3a922bb4 1638