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