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