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