]> git.saurik.com Git - wxWidgets.git/blame - tests/Makefile.in
Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git] / tests / Makefile.in
CommitLineData
670ec357
VS
1# =========================================================================
2# This makefile was generated by
94acd38e 3# Bakefile 0.1.7 (http://bakefile.sourceforge.net)
670ec357
VS
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@
a0744a6b 14RESCOMP = @RESCOMP@
670ec357
VS
15SETFILE = @SETFILE@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18top_builddir = @top_builddir@
19CXX = @CXX@
20CXXFLAGS = @CXXFLAGS@
21CPPFLAGS = @CPPFLAGS@
22LDFLAGS = @LDFLAGS@
589e20d0 23WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@
670ec357
VS
24CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
25CPPUNIT_LIBS = @CPPUNIT_LIBS@
26TOOLKIT = @TOOLKIT@
27TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
28TOOLKIT_VERSION = @TOOLKIT_VERSION@
a0744a6b 29TOOLCHAIN_NAME = @TOOLCHAIN_NAME@
670ec357 30EXTRALIBS = @EXTRALIBS@
0e3165d7 31EXTRALIBS_GUI = @EXTRALIBS_GUI@
670ec357
VS
32HOST_SUFFIX = @HOST_SUFFIX@
33SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@
34SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
35
36### Variables: ###
37
38DESTDIR =
ceec2216 39WX_RELEASE = 2.5
cb327439 40WX_VERSION = $(WX_RELEASE).4
670ec357 41LIBDIRNAME = $(top_builddir)lib
8899b155 42TEST_CXXFLAGS = $(__test_PCH_INC) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
070e8453
MW
43 -I$(srcdir) $(__DLLFLAG_p) -DwxUSE_GUI=0 $(CPPUNIT_CFLAGS) $(CPPFLAGS) \
44 $(CXXFLAGS)
670ec357
VS
45TEST_OBJECTS = \
46 test_test.o \
17a7bf57 47 test_archivetest.o \
e6477b92 48 test_ziptest.o \
dd65d8c8 49 test_arrays.o \
113e181a
RN
50 test_datetimetest.o \
51 test_fileconftest.o \
0912690b 52 test_filekind.o \
113e181a
RN
53 test_filenametest.o \
54 test_filesystest.o \
55 test_fontmaptest.o \
56 test_formatconvertertest.o \
f9c3d39b 57 test_hashes.o \
7d9cfc54 58 test_lists.o \
113e181a
RN
59 test_longlongtest.o \
60 test_mbconvtest.o \
61 test_regextest.o \
62 test_wxregextest.o \
1cd53e88 63 test_strings.o \
405b7d91 64 test_stdstrings.o \
387f829e 65 test_unicode.o \
cf8ee08b 66 test_crt.o \
7735998c 67 test_bstream.o \
7d9cfc54 68 test_datastreamtest.o \
7735998c
VS
69 test_ffilestream.o \
70 test_filestream.o \
cb327439 71 test_largefile.o \
7735998c 72 test_memstream.o \
ceec2216 73 test_sstream.o \
e1265174 74 test_tempfile.o \
8899b155 75 test_textstreamtest.o \
816b59de 76 test_zlibstream.o \
dd65d8c8 77 test_uris.o
8899b155 78TEST_ODEP = $(___pch_testprec_test_testprec_h_gch___depname)
a0744a6b
VS
79TEST_GUI_CXXFLAGS = $(__test_gui_PCH_INC) -D__WX$(TOOLKIT)__ \
80 $(__WXUNIV_DEFINE_p) -I$(srcdir) $(__DLLFLAG_p) -I$(srcdir)/../samples \
81 $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
82TEST_GUI_OBJECTS = \
83 $(__test_gui___win32rc) \
84 $(__test_gui_os2_lib_res) \
98a50e20 85 test_gui_test.o \
d3c073a2
DE
86 test_gui_rect.o \
87 test_gui_size.o \
88 test_gui_point.o
a0744a6b 89TEST_GUI_ODEP = $(___pch_testprec_test_gui_testprec_h_gch___depname)
670ec357
VS
90
91### Conditionally set variables: ###
92
93@COND_DEPS_TRACKING_0@CXXC = $(CXX)
94@COND_DEPS_TRACKING_1@CXXC = $(top_builddir)./bk-deps $(CXX)
95@COND_USE_GUI_0@PORTNAME = base
96@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
97@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
98@COND_BUILD_DEBUG_DEBUG_FLAG_DEFAULT@WXDEBUGFLAG = d
99@COND_DEBUG_FLAG_1@WXDEBUGFLAG = d
100@COND_UNICODE_1@WXUNICODEFLAG = u
101@COND_WXUNIV_1@WXUNIVNAME = univ
0e3165d7
DE
102@COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS)
103@COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) $(EXTRALIBS_GUI)
a0744a6b
VS
104@COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI)
105@COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI =
670ec357
VS
106@COND_PLATFORM_MAC_1@__test___mac_setfilecmd = \
107@COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL test$(EXEEXT)
8899b155
RN
108@COND_GCC_PCH_1@__test_PCH_INC = -I.pch/testprec_test
109@COND_GCC_PCH_1@___pch_testprec_test_testprec_h_gch___depname \
110@COND_GCC_PCH_1@ = .pch/testprec_test/testprec.h.gch
113e181a
RN
111COND_MONOLITHIC_0___WXLIB_NET_p = \
112 -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net-$(WX_RELEASE)$(HOST_SUFFIX)
113@COND_MONOLITHIC_0@__WXLIB_NET_p = $(COND_MONOLITHIC_0___WXLIB_NET_p)
a0744a6b
VS
114@COND_USE_GUI_1@__test_gui___depname = test_gui$(EXEEXT)
115@COND_PLATFORM_MAC_1@__test_gui___mac_setfilecmd = \
116@COND_PLATFORM_MAC_1@ $(SETFILE) -a C test_gui$(EXEEXT)
117@COND_PLATFORM_MAC_1@__test_gui___mac_rezcmd = $(__MACOSX_RESOURCES_p_1)
118@COND_WXUNIV_1@__WXUNIV_DEFINE_p_4 = -d __WXUNIVERSAL__
119@COND_WXUNIV_1@__WXUNIV_DEFINE_p_5 = --define __WXUNIVERSAL__
120@COND_SHARED_1@__DLLFLAG_p_4 = -d WXUSINGDLL
121@COND_SHARED_1@__DLLFLAG_p_5 = --define WXUSINGDLL
a0744a6b
VS
122@COND_PLATFORM_WIN32_1@__test_gui___win32rc = test_gui_sample_rc.o
123@COND_PLATFORM_OS2_1@__test_gui_os2_lib_res = \
124@COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res
125@COND_PLATFORM_MACOSX_1@__test_gui_bundle___depname = test_gui_bundle
126@COND_TOOLKIT_COCOA@____test_gui_BUNDLE_TGT_REF_DEP = \
127@COND_TOOLKIT_COCOA@ test_gui.app/Contents/PkgInfo
128@COND_TOOLKIT_MAC@____test_gui_BUNDLE_TGT_REF_DEP = \
129@COND_TOOLKIT_MAC@ test_gui.app/Contents/PkgInfo
130@COND_GCC_PCH_1@__test_gui_PCH_INC = -I.pch/testprec_test_gui
131@COND_GCC_PCH_1@___pch_testprec_test_gui_testprec_h_gch___depname \
132@COND_GCC_PCH_1@ = .pch/testprec_test_gui/testprec.h.gch
133COND_MONOLITHIC_0___WXLIB_CORE_p = \
134 -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX)
135@COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p)
136COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1 = $(RESCOMP) -d __DARWIN__ -t APPL -d \
137 __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_4) -i $(srcdir) $(__DLLFLAG_p_4) -i \
138 $(srcdir)/../samples -i $(top_srcdir)/include -o test_gui$(EXEEXT) Carbon.r \
cb327439 139 $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).4.r sample.r
a0744a6b
VS
140@COND_TOOLKIT_MAC@__MACOSX_RESOURCES_p_1 = $(COND_TOOLKIT_MAC___MACOSX_RESOURCES_p_1)
141@COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
142@COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL
ceec2216 143COND_MONOLITHIC_0___WXLIB_BASE_p = \
a1bf307a 144 -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
ceec2216 145@COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p)
670ec357 146COND_MONOLITHIC_1___WXLIB_MONO_p = \
a1bf307a 147 -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357
VS
148@COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p)
149@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@__LIB_TIFF_p \
150@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@ = \
ceec2216 151@COND_USE_GUI_1_WXUSE_LIBTIFF_BUILTIN@ -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357
VS
152@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@__LIB_JPEG_p \
153@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@ = \
ceec2216 154@COND_USE_GUI_1_WXUSE_LIBJPEG_BUILTIN@ -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357
VS
155@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@__LIB_PNG_p \
156@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@ = \
ceec2216 157@COND_USE_GUI_1_WXUSE_LIBPNG_BUILTIN@ -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357 158@COND_WXUSE_ZLIB_BUILTIN@__LIB_ZLIB_p = \
ceec2216 159@COND_WXUSE_ZLIB_BUILTIN@ -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357 160@COND_WXUSE_ODBC_BUILTIN@__LIB_ODBC_p = \
7714864e 161@COND_WXUSE_ODBC_BUILTIN@ -lwxodbc$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
ceec2216
RL
162COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p = \
163 -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
164@COND_WXUSE_REGEX_BUILTIN@__LIB_REGEX_p = $(COND_WXUSE_REGEX_BUILTIN___LIB_REGEX_p)
670ec357 165@COND_WXUSE_EXPAT_BUILTIN@__LIB_EXPAT_p = \
ceec2216 166@COND_WXUSE_EXPAT_BUILTIN@ -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX)
670ec357
VS
167
168### Targets: ###
169
a0744a6b 170all: test$(EXEEXT) $(__test_gui___depname) $(__test_gui_bundle___depname) data
670ec357
VS
171
172install: all
173
174uninstall:
175
176install-strip: install
177
178clean:
179 rm -rf ./.deps ./.pch
180 rm -f ./*.o
181 rm -f test$(EXEEXT)
a0744a6b
VS
182 rm -f test_gui$(EXEEXT)
183 rm -rf test_gui.app
670ec357
VS
184
185distclean: clean
cb327439 186 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
670ec357
VS
187
188test$(EXEEXT): $(TEST_OBJECTS)
113e181a 189 $(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)
670ec357 190
d3c073a2
DE
191 $(__test___mac_setfilecmd)
192 $(SAMPLES_RPATH_POSTLINK)
670ec357 193
8899b155
RN
194@COND_GCC_PCH_1@.pch/testprec_test/testprec.h.gch:
195@COND_GCC_PCH_1@ $(top_builddir)./bk-make-pch .pch/testprec_test/testprec.h.gch testprec.h $(CXX) $(TEST_CXXFLAGS)
196
a0744a6b 197@COND_USE_GUI_1@test_gui$(EXEEXT): $(TEST_GUI_OBJECTS) $(__test_gui___win32rc)
98a50e20 198@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)
a0744a6b 199@COND_USE_GUI_1@ $(__test_gui___mac_rezcmd)
d3c073a2
DE
200@COND_USE_GUI_1@ $(__test_gui___mac_setfilecmd)
201@COND_USE_GUI_1@ $(SAMPLES_RPATH_POSTLINK)
a0744a6b 202
cb327439 203test_gui.app/Contents/PkgInfo: $(__test_gui___depname) $(top_srcdir)/src/mac/carbon/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).4.rsrc $(top_srcdir)/src/mac/carbon/wxmac.icns
a0744a6b
VS
204 mkdir -p test_gui.app/Contents
205 mkdir -p test_gui.app/Contents/MacOS
206 mkdir -p test_gui.app/Contents/Resources
207
208
209 sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
210 -e "s/EXECUTABLE/test_gui/" \
211 -e "s/VERSION/$(WX_VERSION)/" \
212 $(top_srcdir)/src/mac/carbon/Info.plist.in >test_gui.app/Contents/Info.plist
213
214
215 echo -n "APPL????" >test_gui.app/Contents/PkgInfo
216
217
218 ln -f test_gui$(EXEEXT) test_gui.app/Contents/MacOS/test_gui
219
220
cb327439 221 cp -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).4.rsrc test_gui.app/Contents/Resources/test_gui.rsrc
a0744a6b
VS
222 cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns test_gui.app/Contents/Resources/wxmac.icns
223
224@COND_PLATFORM_MACOSX_1@test_gui_bundle: $(____test_gui_BUNDLE_TGT_REF_DEP)
225
226@COND_GCC_PCH_1@.pch/testprec_test_gui/testprec.h.gch:
227@COND_GCC_PCH_1@ $(top_builddir)./bk-make-pch .pch/testprec_test_gui/testprec.h.gch testprec.h $(CXX) $(TEST_GUI_CXXFLAGS)
228
387f829e
VS
229data:
230 @mkdir -p .
231 @for f in testdata.fc; do \
cb327439
MW
232 if test ! -e ./$$f ; \
233 then x=yep ; \
234 else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \
387f829e 235 fi; \
cb327439
MW
236 case "$$x" in ?*) \
237 cp -pRf $(srcdir)/$$f . ;; \
238 esac; \
387f829e
VS
239 done
240
8899b155 241test_test.o: $(srcdir)/test.cpp $(TEST_ODEP)
cb327439 242 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/test.cpp
8899b155
RN
243
244test_archivetest.o: $(srcdir)/archive/archivetest.cpp $(TEST_ODEP)
cb327439 245 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/archivetest.cpp
670ec357 246
e6477b92
MW
247test_ziptest.o: $(srcdir)/archive/ziptest.cpp $(TEST_ODEP)
248 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/ziptest.cpp
249
8899b155 250test_arrays.o: $(srcdir)/arrays/arrays.cpp $(TEST_ODEP)
cb327439 251 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/arrays/arrays.cpp
17a7bf57 252
8899b155 253test_datetimetest.o: $(srcdir)/datetime/datetimetest.cpp $(TEST_ODEP)
cb327439 254 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/datetime/datetimetest.cpp
e70833fb 255
8899b155 256test_fileconftest.o: $(srcdir)/fileconf/fileconftest.cpp $(TEST_ODEP)
cb327439 257 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fileconf/fileconftest.cpp
bc10103e 258
0912690b
MW
259test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP)
260 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp
261
8899b155 262test_filenametest.o: $(srcdir)/filename/filenametest.cpp $(TEST_ODEP)
cb327439 263 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filename/filenametest.cpp
ab921f5f 264
8899b155 265test_filesystest.o: $(srcdir)/filesys/filesystest.cpp $(TEST_ODEP)
cb327439 266 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filesys/filesystest.cpp
3fa86423 267
8899b155 268test_fontmaptest.o: $(srcdir)/fontmap/fontmaptest.cpp $(TEST_ODEP)
cb327439 269 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fontmap/fontmaptest.cpp
4827cbd9 270
8899b155 271test_formatconvertertest.o: $(srcdir)/formatconverter/formatconvertertest.cpp $(TEST_ODEP)
cb327439 272 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/formatconverter/formatconvertertest.cpp
dd65d8c8 273
8899b155 274test_hashes.o: $(srcdir)/hashes/hashes.cpp $(TEST_ODEP)
cb327439 275 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/hashes/hashes.cpp
cf1014a2 276
7d9cfc54 277test_lists.o: $(srcdir)/lists/lists.cpp $(TEST_ODEP)
cb327439 278 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/lists/lists.cpp
7d9cfc54 279
8899b155 280test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp $(TEST_ODEP)
cb327439 281 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/longlong/longlongtest.cpp
f9c3d39b 282
8899b155 283test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP)
cb327439 284 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp
1b035b8c 285
8899b155 286test_regextest.o: $(srcdir)/regex/regextest.cpp $(TEST_ODEP)
cb327439 287 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/regextest.cpp
dd65d8c8 288
8899b155 289test_wxregextest.o: $(srcdir)/regex/wxregextest.cpp $(TEST_ODEP)
cb327439 290 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/wxregextest.cpp
dd65d8c8 291
8899b155 292test_strings.o: $(srcdir)/strings/strings.cpp $(TEST_ODEP)
cb327439 293 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/strings.cpp
dd65d8c8 294
8899b155 295test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp $(TEST_ODEP)
cb327439 296 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/stdstrings.cpp
1cd53e88 297
8899b155 298test_unicode.o: $(srcdir)/strings/unicode.cpp $(TEST_ODEP)
cb327439 299 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/unicode.cpp
405b7d91 300
8899b155 301test_crt.o: $(srcdir)/strings/crt.cpp $(TEST_ODEP)
cb327439 302 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/crt.cpp
387f829e 303
8899b155 304test_bstream.o: $(srcdir)/streams/bstream.cpp $(TEST_ODEP)
cb327439 305 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/bstream.cpp
cf8ee08b 306
7d9cfc54 307test_datastreamtest.o: $(srcdir)/streams/datastreamtest.cpp $(TEST_ODEP)
cb327439 308 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/datastreamtest.cpp
7d9cfc54 309
8899b155 310test_ffilestream.o: $(srcdir)/streams/ffilestream.cpp $(TEST_ODEP)
cb327439 311 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/ffilestream.cpp
7735998c 312
8899b155 313test_filestream.o: $(srcdir)/streams/filestream.cpp $(TEST_ODEP)
cb327439
MW
314 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/filestream.cpp
315
316test_largefile.o: $(srcdir)/streams/largefile.cpp $(TEST_ODEP)
317 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/largefile.cpp
7735998c 318
8899b155 319test_memstream.o: $(srcdir)/streams/memstream.cpp $(TEST_ODEP)
cb327439 320 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/memstream.cpp
7735998c 321
8899b155 322test_sstream.o: $(srcdir)/streams/sstream.cpp $(TEST_ODEP)
cb327439 323 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/sstream.cpp
7735998c 324
e1265174
MW
325test_tempfile.o: $(srcdir)/streams/tempfile.cpp $(TEST_ODEP)
326 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/tempfile.cpp
327
8899b155 328test_textstreamtest.o: $(srcdir)/streams/textstreamtest.cpp $(TEST_ODEP)
cb327439 329 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/textstreamtest.cpp
ceec2216 330
8899b155 331test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp $(TEST_ODEP)
cb327439 332 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/zlibstream.cpp
7735998c 333
8899b155 334test_uris.o: $(srcdir)/uris/uris.cpp $(TEST_ODEP)
cb327439 335 $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/uris/uris.cpp
edcccd84 336
a0744a6b 337test_gui_sample_rc.o: $(srcdir)/../samples/sample.rc $(TEST_GUI_ODEP)
cb327439 338 $(RESCOMP) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_5) --include-dir $(srcdir) $(__DLLFLAG_p_5) --include-dir $(srcdir)/../samples --include-dir $(top_srcdir)/include
a0744a6b
VS
339
340test_gui_test.o: $(srcdir)/test.cpp $(TEST_GUI_ODEP)
cb327439 341 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/test.cpp
a0744a6b 342
98a50e20 343test_gui_rect.o: $(srcdir)/geometry/rect.cpp $(TEST_GUI_ODEP)
cb327439 344 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/rect.cpp
98a50e20 345
d3c073a2 346test_gui_size.o: $(srcdir)/geometry/size.cpp $(TEST_GUI_ODEP)
cb327439 347 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/size.cpp
d3c073a2
DE
348
349test_gui_point.o: $(srcdir)/geometry/point.cpp $(TEST_GUI_ODEP)
cb327439 350 $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/point.cpp
d3c073a2 351
670ec357
VS
352
353# Include dependency info, if present:
354@IF_GNU_MAKE@-include .deps/*.d
355
a0744a6b 356.PHONY: all install uninstall clean distclean test_gui_bundle data