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