]> git.saurik.com Git - wxWidgets.git/blame - tests/Makefile.in
added missing wx/wrapsizer.h include
[wxWidgets.git] / tests / Makefile.in
CommitLineData
670ec357
VS
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
670ec357
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8@MAKE_SET@
9
10prefix = @prefix@
11exec_prefix = @exec_prefix@
6e0fbb3d 12datarootdir = @datarootdir@
670ec357
VS
13INSTALL = @INSTALL@
14EXEEXT = @EXEEXT@
cf9b63b3
VZ
15WINDRES = @WINDRES@
16REZ = @REZ@
670ec357 17SETFILE = @SETFILE@
69199aad
VZ
18BK_DEPS = @BK_DEPS@
19BK_MAKE_PCH = @BK_MAKE_PCH@
670ec357
VS
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
69199aad 22LIBS = @LIBS@
670ec357
VS
23CXX = @CXX@
24CXXFLAGS = @CXXFLAGS@
25CPPFLAGS = @CPPFLAGS@
26LDFLAGS = @LDFLAGS@
589e20d0 27WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
670ec357
VS
28CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
29CPPUNIT_LIBS = @CPPUNIT_LIBS@
30TOOLKIT = @TOOLKIT@
31TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
32TOOLKIT_VERSION = @TOOLKIT_VERSION@
8ced02f6 33TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@
670ec357 34EXTRALIBS = @EXTRALIBS@
5e05df3c 35EXTRALIBS_XML = @EXTRALIBS_XML@
0e3165d7 36EXTRALIBS_GUI = @EXTRALIBS_GUI@
173f3c03 37CXXWARNINGS = @CXXWARNINGS@
670ec357
VS
38HOST_SUFFIX = @HOST_SUFFIX@
39SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@
40SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
69199aad 41wx_top_builddir = @wx_top_builddir@
670ec357
VS
42
43### Variables: ###
44
45DESTDIR =
ae4ccf12 46WX_RELEASE = 2.9
25bb1412 47WX_VERSION = $(WX_RELEASE).0
69199aad 48LIBDIRNAME = $(wx_top_builddir)/lib
8899b155 49TEST_CXXFLAGS = $(__test_PCH_INC) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
8c9f8f91 50 $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
173f3c03
VZ
51 -I$(srcdir) $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPUNIT_CFLAGS) $(CXXWARNINGS) \
52 $(CPPFLAGS) $(CXXFLAGS)
670ec357
VS
53TEST_OBJECTS = \
54 test_test.o \
17a7bf57 55 test_archivetest.o \
e6477b92 56 test_ziptest.o \
cdd7933f 57 test_tartest.o \
dd65d8c8 58 test_arrays.o \
a8098f86 59 test_base64.o \
5769cf0f 60 test_cmdlinetest.o \
9222c613 61 test_fileconf.o \
113e181a 62 test_datetimetest.o \
0912690b 63 test_filekind.o \
113e181a
RN
64 test_filenametest.o \
65 test_filesystest.o \
66 test_fontmaptest.o \
67 test_formatconvertertest.o \
f9c3d39b 68 test_hashes.o \
02f935fb 69 test_intltest.o \
7d9cfc54 70 test_lists.o \
113e181a 71 test_longlongtest.o \
d31a29b5 72 test_convautotest.o \
113e181a
RN
73 test_mbconvtest.o \
74 test_regextest.o \
75 test_wxregextest.o \
3c589493 76 test_scopeguardtest.o \
99d8bc65 77 test_iostream.o \
1cd53e88 78 test_strings.o \
405b7d91 79 test_stdstrings.o \
20a34d96 80 test_tokenizer.o \
c9f78968 81 test_unichar.o \
387f829e 82 test_unicode.o \
c9f78968 83 test_vararg.o \
cf8ee08b 84 test_crt.o \
3b2cb431 85 test_vsnprintf.o \
7735998c 86 test_bstream.o \
7d9cfc54 87 test_datastreamtest.o \
7735998c 88 test_ffilestream.o \
e2255c89 89 test_fileback.o \
7735998c 90 test_filestream.o \
cb327439 91 test_largefile.o \
7735998c 92 test_memstream.o \
ceec2216 93 test_sstream.o \
e1265174 94 test_tempfile.o \
8899b155 95 test_textstreamtest.o \
816b59de 96 test_zlibstream.o \
fb86a4bb 97 test_textfiletest.o \
173f3c03 98 test_atomic.o \
6aaee6af 99 test_queue.o \
e966f815 100 test_uris.o \
6490a288
VZ
101 test_vectors.o \
102 test_evtconnection.o \
6e4ae332 103 test_weakref.o \
5e05df3c
VS
104 test_xlocale.o \
105 test_xmltest.o
8899b155 106TEST_ODEP = $(___pch_testprec_test_testprec_h_gch___depname)
a0744a6b 107TEST_GUI_CXXFLAGS = $(__test_gui_PCH_INC) -D__WX$(TOOLKIT)__ \
8c9f8f91 108 $(__WXUNIV_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
0d90d6ea 109 $(__THREAD_DEFINE_p) -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../samples \
173f3c03 110 $(CPPUNIT_CFLAGS) $(CXXWARNINGS) $(CPPFLAGS) $(CXXFLAGS)
a0744a6b
VS
111TEST_GUI_OBJECTS = \
112 $(__test_gui___win32rc) \
113 $(__test_gui_os2_lib_res) \
98a50e20 114 test_gui_test.o \
d3c073a2
DE
115 test_gui_rect.o \
116 test_gui_size.o \
9222c613 117 test_gui_point.o \
c0d9b217 118 test_gui_config.o \
c8f80d27 119 test_gui_textctrltest.o \
3e50a139 120 test_gui_rawbmp.o \
1a86d2e5 121 test_gui_selstoretest.o \
5af86f4d
VZ
122 test_gui_clientsize.o \
123 test_gui_setsize.o
a0744a6b 124TEST_GUI_ODEP = $(___pch_testprec_test_gui_testprec_h_gch___depname)
c2c04edc
KO
125PRINTFBENCH_CXXFLAGS = $(__printfbench_PCH_INC) -D__WX$(TOOLKIT)__ \
126 $(__WXUNIV_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \
127 $(__THREAD_DEFINE_p) -I$(srcdir) $(__DLLFLAG_p) -DwxUSE_GUI=0 \
173f3c03 128 $(CPPUNIT_CFLAGS) $(CXXWARNINGS) $(CPPFLAGS) $(CXXFLAGS)
c2c04edc
KO
129PRINTFBENCH_OBJECTS = \
130 printfbench_printfbench.o
131PRINTFBENCH_ODEP = $(___pch_testprec_printfbench_testprec_h_gch___depname)
670ec357
VS
132
133### Conditionally set variables: ###
134
135@COND_DEPS_TRACKING_0@CXXC = $(CXX)
69199aad 136@COND_DEPS_TRACKING_1@CXXC = $(BK_DEPS) $(CXX)
670ec357
VS
137@COND_USE_GUI_0@PORTNAME = base
138@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
139@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
140@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@WXDEBUGFLAG = d
141@COND_DEBUG_FLAG_1@WXDEBUGFLAG = d
142@COND_UNICODE_1@WXUNICODEFLAG = u
143@COND_WXUNIV_1@WXUNIVNAME = univ
0e3165d7
DE
144@COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS)
145@COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) $(EXTRALIBS_GUI)
a0744a6b
VS
146@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI)
147@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI =
6e0fbb3d 148@COND_PLATFORM_MAC_0@__test___mac_setfilecmd = @true
670ec357
VS
149@COND_PLATFORM_MAC_1@__test___mac_setfilecmd = \
150@COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL test$(EXEEXT)
8899b155 151@COND_GCC_PCH_1@__test_PCH_INC = -I.pch/testprec_test
cf9b63b3
VZ
152@COND_ICC_PCH_1@__test_PCH_INC = -use_pch .pch/testprec_test/testprec.h.gch
153@COND_USE_PCH_1@___pch_testprec_test_testprec_h_gch___depname \
154@COND_USE_PCH_1@ = .pch/testprec_test/testprec.h.gch
113e181a
RN
155COND_MONOLITHIC_0___WXLIB_NET_p = \
156 -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net-$(WX_RELEASE)$(HOST_SUFFIX)
157@COND_MONOLITHIC_0@__WXLIB_NET_p = $(COND_MONOLITHIC_0___WXLIB_NET_p)
5e05df3c
VS
158COND_MONOLITHIC_0___WXLIB_XML_p = \
159 -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml-$(WX_RELEASE)$(HOST_SUFFIX)
160@COND_MONOLITHIC_0@__WXLIB_XML_p = $(COND_MONOLITHIC_0___WXLIB_XML_p)
a0744a6b 161@COND_USE_GUI_1@__test_gui___depname = test_gui$(EXEEXT)
6e0fbb3d 162@COND_PLATFORM_MAC_0@__test_gui___mac_setfilecmd = @true
a0744a6b
VS
163@COND_PLATFORM_MAC_1@__test_gui___mac_setfilecmd = \
164@COND_PLATFORM_MAC_1@ $(SETFILE) -a C test_gui$(EXEEXT)
165@COND_PLATFORM_MAC_1@__test_gui___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
166@COND_WXUNIV_1@__WXUNIV_DEFINE_p_4 = -d __WXUNIVERSAL__
167@COND_WXUNIV_1@__WXUNIV_DEFINE_p_5 = --define __WXUNIVERSAL__
8c9f8f91
JS
168@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_4 = -d wxNO_EXCEPTIONS
169@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_5 = --define wxNO_EXCEPTIONS
170@COND_USE_RTTI_0@__RTTI_DEFINE_p_4 = -d wxNO_RTTI
171@COND_USE_RTTI_0@__RTTI_DEFINE_p_5 = --define wxNO_RTTI
172@COND_USE_THREADS_0@__THREAD_DEFINE_p_4 = -d wxNO_THREADS
173@COND_USE_THREADS_0@__THREAD_DEFINE_p_5 = --define wxNO_THREADS
a0744a6b
VS
174@COND_SHARED_1@__DLLFLAG_p_4 = -d WXUSINGDLL
175@COND_SHARED_1@__DLLFLAG_p_5 = --define WXUSINGDLL
8ced02f6
DE
176@COND_TOOLKIT_MSW@__RCDEFDIR_p = -i \
177@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
178@COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \
179@COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME)
a0744a6b
VS
180@COND_PLATFORM_WIN32_1@__test_gui___win32rc = test_gui_sample_rc.o
181@COND_PLATFORM_OS2_1@__test_gui_os2_lib_res = \
182@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
183@COND_PLATFORM_MACOSX_1@__test_gui_bundle___depname = test_gui_bundle
184@COND_TOOLKIT_COCOA@____test_gui_BUNDLE_TGT_REF_DEP = \
185@COND_TOOLKIT_COCOA@ test_gui.app/Contents/PkgInfo
186@COND_TOOLKIT_MAC@____test_gui_BUNDLE_TGT_REF_DEP = \
187@COND_TOOLKIT_MAC@ test_gui.app/Contents/PkgInfo
188@COND_GCC_PCH_1@__test_gui_PCH_INC = -I.pch/testprec_test_gui
cf9b63b3
VZ
189@COND_ICC_PCH_1@__test_gui_PCH_INC = -use_pch \
190@COND_ICC_PCH_1@ .pch/testprec_test_gui/testprec.h.gch
191@COND_USE_PCH_1@___pch_testprec_test_gui_testprec_h_gch___depname \
192@COND_USE_PCH_1@ = .pch/testprec_test_gui/testprec.h.gch
a0744a6b
VS
193COND_MONOLITHIC_0___WXLIB_CORE_p = \
194 -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX)
195@COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p)
3b2cb431
JS
196@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@__LIB_TIFF_p \
197@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@ = \
198@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@ -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
199@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@__LIB_JPEG_p \
200@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@ = \
201@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@ -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
202@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@__LIB_PNG_p \
203@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@ = \
204@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@ -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
6e0fbb3d 205@COND_PLATFORM_MAC_0@__printfbench___mac_setfilecmd = @true
c2c04edc
KO
206@COND_PLATFORM_MAC_1@__printfbench___mac_setfilecmd = \
207@COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL printfbench$(EXEEXT)
208@COND_GCC_PCH_1@__printfbench_PCH_INC = -I.pch/testprec_printfbench
209@COND_ICC_PCH_1@__printfbench_PCH_INC = -use_pch \
210@COND_ICC_PCH_1@ .pch/testprec_printfbench/testprec.h.gch
211@COND_USE_PCH_1@___pch_testprec_printfbench_testprec_h_gch___depname \
212@COND_USE_PCH_1@ = .pch/testprec_printfbench/testprec.h.gch
cf9b63b3 213COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(REZ) -d __DARWIN__ -t APPL -d \
8c9f8f91
JS
214 __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_4) $(__EXCEPTIONS_DEFINE_p_4) \
215 $(__RTTI_DEFINE_p_4) $(__THREAD_DEFINE_p_4) -i $(srcdir) $(__DLLFLAG_p_4) -i \
8ced02f6
DE
216 $(srcdir)/../samples $(__RCDEFDIR_p) -i $(top_srcdir)/include -o \
217 test_gui$(EXEEXT) Carbon.r sample.r
a0744a6b
VS
218@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
219@COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
8c9f8f91
JS
220@COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS
221@COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI
222@COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS
a0744a6b 223@COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL
ceec2216 224COND_MONOLITHIC_0___WXLIB_BASE_p = \
a1bf307a 225 -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
ceec2216 226@COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p)
670ec357 227COND_MONOLITHIC_1___WXLIB_MONO_p = \
a1bf307a 228 -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357 229@COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p)
670ec357 230@COND_WXUSE_ZLIB_BUILTIN@__LIB_ZLIB_p = \
ceec2216 231@COND_WXUSE_ZLIB_BUILTIN@ -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
ceec2216
RL
232COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p = \
233 -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
234@COND_WXUSE_REGEX_BUILTIN@__LIB_REGEX_p = $(COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p)
670ec357 235@COND_WXUSE_EXPAT_BUILTIN@__LIB_EXPAT_p = \
ceec2216 236@COND_WXUSE_EXPAT_BUILTIN@ -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357
VS
237
238### Targets: ###
239
02f935fb 240all: test$(EXEEXT) $(__test_gui___depname) $(__test_gui_bundle___depname) data fr printfbench$(EXEEXT)
670ec357
VS
241
242install: all
243
244uninstall:
245
246install-strip: install
247
248clean:
249 rm -rf ./.deps ./.pch
250 rm -f ./*.o
251 rm -f test$(EXEEXT)
a0744a6b
VS
252 rm -f test_gui$(EXEEXT)
253 rm -rf test_gui.app
c2c04edc 254 rm -f printfbench$(EXEEXT)
670ec357
VS
255
256distclean: clean
cb327439 257 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
670ec357
VS
258
259test$(EXEEXT): $(TEST_OBJECTS)
5e05df3c 260 $(CXX) -o $@ $(TEST_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(CPPUNIT_LIBS) $(LIBS) $(__WXLIB_NET_p) $(__WXLIB_BASE_p) $(__WXLIB_XML_p) $(EXTRALIBS_XML) $(__WXLIB_MONO_p) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE)
670ec357 261
d3c073a2
DE
262 $(__test___mac_setfilecmd)
263 $(SAMPLES_RPATH_POSTLINK)
670ec357 264
cf9b63b3 265@COND_USE_PCH_1@.pch/testprec_test/testprec.h.gch:
69199aad 266@COND_USE_PCH_1@ $(BK_MAKE_PCH) .pch/testprec_test/testprec.h.gch testprec.h $(CXX) $(TEST_CXXFLAGS)
8899b155 267
a0744a6b 268@COND_USE_GUI_1@test_gui$(EXEEXT): $(TEST_GUI_OBJECTS) $(__test_gui___win32rc)
6aaee6af 269@COND_USE_GUI_1@ $(CXX) -o $@ $(TEST_GUI_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(CPPUNIT_LIBS) $(LIBS) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) $(EXTRALIBS_FOR_GUI) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE)
a0744a6b 270@COND_USE_GUI_1@ $(__test_gui___mac_rezcmd)
d3c073a2
DE
271@COND_USE_GUI_1@ $(__test_gui___mac_setfilecmd)
272@COND_USE_GUI_1@ $(SAMPLES_RPATH_POSTLINK)
a0744a6b 273
47a4a1ae 274test_gui.app/Contents/PkgInfo: $(__test_gui___depname) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
a0744a6b
VS
275 mkdir -p test_gui.app/Contents
276 mkdir -p test_gui.app/Contents/MacOS
277 mkdir -p test_gui.app/Contents/Resources
278
279
280 sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
281 -e "s/EXECUTABLE/test_gui/" \
282 -e "s/VERSION/$(WX_VERSION)/" \
283 $(top_srcdir)/src/mac/carbon/Info.plist.in >test_gui.app/Contents/Info.plist
284
285
286 echo -n "APPL????" >test_gui.app/Contents/PkgInfo
287
288
289 ln -f test_gui$(EXEEXT) test_gui.app/Contents/MacOS/test_gui
290
291
a0744a6b
VS
292 cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns test_gui.app/Contents/Resources/wxmac.icns
293
294@COND_PLATFORM_MACOSX_1@test_gui_bundle: $(____test_gui_BUNDLE_TGT_REF_DEP)
295
cf9b63b3 296@COND_USE_PCH_1@.pch/testprec_test_gui/testprec.h.gch:
69199aad 297@COND_USE_PCH_1@ $(BK_MAKE_PCH) .pch/testprec_test_gui/testprec.h.gch testprec.h $(CXX) $(TEST_GUI_CXXFLAGS)
a0744a6b 298
387f829e
VS
299data:
300 @mkdir -p .
301 @for f in testdata.fc; do \
0d90d6ea 302 if test ! -f ./$$f -a ! -d ./$$f ; \
cb327439
MW
303 then x=yep ; \
304 else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
387f829e 305 fi; \
cb327439
MW
306 case "$$x" in ?*) \
307 cp -pRf $(srcdir)/$$f . ;; \
308 esac; \
387f829e
VS
309 done
310
02f935fb
VS
311fr:
312 @mkdir -p ./intl/fr
313 @for f in internat.po internat.mo; do \
314 if test ! -f ./intl/fr/$$f -a ! -d ./intl/fr/$$f ; \
315 then x=yep ; \
316 else x=`find $(srcdir)/intl/fr/$$f -newer ./intl/fr/$$f -print` ; \
317 fi; \
318 case "$$x" in ?*) \
319 cp -pRf $(srcdir)/intl/fr/$$f ./intl/fr ;; \
320 esac; \
321 done
322
c2c04edc 323printfbench$(EXEEXT): $(PRINTFBENCH_OBJECTS)
6aaee6af 324 $(CXX) -o $@ $(PRINTFBENCH_OBJECTS) $(LDFLAGS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(CPPUNIT_LIBS) $(LIBS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE)
c2c04edc
KO
325
326 $(__printfbench___mac_setfilecmd)
327 $(SAMPLES_RPATH_POSTLINK)
328
329@COND_USE_PCH_1@.pch/testprec_printfbench/testprec.h.gch:
69199aad 330@COND_USE_PCH_1@ $(BK_MAKE_PCH) .pch/testprec_printfbench/testprec.h.gch testprec.h $(CXX) $(PRINTFBENCH_CXXFLAGS)
c2c04edc 331
8899b155 332test_test.o: $(srcdir)/test.cpp $(TEST_ODEP)
cb327439 333 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/test.cpp
8899b155
RN
334
335test_archivetest.o: $(srcdir)/archive/archivetest.cpp $(TEST_ODEP)
cb327439 336 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/archivetest.cpp
670ec357 337
e6477b92
MW
338test_ziptest.o: $(srcdir)/archive/ziptest.cpp $(TEST_ODEP)
339 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/ziptest.cpp
340
cdd7933f
MW
341test_tartest.o: $(srcdir)/archive/tartest.cpp $(TEST_ODEP)
342 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/tartest.cpp
343
8899b155 344test_arrays.o: $(srcdir)/arrays/arrays.cpp $(TEST_ODEP)
cb327439 345 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/arrays/arrays.cpp
17a7bf57 346
a8098f86
VZ
347test_base64.o: $(srcdir)/base64/base64.cpp $(TEST_ODEP)
348 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/base64/base64.cpp
349
5769cf0f
VZ
350test_cmdlinetest.o: $(srcdir)/cmdline/cmdlinetest.cpp $(TEST_ODEP)
351 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/cmdline/cmdlinetest.cpp
352
9222c613
VZ
353test_fileconf.o: $(srcdir)/config/fileconf.cpp $(TEST_ODEP)
354 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/config/fileconf.cpp
355
8899b155 356test_datetimetest.o: $(srcdir)/datetime/datetimetest.cpp $(TEST_ODEP)
cb327439 357 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/datetime/datetimetest.cpp
e70833fb 358
0912690b
MW
359test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP)
360 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp
361
8899b155 362test_filenametest.o: $(srcdir)/filename/filenametest.cpp $(TEST_ODEP)
cb327439 363 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filename/filenametest.cpp
ab921f5f 364
8899b155 365test_filesystest.o: $(srcdir)/filesys/filesystest.cpp $(TEST_ODEP)
cb327439 366 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filesys/filesystest.cpp
3fa86423 367
8899b155 368test_fontmaptest.o: $(srcdir)/fontmap/fontmaptest.cpp $(TEST_ODEP)
cb327439 369 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fontmap/fontmaptest.cpp
4827cbd9 370
8899b155 371test_formatconvertertest.o: $(srcdir)/formatconverter/formatconvertertest.cpp $(TEST_ODEP)
cb327439 372 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/formatconverter/formatconvertertest.cpp
dd65d8c8 373
8899b155 374test_hashes.o: $(srcdir)/hashes/hashes.cpp $(TEST_ODEP)
cb327439 375 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/hashes/hashes.cpp
cf1014a2 376
02f935fb
VS
377test_intltest.o: $(srcdir)/intl/intltest.cpp $(TEST_ODEP)
378 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/intl/intltest.cpp
379
7d9cfc54 380test_lists.o: $(srcdir)/lists/lists.cpp $(TEST_ODEP)
cb327439 381 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/lists/lists.cpp
7d9cfc54 382
8899b155 383test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp $(TEST_ODEP)
cb327439 384 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/longlong/longlongtest.cpp
f9c3d39b 385
d31a29b5
VZ
386test_convautotest.o: $(srcdir)/mbconv/convautotest.cpp $(TEST_ODEP)
387 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/convautotest.cpp
388
8899b155 389test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP)
cb327439 390 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp
1b035b8c 391
8899b155 392test_regextest.o: $(srcdir)/regex/regextest.cpp $(TEST_ODEP)
cb327439 393 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/regextest.cpp
dd65d8c8 394
8899b155 395test_wxregextest.o: $(srcdir)/regex/wxregextest.cpp $(TEST_ODEP)
cb327439 396 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/wxregextest.cpp
dd65d8c8 397
3c589493
VZ
398test_scopeguardtest.o: $(srcdir)/scopeguard/scopeguardtest.cpp $(TEST_ODEP)
399 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/scopeguard/scopeguardtest.cpp
400
99d8bc65
VZ
401test_iostream.o: $(srcdir)/strings/iostream.cpp $(TEST_ODEP)
402 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/iostream.cpp
403
8899b155 404test_strings.o: $(srcdir)/strings/strings.cpp $(TEST_ODEP)
cb327439 405 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/strings.cpp
dd65d8c8 406
8899b155 407test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp $(TEST_ODEP)
cb327439 408 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/stdstrings.cpp
1cd53e88 409
20a34d96
VZ
410test_tokenizer.o: $(srcdir)/strings/tokenizer.cpp $(TEST_ODEP)
411 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/tokenizer.cpp
412
c9f78968
VS
413test_unichar.o: $(srcdir)/strings/unichar.cpp $(TEST_ODEP)
414 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/unichar.cpp
415
8899b155 416test_unicode.o: $(srcdir)/strings/unicode.cpp $(TEST_ODEP)
cb327439 417 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/unicode.cpp
405b7d91 418
c9f78968
VS
419test_vararg.o: $(srcdir)/strings/vararg.cpp $(TEST_ODEP)
420 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/vararg.cpp
421
8899b155 422test_crt.o: $(srcdir)/strings/crt.cpp $(TEST_ODEP)
cb327439 423 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/crt.cpp
387f829e 424
3b2cb431
JS
425test_vsnprintf.o: $(srcdir)/strings/vsnprintf.cpp $(TEST_ODEP)
426 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/vsnprintf.cpp
427
8899b155 428test_bstream.o: $(srcdir)/streams/bstream.cpp $(TEST_ODEP)
cb327439 429 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/bstream.cpp
cf8ee08b 430
7d9cfc54 431test_datastreamtest.o: $(srcdir)/streams/datastreamtest.cpp $(TEST_ODEP)
cb327439 432 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/datastreamtest.cpp
7d9cfc54 433
8899b155 434test_ffilestream.o: $(srcdir)/streams/ffilestream.cpp $(TEST_ODEP)
cb327439 435 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/ffilestream.cpp
7735998c 436
e2255c89
MW
437test_fileback.o: $(srcdir)/streams/fileback.cpp $(TEST_ODEP)
438 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/fileback.cpp
439
8899b155 440test_filestream.o: $(srcdir)/streams/filestream.cpp $(TEST_ODEP)
cb327439
MW
441 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/filestream.cpp
442
443test_largefile.o: $(srcdir)/streams/largefile.cpp $(TEST_ODEP)
444 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/largefile.cpp
7735998c 445
8899b155 446test_memstream.o: $(srcdir)/streams/memstream.cpp $(TEST_ODEP)
cb327439 447 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/memstream.cpp
7735998c 448
8899b155 449test_sstream.o: $(srcdir)/streams/sstream.cpp $(TEST_ODEP)
cb327439 450 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/sstream.cpp
7735998c 451
e1265174
MW
452test_tempfile.o: $(srcdir)/streams/tempfile.cpp $(TEST_ODEP)
453 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/tempfile.cpp
454
8899b155 455test_textstreamtest.o: $(srcdir)/streams/textstreamtest.cpp $(TEST_ODEP)
cb327439 456 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/textstreamtest.cpp
ceec2216 457
8899b155 458test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp $(TEST_ODEP)
cb327439 459 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/zlibstream.cpp
7735998c 460
fb86a4bb
VZ
461test_textfiletest.o: $(srcdir)/textfile/textfiletest.cpp $(TEST_ODEP)
462 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/textfile/textfiletest.cpp
463
173f3c03
VZ
464test_atomic.o: $(srcdir)/thread/atomic.cpp $(TEST_ODEP)
465 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/thread/atomic.cpp
466
6aaee6af
VZ
467test_queue.o: $(srcdir)/thread/queue.cpp $(TEST_ODEP)
468 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/thread/queue.cpp
469
8899b155 470test_uris.o: $(srcdir)/uris/uris.cpp $(TEST_ODEP)
cb327439 471 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/uris/uris.cpp
edcccd84 472
e966f815
VS
473test_vectors.o: $(srcdir)/vectors/vectors.cpp $(TEST_ODEP)
474 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/vectors/vectors.cpp
475
6490a288
VZ
476test_evtconnection.o: $(srcdir)/weakref/evtconnection.cpp $(TEST_ODEP)
477 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/weakref/evtconnection.cpp
478
479test_weakref.o: $(srcdir)/weakref/weakref.cpp $(TEST_ODEP)
480 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/weakref/weakref.cpp
481
6e4ae332
VZ
482test_xlocale.o: $(srcdir)/xlocale/xlocale.cpp $(TEST_ODEP)
483 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/xlocale/xlocale.cpp
484
5e05df3c
VS
485test_xmltest.o: $(srcdir)/xml/xmltest.cpp $(TEST_ODEP)
486 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/xml/xmltest.cpp
487
0d90d6ea 488test_gui_sample_rc.o: $(srcdir)/../samples/sample.rc $(TEST_GUI_ODEP)
c9f78968 489 $(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_5) $(__EXCEPTIONS_DEFINE_p_5) $(__RTTI_DEFINE_p_5) $(__THREAD_DEFINE_p_5) --include-dir $(srcdir) $(__DLLFLAG_p_5) --include-dir $(srcdir)/../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include
a0744a6b
VS
490
491test_gui_test.o: $(srcdir)/test.cpp $(TEST_GUI_ODEP)
cb327439 492 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/test.cpp
a0744a6b 493
98a50e20 494test_gui_rect.o: $(srcdir)/geometry/rect.cpp $(TEST_GUI_ODEP)
cb327439 495 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/rect.cpp
98a50e20 496
d3c073a2 497test_gui_size.o: $(srcdir)/geometry/size.cpp $(TEST_GUI_ODEP)
cb327439 498 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/size.cpp
d3c073a2
DE
499
500test_gui_point.o: $(srcdir)/geometry/point.cpp $(TEST_GUI_ODEP)
cb327439 501 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/point.cpp
d3c073a2 502
9222c613
VZ
503test_gui_config.o: $(srcdir)/config/config.cpp $(TEST_GUI_ODEP)
504 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/config/config.cpp
505
c0d9b217
VZ
506test_gui_textctrltest.o: $(srcdir)/controls/textctrltest.cpp $(TEST_GUI_ODEP)
507 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/textctrltest.cpp
508
3e50a139
VZ
509test_gui_rawbmp.o: $(srcdir)/image/rawbmp.cpp $(TEST_GUI_ODEP)
510 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/image/rawbmp.cpp
511
c8f80d27
VZ
512test_gui_selstoretest.o: $(srcdir)/misc/selstoretest.cpp $(TEST_GUI_ODEP)
513 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/selstoretest.cpp
514
1a86d2e5
VZ
515test_gui_clientsize.o: $(srcdir)/window/clientsize.cpp $(TEST_GUI_ODEP)
516 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/window/clientsize.cpp
517
5af86f4d
VZ
518test_gui_setsize.o: $(srcdir)/window/setsize.cpp $(TEST_GUI_ODEP)
519 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/window/setsize.cpp
520
c2c04edc
KO
521printfbench_printfbench.o: $(srcdir)/benchmarks/printfbench.cpp $(PRINTFBENCH_ODEP)
522 $(CXXC) -c -o $@ $(PRINTFBENCH_CXXFLAGS) $(srcdir)/benchmarks/printfbench.cpp
523
670ec357
VS
524
525# Include dependency info, if present:
526@IF_GNU_MAKE@-include .deps/*.d
527
02f935fb 528.PHONY: all install uninstall clean distclean test_gui_bundle data fr