| 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 | |
| 10 | prefix = @prefix@ |
| 11 | exec_prefix = @exec_prefix@ |
| 12 | datarootdir = @datarootdir@ |
| 13 | INSTALL = @INSTALL@ |
| 14 | EXEEXT = @EXEEXT@ |
| 15 | WINDRES = @WINDRES@ |
| 16 | SETFILE = @SETFILE@ |
| 17 | ICC_PCH_USE_SWITCH = @ICC_PCH_USE_SWITCH@ |
| 18 | BK_DEPS = @BK_DEPS@ |
| 19 | BK_MAKE_PCH = @BK_MAKE_PCH@ |
| 20 | srcdir = @srcdir@ |
| 21 | top_srcdir = @top_srcdir@ |
| 22 | LIBS = @LIBS@ |
| 23 | CXX = @CXX@ |
| 24 | CXXFLAGS = @CXXFLAGS@ |
| 25 | CPPFLAGS = @CPPFLAGS@ |
| 26 | LDFLAGS = @LDFLAGS@ |
| 27 | WX_LIB_FLAVOUR = @WX_LIB_FLAVOUR@ |
| 28 | CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@ |
| 29 | CPPUNIT_LIBS = @CPPUNIT_LIBS@ |
| 30 | TOOLKIT = @TOOLKIT@ |
| 31 | TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@ |
| 32 | TOOLKIT_VERSION = @TOOLKIT_VERSION@ |
| 33 | TOOLCHAIN_FULLNAME = @TOOLCHAIN_FULLNAME@ |
| 34 | EXTRALIBS = @EXTRALIBS@ |
| 35 | EXTRALIBS_XML = @EXTRALIBS_XML@ |
| 36 | EXTRALIBS_HTML = @EXTRALIBS_HTML@ |
| 37 | EXTRALIBS_MEDIA = @EXTRALIBS_MEDIA@ |
| 38 | EXTRALIBS_GUI = @EXTRALIBS_GUI@ |
| 39 | EXTRALIBS_SDL = @EXTRALIBS_SDL@ |
| 40 | CXXWARNINGS = @CXXWARNINGS@ |
| 41 | HOST_SUFFIX = @HOST_SUFFIX@ |
| 42 | SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@ |
| 43 | wx_top_builddir = @wx_top_builddir@ |
| 44 | |
| 45 | ### Variables: ### |
| 46 | |
| 47 | DESTDIR = |
| 48 | WX_RELEASE = 2.9 |
| 49 | WX_VERSION = $(WX_RELEASE).4 |
| 50 | LIBDIRNAME = $(wx_top_builddir)/lib |
| 51 | TEST_CXXFLAGS = $(__test_PCH_INC) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \ |
| 52 | $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \ |
| 53 | $(__THREAD_DEFINE_p) -I$(srcdir) $(__DLLFLAG_p) -DwxUSE_GUI=0 \ |
| 54 | $(CPPUNIT_CFLAGS) $(CXXWARNINGS) $(CPPFLAGS) $(CXXFLAGS) |
| 55 | TEST_OBJECTS = \ |
| 56 | test_test.o \ |
| 57 | test_anytest.o \ |
| 58 | test_archivetest.o \ |
| 59 | test_ziptest.o \ |
| 60 | test_tartest.o \ |
| 61 | test_arrays.o \ |
| 62 | test_base64.o \ |
| 63 | test_cmdlinetest.o \ |
| 64 | test_fileconf.o \ |
| 65 | test_regconf.o \ |
| 66 | test_datetimetest.o \ |
| 67 | test_evthandler.o \ |
| 68 | test_evtsource.o \ |
| 69 | test_stopwatch.o \ |
| 70 | test_timertest.o \ |
| 71 | test_exec.o \ |
| 72 | test_dir.o \ |
| 73 | test_filefn.o \ |
| 74 | test_filetest.o \ |
| 75 | test_filekind.o \ |
| 76 | test_filenametest.o \ |
| 77 | test_filesystest.o \ |
| 78 | test_fontmaptest.o \ |
| 79 | test_formatconvertertest.o \ |
| 80 | test_fswatchertest.o \ |
| 81 | test_hashes.o \ |
| 82 | test_output.o \ |
| 83 | test_input.o \ |
| 84 | test_intltest.o \ |
| 85 | test_lists.o \ |
| 86 | test_logtest.o \ |
| 87 | test_longlongtest.o \ |
| 88 | test_convautotest.o \ |
| 89 | test_mbconvtest.o \ |
| 90 | test_dynamiclib.o \ |
| 91 | test_environ.o \ |
| 92 | test_metatest.o \ |
| 93 | test_misctests.o \ |
| 94 | test_module.o \ |
| 95 | test_pathlist.o \ |
| 96 | test_typeinfotest.o \ |
| 97 | test_ipc.o \ |
| 98 | test_socket.o \ |
| 99 | test_regextest.o \ |
| 100 | test_wxregextest.o \ |
| 101 | test_scopeguardtest.o \ |
| 102 | test_iostream.o \ |
| 103 | test_numformatter.o \ |
| 104 | test_strings.o \ |
| 105 | test_stdstrings.o \ |
| 106 | test_tokenizer.o \ |
| 107 | test_unichar.o \ |
| 108 | test_unicode.o \ |
| 109 | test_vararg.o \ |
| 110 | test_crt.o \ |
| 111 | test_vsnprintf.o \ |
| 112 | test_bstream.o \ |
| 113 | test_datastreamtest.o \ |
| 114 | test_ffilestream.o \ |
| 115 | test_fileback.o \ |
| 116 | test_filestream.o \ |
| 117 | test_iostreams.o \ |
| 118 | test_largefile.o \ |
| 119 | test_memstream.o \ |
| 120 | test_socketstream.o \ |
| 121 | test_sstream.o \ |
| 122 | test_stdstream.o \ |
| 123 | test_tempfile.o \ |
| 124 | test_textstreamtest.o \ |
| 125 | test_zlibstream.o \ |
| 126 | test_textfiletest.o \ |
| 127 | test_atomic.o \ |
| 128 | test_misc.o \ |
| 129 | test_queue.o \ |
| 130 | test_tls.o \ |
| 131 | test_ftp.o \ |
| 132 | test_uris.o \ |
| 133 | test_url.o \ |
| 134 | test_vectors.o \ |
| 135 | test_evtconnection.o \ |
| 136 | test_weakref.o \ |
| 137 | test_xlocale.o \ |
| 138 | test_xmltest.o |
| 139 | TEST_ODEP = $(_____pch_testprec_test_testprec_h_gch___depname) |
| 140 | TEST_GUI_CXXFLAGS = $(__test_gui_PCH_INC) -D__WX$(TOOLKIT)__ \ |
| 141 | $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) \ |
| 142 | $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) -I$(srcdir) $(__DLLFLAG_p) \ |
| 143 | -I$(srcdir)/../samples $(CPPUNIT_CFLAGS) $(CXXWARNINGS) $(CPPFLAGS) \ |
| 144 | $(CXXFLAGS) |
| 145 | TEST_GUI_OBJECTS = \ |
| 146 | $(__test_gui___win32rc) \ |
| 147 | $(__test_gui_os2_lib_res) \ |
| 148 | test_gui_asserthelper.o \ |
| 149 | test_gui_test.o \ |
| 150 | test_gui_testableframe.o \ |
| 151 | test_gui_rect.o \ |
| 152 | test_gui_size.o \ |
| 153 | test_gui_point.o \ |
| 154 | test_gui_region.o \ |
| 155 | test_gui_bitmap.o \ |
| 156 | test_gui_colour.o \ |
| 157 | test_gui_ellipsization.o \ |
| 158 | test_gui_measuring.o \ |
| 159 | test_gui_affinematrix.o \ |
| 160 | test_gui_config.o \ |
| 161 | test_gui_bitmapcomboboxtest.o \ |
| 162 | test_gui_bitmaptogglebuttontest.o \ |
| 163 | test_gui_bookctrlbasetest.o \ |
| 164 | test_gui_buttontest.o \ |
| 165 | test_gui_checkboxtest.o \ |
| 166 | test_gui_checklistboxtest.o \ |
| 167 | test_gui_choicebooktest.o \ |
| 168 | test_gui_choicetest.o \ |
| 169 | test_gui_comboboxtest.o \ |
| 170 | test_gui_dataviewctrltest.o \ |
| 171 | test_gui_datepickerctrltest.o \ |
| 172 | test_gui_frametest.o \ |
| 173 | test_gui_gaugetest.o \ |
| 174 | test_gui_gridtest.o \ |
| 175 | test_gui_headerctrltest.o \ |
| 176 | test_gui_htmllboxtest.o \ |
| 177 | test_gui_hyperlinkctrltest.o \ |
| 178 | test_gui_itemcontainertest.o \ |
| 179 | test_gui_label.o \ |
| 180 | test_gui_listbasetest.o \ |
| 181 | test_gui_listbooktest.o \ |
| 182 | test_gui_listboxtest.o \ |
| 183 | test_gui_listctrltest.o \ |
| 184 | test_gui_listviewtest.o \ |
| 185 | test_gui_markuptest.o \ |
| 186 | test_gui_notebooktest.o \ |
| 187 | test_gui_ownerdrawncomboboxtest.o \ |
| 188 | test_gui_pickerbasetest.o \ |
| 189 | test_gui_pickertest.o \ |
| 190 | test_gui_radioboxtest.o \ |
| 191 | test_gui_radiobuttontest.o \ |
| 192 | test_gui_rearrangelisttest.o \ |
| 193 | test_gui_richtextctrltest.o \ |
| 194 | test_gui_slidertest.o \ |
| 195 | test_gui_spinctrldbltest.o \ |
| 196 | test_gui_spinctrltest.o \ |
| 197 | test_gui_textctrltest.o \ |
| 198 | test_gui_textentrytest.o \ |
| 199 | test_gui_togglebuttontest.o \ |
| 200 | test_gui_toolbooktest.o \ |
| 201 | test_gui_treebooktest.o \ |
| 202 | test_gui_treectrltest.o \ |
| 203 | test_gui_treelistctrltest.o \ |
| 204 | test_gui_virtlistctrltest.o \ |
| 205 | test_gui_webtest.o \ |
| 206 | test_gui_windowtest.o \ |
| 207 | test_gui_clone.o \ |
| 208 | test_gui_propagation.o \ |
| 209 | test_gui_keyboard.o \ |
| 210 | test_gui_fonttest.o \ |
| 211 | test_gui_image.o \ |
| 212 | test_gui_rawbmp.o \ |
| 213 | test_gui_htmlparser.o \ |
| 214 | test_gui_htmlwindow.o \ |
| 215 | test_gui_accelentry.o \ |
| 216 | test_gui_menu.o \ |
| 217 | test_gui_guifuncs.o \ |
| 218 | test_gui_selstoretest.o \ |
| 219 | test_gui_garbage.o \ |
| 220 | test_gui_settings.o \ |
| 221 | test_gui_socket.o \ |
| 222 | test_gui_boxsizer.o \ |
| 223 | test_gui_wrapsizer.o \ |
| 224 | test_gui_toplevel.o \ |
| 225 | test_gui_valnum.o \ |
| 226 | test_gui_clientsize.o \ |
| 227 | test_gui_setsize.o \ |
| 228 | test_gui_xrctest.o |
| 229 | TEST_GUI_ODEP = $(_____pch_testprec_test_gui_testprec_h_gch___depname) |
| 230 | |
| 231 | ### Conditionally set variables: ### |
| 232 | |
| 233 | @COND_DEPS_TRACKING_0@CXXC = $(CXX) |
| 234 | @COND_DEPS_TRACKING_1@CXXC = $(BK_DEPS) $(CXX) |
| 235 | @COND_USE_PLUGINS_0@PLUGIN_ADV_EXTRALIBS = $(EXTRALIBS_SDL) |
| 236 | @COND_USE_GUI_0@PORTNAME = base |
| 237 | @COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION) |
| 238 | @COND_TOOLKIT_MAC@WXBASEPORT = _carbon |
| 239 | @COND_BUILD_debug@WXDEBUGFLAG = d |
| 240 | @COND_UNICODE_1@WXUNICODEFLAG = u |
| 241 | @COND_WXUNIV_1@WXUNIVNAME = univ |
| 242 | @COND_MONOLITHIC_0@EXTRALIBS_FOR_BASE = $(EXTRALIBS) |
| 243 | @COND_MONOLITHIC_1@EXTRALIBS_FOR_BASE = $(EXTRALIBS) \ |
| 244 | @COND_MONOLITHIC_1@ $(EXTRALIBS_XML) $(EXTRALIBS_GUI) |
| 245 | @COND_MONOLITHIC_0@EXTRALIBS_FOR_GUI = $(EXTRALIBS_GUI) |
| 246 | @COND_MONOLITHIC_1@EXTRALIBS_FOR_GUI = |
| 247 | @COND_PLATFORM_MAC_0@__test___mac_setfilecmd = @true |
| 248 | @COND_PLATFORM_MAC_1@__test___mac_setfilecmd = \ |
| 249 | @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL test$(EXEEXT) |
| 250 | @COND_GCC_PCH_1@__test_PCH_INC = -I./.pch/testprec_test |
| 251 | @COND_ICC_PCH_1@__test_PCH_INC = $(ICC_PCH_USE_SWITCH) \ |
| 252 | @COND_ICC_PCH_1@ ./.pch/testprec_test/testprec.h.gch |
| 253 | @COND_USE_PCH_1@_____pch_testprec_test_testprec_h_gch___depname \ |
| 254 | @COND_USE_PCH_1@ = ./.pch/testprec_test/testprec.h.gch |
| 255 | @COND_MONOLITHIC_1@__LIB_PNG_IF_MONO_p = $(__LIB_PNG_p) |
| 256 | @COND_USE_GUI_1@__test_gui___depname = test_gui$(EXEEXT) |
| 257 | @COND_PLATFORM_MAC_0@__test_gui___mac_setfilecmd = @true |
| 258 | @COND_PLATFORM_MAC_1@__test_gui___mac_setfilecmd = \ |
| 259 | @COND_PLATFORM_MAC_1@ $(SETFILE) -t APPL test_gui$(EXEEXT) |
| 260 | @COND_WXUNIV_1@__WXUNIV_DEFINE_p_5 = --define __WXUNIVERSAL__ |
| 261 | @COND_DEBUG_FLAG_0@__DEBUG_DEFINE_p_5 = --define wxDEBUG_LEVEL=0 |
| 262 | @COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p_5 = --define wxNO_EXCEPTIONS |
| 263 | @COND_USE_RTTI_0@__RTTI_DEFINE_p_5 = --define wxNO_RTTI |
| 264 | @COND_USE_THREADS_0@__THREAD_DEFINE_p_5 = --define wxNO_THREADS |
| 265 | @COND_SHARED_1@__DLLFLAG_p_5 = --define WXUSINGDLL |
| 266 | @COND_TOOLKIT_MSW@__RCDEFDIR_p_1 = --include-dir \ |
| 267 | @COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) |
| 268 | @COND_PLATFORM_WIN32_1@__test_gui___win32rc = test_gui_sample_rc.o |
| 269 | @COND_PLATFORM_OS2_1@__test_gui_os2_lib_res = \ |
| 270 | @COND_PLATFORM_OS2_1@ $(top_srcdir)/include/wx/os2/wx.res |
| 271 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@__test_gui_app_Contents_PkgInfo___depname \ |
| 272 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ = test_gui.app/Contents/PkgInfo |
| 273 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@__test_gui_bundle___depname \ |
| 274 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ = test_gui_bundle |
| 275 | @COND_TOOLKIT_MAC@____test_gui_BUNDLE_TGT_REF_DEP = \ |
| 276 | @COND_TOOLKIT_MAC@ $(__test_gui_app_Contents_PkgInfo___depname) |
| 277 | @COND_TOOLKIT_OSX_CARBON@____test_gui_BUNDLE_TGT_REF_DEP \ |
| 278 | @COND_TOOLKIT_OSX_CARBON@ = $(__test_gui_app_Contents_PkgInfo___depname) |
| 279 | @COND_TOOLKIT_OSX_COCOA@____test_gui_BUNDLE_TGT_REF_DEP \ |
| 280 | @COND_TOOLKIT_OSX_COCOA@ = $(__test_gui_app_Contents_PkgInfo___depname) |
| 281 | @COND_TOOLKIT_OSX_IPHONE@____test_gui_BUNDLE_TGT_REF_DEP \ |
| 282 | @COND_TOOLKIT_OSX_IPHONE@ = $(__test_gui_app_Contents_PkgInfo___depname) |
| 283 | @COND_TOOLKIT_COCOA@____test_gui_BUNDLE_TGT_REF_DEP = \ |
| 284 | @COND_TOOLKIT_COCOA@ $(__test_gui_app_Contents_PkgInfo___depname) |
| 285 | @COND_GCC_PCH_1@__test_gui_PCH_INC = -I./.pch/testprec_test_gui |
| 286 | @COND_ICC_PCH_1@__test_gui_PCH_INC = $(ICC_PCH_USE_SWITCH) \ |
| 287 | @COND_ICC_PCH_1@ ./.pch/testprec_test_gui/testprec.h.gch |
| 288 | @COND_USE_PCH_1@_____pch_testprec_test_gui_testprec_h_gch___depname \ |
| 289 | @COND_USE_PCH_1@ = ./.pch/testprec_test_gui/testprec.h.gch |
| 290 | COND_MONOLITHIC_0_USE_WEBVIEW_1___WXLIB_WEBVIEW_p = \ |
| 291 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_webview-$(WX_RELEASE)$(HOST_SUFFIX) |
| 292 | @COND_MONOLITHIC_0_USE_WEBVIEW_1@__WXLIB_WEBVIEW_p = $(COND_MONOLITHIC_0_USE_WEBVIEW_1___WXLIB_WEBVIEW_p) |
| 293 | COND_MONOLITHIC_0___WXLIB_RICHTEXT_p = \ |
| 294 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_richtext-$(WX_RELEASE)$(HOST_SUFFIX) |
| 295 | @COND_MONOLITHIC_0@__WXLIB_RICHTEXT_p = $(COND_MONOLITHIC_0___WXLIB_RICHTEXT_p) |
| 296 | COND_MONOLITHIC_0_USE_MEDIA_1___WXLIB_MEDIA_p = \ |
| 297 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_media-$(WX_RELEASE)$(HOST_SUFFIX) |
| 298 | @COND_MONOLITHIC_0_USE_MEDIA_1@__WXLIB_MEDIA_p = $(COND_MONOLITHIC_0_USE_MEDIA_1___WXLIB_MEDIA_p) |
| 299 | COND_MONOLITHIC_0___WXLIB_XRC_p = \ |
| 300 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xrc-$(WX_RELEASE)$(HOST_SUFFIX) |
| 301 | @COND_MONOLITHIC_0@__WXLIB_XRC_p = $(COND_MONOLITHIC_0___WXLIB_XRC_p) |
| 302 | COND_MONOLITHIC_0___WXLIB_ADV_p = \ |
| 303 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_adv-$(WX_RELEASE)$(HOST_SUFFIX) |
| 304 | @COND_MONOLITHIC_0@__WXLIB_ADV_p = $(COND_MONOLITHIC_0___WXLIB_ADV_p) |
| 305 | COND_MONOLITHIC_0___WXLIB_HTML_p = \ |
| 306 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_html-$(WX_RELEASE)$(HOST_SUFFIX) |
| 307 | @COND_MONOLITHIC_0@__WXLIB_HTML_p = $(COND_MONOLITHIC_0___WXLIB_HTML_p) |
| 308 | COND_MONOLITHIC_0___WXLIB_CORE_p = \ |
| 309 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core-$(WX_RELEASE)$(HOST_SUFFIX) |
| 310 | @COND_MONOLITHIC_0@__WXLIB_CORE_p = $(COND_MONOLITHIC_0___WXLIB_CORE_p) |
| 311 | @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \ |
| 312 | @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@ = \ |
| 313 | @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@ -lwxtiff$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 314 | @COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@__LIB_JPEG_p \ |
| 315 | @COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@ = \ |
| 316 | @COND_USE_GUI_1_wxUSE_LIBJPEG_builtin@ -lwxjpeg$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 317 | @COND_WXUNIV_1@__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ |
| 318 | @COND_DEBUG_FLAG_0@__DEBUG_DEFINE_p = -DwxDEBUG_LEVEL=0 |
| 319 | @COND_USE_EXCEPTIONS_0@__EXCEPTIONS_DEFINE_p = -DwxNO_EXCEPTIONS |
| 320 | @COND_USE_RTTI_0@__RTTI_DEFINE_p = -DwxNO_RTTI |
| 321 | @COND_USE_THREADS_0@__THREAD_DEFINE_p = -DwxNO_THREADS |
| 322 | @COND_SHARED_1@__DLLFLAG_p = -DWXUSINGDLL |
| 323 | COND_MONOLITHIC_0___WXLIB_NET_p = \ |
| 324 | -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_net-$(WX_RELEASE)$(HOST_SUFFIX) |
| 325 | @COND_MONOLITHIC_0@__WXLIB_NET_p = $(COND_MONOLITHIC_0___WXLIB_NET_p) |
| 326 | COND_MONOLITHIC_0___WXLIB_XML_p = \ |
| 327 | -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml-$(WX_RELEASE)$(HOST_SUFFIX) |
| 328 | @COND_MONOLITHIC_0@__WXLIB_XML_p = $(COND_MONOLITHIC_0___WXLIB_XML_p) |
| 329 | COND_MONOLITHIC_0___WXLIB_BASE_p = \ |
| 330 | -lwx_base$(WXBASEPORT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 331 | @COND_MONOLITHIC_0@__WXLIB_BASE_p = $(COND_MONOLITHIC_0___WXLIB_BASE_p) |
| 332 | COND_MONOLITHIC_1___WXLIB_MONO_p = \ |
| 333 | -lwx_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 334 | @COND_MONOLITHIC_1@__WXLIB_MONO_p = $(COND_MONOLITHIC_1___WXLIB_MONO_p) |
| 335 | @COND_USE_GUI_1_wxUSE_LIBPNG_builtin@__LIB_PNG_p \ |
| 336 | @COND_USE_GUI_1_wxUSE_LIBPNG_builtin@ = \ |
| 337 | @COND_USE_GUI_1_wxUSE_LIBPNG_builtin@ -lwxpng$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 338 | @COND_wxUSE_ZLIB_builtin@__LIB_ZLIB_p = \ |
| 339 | @COND_wxUSE_ZLIB_builtin@ -lwxzlib$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 340 | COND_wxUSE_REGEX_builtin___LIB_REGEX_p = \ |
| 341 | -lwxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 342 | @COND_wxUSE_REGEX_builtin@__LIB_REGEX_p = $(COND_wxUSE_REGEX_builtin___LIB_REGEX_p) |
| 343 | @COND_wxUSE_EXPAT_builtin@__LIB_EXPAT_p = \ |
| 344 | @COND_wxUSE_EXPAT_builtin@ -lwxexpat$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)-$(WX_RELEASE)$(HOST_SUFFIX) |
| 345 | |
| 346 | ### Targets: ### |
| 347 | |
| 348 | all: test$(EXEEXT) $(__test_gui___depname) $(__test_gui_bundle___depname) data data-images fr |
| 349 | |
| 350 | install: |
| 351 | |
| 352 | uninstall: |
| 353 | |
| 354 | install-strip: install |
| 355 | |
| 356 | clean: |
| 357 | rm -rf ./.deps ./.pch |
| 358 | rm -f ./*.o |
| 359 | rm -f test$(EXEEXT) |
| 360 | rm -f test_gui$(EXEEXT) |
| 361 | rm -rf test_gui.app |
| 362 | |
| 363 | distclean: clean |
| 364 | rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile |
| 365 | |
| 366 | test$(EXEEXT): $(TEST_OBJECTS) |
| 367 | $(CXX) -o $@ $(TEST_OBJECTS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(CPPUNIT_LIBS) $(LDFLAGS) $(__WXLIB_NET_p) $(__WXLIB_XML_p) $(EXTRALIBS_XML) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_PNG_IF_MONO_p) $(__LIB_ZLIB_p) $(__LIB_REGEX_p) $(__LIB_EXPAT_p) $(EXTRALIBS_FOR_BASE) $(LIBS) |
| 368 | |
| 369 | $(__test___mac_setfilecmd) |
| 370 | |
| 371 | @COND_USE_PCH_1@./.pch/testprec_test/testprec.h.gch: |
| 372 | @COND_USE_PCH_1@ $(BK_MAKE_PCH) ./.pch/testprec_test/testprec.h.gch testprec.h $(CXX) $(TEST_CXXFLAGS) |
| 373 | |
| 374 | @COND_USE_GUI_1@test_gui$(EXEEXT): $(TEST_GUI_OBJECTS) $(__test_gui___win32rc) |
| 375 | @COND_USE_GUI_1@ $(CXX) -o $@ $(TEST_GUI_OBJECTS) -L$(LIBDIRNAME) $(SAMPLES_RPATH_FLAG) $(CPPUNIT_LIBS) $(LDFLAGS) $(__WXLIB_WEBVIEW_p) $(__WXLIB_RICHTEXT_p) $(__WXLIB_MEDIA_p) $(EXTRALIBS_MEDIA) $(__WXLIB_XRC_p) $(__WXLIB_XML_p) $(EXTRALIBS_XML) $(__WXLIB_ADV_p) $(PLUGIN_ADV_EXTRALIBS) $(__WXLIB_HTML_p) $(EXTRALIBS_HTML) $(__WXLIB_CORE_p) $(__WXLIB_NET_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) $(LIBS) |
| 376 | @COND_USE_GUI_1@ |
| 377 | @COND_USE_GUI_1@ $(__test_gui___mac_setfilecmd) |
| 378 | |
| 379 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@test_gui.app/Contents/PkgInfo: $(__test_gui___depname) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns |
| 380 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ mkdir -p test_gui.app/Contents |
| 381 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ mkdir -p test_gui.app/Contents/MacOS |
| 382 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ mkdir -p test_gui.app/Contents/Resources |
| 383 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 384 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 385 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \ |
| 386 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ -e "s/EXECUTABLE/test_gui/" \ |
| 387 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ -e "s/VERSION/$(WX_VERSION)/" \ |
| 388 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ $(top_srcdir)/src/osx/carbon/Info.plist.in >test_gui.app/Contents/Info.plist |
| 389 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 390 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 391 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ echo -n "APPL????" >test_gui.app/Contents/PkgInfo |
| 392 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 393 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 394 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ ln -f test_gui$(EXEEXT) test_gui.app/Contents/MacOS/test_gui |
| 395 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 396 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ |
| 397 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@ cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns test_gui.app/Contents/Resources/wxmac.icns |
| 398 | |
| 399 | @COND_PLATFORM_MACOSX_1_USE_GUI_1@test_gui_bundle: $(____test_gui_BUNDLE_TGT_REF_DEP) |
| 400 | |
| 401 | @COND_USE_PCH_1@./.pch/testprec_test_gui/testprec.h.gch: |
| 402 | @COND_USE_PCH_1@ $(BK_MAKE_PCH) ./.pch/testprec_test_gui/testprec.h.gch testprec.h $(CXX) $(TEST_GUI_CXXFLAGS) |
| 403 | |
| 404 | data: |
| 405 | @mkdir -p . |
| 406 | @for f in horse.ani horse.bmp horse.cur horse.gif horse.ico horse.jpg horse.pcx horse.png horse.pnm horse.tga horse.tif horse.xpm; do \ |
| 407 | if test ! -f ./$$f -a ! -d ./$$f ; \ |
| 408 | then x=yep ; \ |
| 409 | else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ |
| 410 | fi; \ |
| 411 | case "$$x" in ?*) \ |
| 412 | cp -pRf $(srcdir)/$$f . ;; \ |
| 413 | esac; \ |
| 414 | done |
| 415 | |
| 416 | data-images: |
| 417 | @mkdir -p image |
| 418 | @for f in horse_grey.bmp horse_grey_flipped.bmp horse_rle4.bmp horse_rle4_flipped.bmp horse_rle8.bmp horse_rle8_flipped.bmp; do \ |
| 419 | if test ! -f image/$$f -a ! -d image/$$f ; \ |
| 420 | then x=yep ; \ |
| 421 | else x=`find $(srcdir)/image/$$f -newer image/$$f -print` ; \ |
| 422 | fi; \ |
| 423 | case "$$x" in ?*) \ |
| 424 | cp -pRf $(srcdir)/image/$$f image ;; \ |
| 425 | esac; \ |
| 426 | done |
| 427 | |
| 428 | fr: |
| 429 | @mkdir -p ./intl/fr |
| 430 | @for f in internat.po internat.mo; do \ |
| 431 | if test ! -f ./intl/fr/$$f -a ! -d ./intl/fr/$$f ; \ |
| 432 | then x=yep ; \ |
| 433 | else x=`find $(srcdir)/intl/fr/$$f -newer ./intl/fr/$$f -print` ; \ |
| 434 | fi; \ |
| 435 | case "$$x" in ?*) \ |
| 436 | cp -pRf $(srcdir)/intl/fr/$$f ./intl/fr ;; \ |
| 437 | esac; \ |
| 438 | done |
| 439 | |
| 440 | test_test.o: $(srcdir)/test.cpp $(TEST_ODEP) |
| 441 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/test.cpp |
| 442 | |
| 443 | test_anytest.o: $(srcdir)/any/anytest.cpp $(TEST_ODEP) |
| 444 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/any/anytest.cpp |
| 445 | |
| 446 | test_archivetest.o: $(srcdir)/archive/archivetest.cpp $(TEST_ODEP) |
| 447 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/archivetest.cpp |
| 448 | |
| 449 | test_ziptest.o: $(srcdir)/archive/ziptest.cpp $(TEST_ODEP) |
| 450 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/ziptest.cpp |
| 451 | |
| 452 | test_tartest.o: $(srcdir)/archive/tartest.cpp $(TEST_ODEP) |
| 453 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/archive/tartest.cpp |
| 454 | |
| 455 | test_arrays.o: $(srcdir)/arrays/arrays.cpp $(TEST_ODEP) |
| 456 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/arrays/arrays.cpp |
| 457 | |
| 458 | test_base64.o: $(srcdir)/base64/base64.cpp $(TEST_ODEP) |
| 459 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/base64/base64.cpp |
| 460 | |
| 461 | test_cmdlinetest.o: $(srcdir)/cmdline/cmdlinetest.cpp $(TEST_ODEP) |
| 462 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/cmdline/cmdlinetest.cpp |
| 463 | |
| 464 | test_fileconf.o: $(srcdir)/config/fileconf.cpp $(TEST_ODEP) |
| 465 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/config/fileconf.cpp |
| 466 | |
| 467 | test_regconf.o: $(srcdir)/config/regconf.cpp $(TEST_ODEP) |
| 468 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/config/regconf.cpp |
| 469 | |
| 470 | test_datetimetest.o: $(srcdir)/datetime/datetimetest.cpp $(TEST_ODEP) |
| 471 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/datetime/datetimetest.cpp |
| 472 | |
| 473 | test_evthandler.o: $(srcdir)/events/evthandler.cpp $(TEST_ODEP) |
| 474 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/events/evthandler.cpp |
| 475 | |
| 476 | test_evtsource.o: $(srcdir)/events/evtsource.cpp $(TEST_ODEP) |
| 477 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/events/evtsource.cpp |
| 478 | |
| 479 | test_stopwatch.o: $(srcdir)/events/stopwatch.cpp $(TEST_ODEP) |
| 480 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/events/stopwatch.cpp |
| 481 | |
| 482 | test_timertest.o: $(srcdir)/events/timertest.cpp $(TEST_ODEP) |
| 483 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/events/timertest.cpp |
| 484 | |
| 485 | test_exec.o: $(srcdir)/exec/exec.cpp $(TEST_ODEP) |
| 486 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/exec/exec.cpp |
| 487 | |
| 488 | test_dir.o: $(srcdir)/file/dir.cpp $(TEST_ODEP) |
| 489 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/file/dir.cpp |
| 490 | |
| 491 | test_filefn.o: $(srcdir)/file/filefn.cpp $(TEST_ODEP) |
| 492 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/file/filefn.cpp |
| 493 | |
| 494 | test_filetest.o: $(srcdir)/file/filetest.cpp $(TEST_ODEP) |
| 495 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/file/filetest.cpp |
| 496 | |
| 497 | test_filekind.o: $(srcdir)/filekind/filekind.cpp $(TEST_ODEP) |
| 498 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filekind/filekind.cpp |
| 499 | |
| 500 | test_filenametest.o: $(srcdir)/filename/filenametest.cpp $(TEST_ODEP) |
| 501 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filename/filenametest.cpp |
| 502 | |
| 503 | test_filesystest.o: $(srcdir)/filesys/filesystest.cpp $(TEST_ODEP) |
| 504 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/filesys/filesystest.cpp |
| 505 | |
| 506 | test_fontmaptest.o: $(srcdir)/fontmap/fontmaptest.cpp $(TEST_ODEP) |
| 507 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fontmap/fontmaptest.cpp |
| 508 | |
| 509 | test_formatconvertertest.o: $(srcdir)/formatconverter/formatconvertertest.cpp $(TEST_ODEP) |
| 510 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/formatconverter/formatconvertertest.cpp |
| 511 | |
| 512 | test_fswatchertest.o: $(srcdir)/fswatcher/fswatchertest.cpp $(TEST_ODEP) |
| 513 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/fswatcher/fswatchertest.cpp |
| 514 | |
| 515 | test_hashes.o: $(srcdir)/hashes/hashes.cpp $(TEST_ODEP) |
| 516 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/hashes/hashes.cpp |
| 517 | |
| 518 | test_output.o: $(srcdir)/interactive/output.cpp $(TEST_ODEP) |
| 519 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/interactive/output.cpp |
| 520 | |
| 521 | test_input.o: $(srcdir)/interactive/input.cpp $(TEST_ODEP) |
| 522 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/interactive/input.cpp |
| 523 | |
| 524 | test_intltest.o: $(srcdir)/intl/intltest.cpp $(TEST_ODEP) |
| 525 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/intl/intltest.cpp |
| 526 | |
| 527 | test_lists.o: $(srcdir)/lists/lists.cpp $(TEST_ODEP) |
| 528 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/lists/lists.cpp |
| 529 | |
| 530 | test_logtest.o: $(srcdir)/log/logtest.cpp $(TEST_ODEP) |
| 531 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/log/logtest.cpp |
| 532 | |
| 533 | test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp $(TEST_ODEP) |
| 534 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/longlong/longlongtest.cpp |
| 535 | |
| 536 | test_convautotest.o: $(srcdir)/mbconv/convautotest.cpp $(TEST_ODEP) |
| 537 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/convautotest.cpp |
| 538 | |
| 539 | test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp $(TEST_ODEP) |
| 540 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/mbconv/mbconvtest.cpp |
| 541 | |
| 542 | test_dynamiclib.o: $(srcdir)/misc/dynamiclib.cpp $(TEST_ODEP) |
| 543 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/dynamiclib.cpp |
| 544 | |
| 545 | test_environ.o: $(srcdir)/misc/environ.cpp $(TEST_ODEP) |
| 546 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/environ.cpp |
| 547 | |
| 548 | test_metatest.o: $(srcdir)/misc/metatest.cpp $(TEST_ODEP) |
| 549 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/metatest.cpp |
| 550 | |
| 551 | test_misctests.o: $(srcdir)/misc/misctests.cpp $(TEST_ODEP) |
| 552 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/misctests.cpp |
| 553 | |
| 554 | test_module.o: $(srcdir)/misc/module.cpp $(TEST_ODEP) |
| 555 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/module.cpp |
| 556 | |
| 557 | test_pathlist.o: $(srcdir)/misc/pathlist.cpp $(TEST_ODEP) |
| 558 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/pathlist.cpp |
| 559 | |
| 560 | test_typeinfotest.o: $(srcdir)/misc/typeinfotest.cpp $(TEST_ODEP) |
| 561 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/misc/typeinfotest.cpp |
| 562 | |
| 563 | test_ipc.o: $(srcdir)/net/ipc.cpp $(TEST_ODEP) |
| 564 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/net/ipc.cpp |
| 565 | |
| 566 | test_socket.o: $(srcdir)/net/socket.cpp $(TEST_ODEP) |
| 567 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/net/socket.cpp |
| 568 | |
| 569 | test_regextest.o: $(srcdir)/regex/regextest.cpp $(TEST_ODEP) |
| 570 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/regextest.cpp |
| 571 | |
| 572 | test_wxregextest.o: $(srcdir)/regex/wxregextest.cpp $(TEST_ODEP) |
| 573 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/regex/wxregextest.cpp |
| 574 | |
| 575 | test_scopeguardtest.o: $(srcdir)/scopeguard/scopeguardtest.cpp $(TEST_ODEP) |
| 576 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/scopeguard/scopeguardtest.cpp |
| 577 | |
| 578 | test_iostream.o: $(srcdir)/strings/iostream.cpp $(TEST_ODEP) |
| 579 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/iostream.cpp |
| 580 | |
| 581 | test_numformatter.o: $(srcdir)/strings/numformatter.cpp $(TEST_ODEP) |
| 582 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/numformatter.cpp |
| 583 | |
| 584 | test_strings.o: $(srcdir)/strings/strings.cpp $(TEST_ODEP) |
| 585 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/strings.cpp |
| 586 | |
| 587 | test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp $(TEST_ODEP) |
| 588 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/stdstrings.cpp |
| 589 | |
| 590 | test_tokenizer.o: $(srcdir)/strings/tokenizer.cpp $(TEST_ODEP) |
| 591 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/tokenizer.cpp |
| 592 | |
| 593 | test_unichar.o: $(srcdir)/strings/unichar.cpp $(TEST_ODEP) |
| 594 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/unichar.cpp |
| 595 | |
| 596 | test_unicode.o: $(srcdir)/strings/unicode.cpp $(TEST_ODEP) |
| 597 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/unicode.cpp |
| 598 | |
| 599 | test_vararg.o: $(srcdir)/strings/vararg.cpp $(TEST_ODEP) |
| 600 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/vararg.cpp |
| 601 | |
| 602 | test_crt.o: $(srcdir)/strings/crt.cpp $(TEST_ODEP) |
| 603 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/crt.cpp |
| 604 | |
| 605 | test_vsnprintf.o: $(srcdir)/strings/vsnprintf.cpp $(TEST_ODEP) |
| 606 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/strings/vsnprintf.cpp |
| 607 | |
| 608 | test_bstream.o: $(srcdir)/streams/bstream.cpp $(TEST_ODEP) |
| 609 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/bstream.cpp |
| 610 | |
| 611 | test_datastreamtest.o: $(srcdir)/streams/datastreamtest.cpp $(TEST_ODEP) |
| 612 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/datastreamtest.cpp |
| 613 | |
| 614 | test_ffilestream.o: $(srcdir)/streams/ffilestream.cpp $(TEST_ODEP) |
| 615 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/ffilestream.cpp |
| 616 | |
| 617 | test_fileback.o: $(srcdir)/streams/fileback.cpp $(TEST_ODEP) |
| 618 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/fileback.cpp |
| 619 | |
| 620 | test_filestream.o: $(srcdir)/streams/filestream.cpp $(TEST_ODEP) |
| 621 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/filestream.cpp |
| 622 | |
| 623 | test_iostreams.o: $(srcdir)/streams/iostreams.cpp $(TEST_ODEP) |
| 624 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/iostreams.cpp |
| 625 | |
| 626 | test_largefile.o: $(srcdir)/streams/largefile.cpp $(TEST_ODEP) |
| 627 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/largefile.cpp |
| 628 | |
| 629 | test_memstream.o: $(srcdir)/streams/memstream.cpp $(TEST_ODEP) |
| 630 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/memstream.cpp |
| 631 | |
| 632 | test_socketstream.o: $(srcdir)/streams/socketstream.cpp $(TEST_ODEP) |
| 633 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/socketstream.cpp |
| 634 | |
| 635 | test_sstream.o: $(srcdir)/streams/sstream.cpp $(TEST_ODEP) |
| 636 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/sstream.cpp |
| 637 | |
| 638 | test_stdstream.o: $(srcdir)/streams/stdstream.cpp $(TEST_ODEP) |
| 639 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/stdstream.cpp |
| 640 | |
| 641 | test_tempfile.o: $(srcdir)/streams/tempfile.cpp $(TEST_ODEP) |
| 642 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/tempfile.cpp |
| 643 | |
| 644 | test_textstreamtest.o: $(srcdir)/streams/textstreamtest.cpp $(TEST_ODEP) |
| 645 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/textstreamtest.cpp |
| 646 | |
| 647 | test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp $(TEST_ODEP) |
| 648 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/streams/zlibstream.cpp |
| 649 | |
| 650 | test_textfiletest.o: $(srcdir)/textfile/textfiletest.cpp $(TEST_ODEP) |
| 651 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/textfile/textfiletest.cpp |
| 652 | |
| 653 | test_atomic.o: $(srcdir)/thread/atomic.cpp $(TEST_ODEP) |
| 654 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/thread/atomic.cpp |
| 655 | |
| 656 | test_misc.o: $(srcdir)/thread/misc.cpp $(TEST_ODEP) |
| 657 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/thread/misc.cpp |
| 658 | |
| 659 | test_queue.o: $(srcdir)/thread/queue.cpp $(TEST_ODEP) |
| 660 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/thread/queue.cpp |
| 661 | |
| 662 | test_tls.o: $(srcdir)/thread/tls.cpp $(TEST_ODEP) |
| 663 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/thread/tls.cpp |
| 664 | |
| 665 | test_ftp.o: $(srcdir)/uris/ftp.cpp $(TEST_ODEP) |
| 666 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/uris/ftp.cpp |
| 667 | |
| 668 | test_uris.o: $(srcdir)/uris/uris.cpp $(TEST_ODEP) |
| 669 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/uris/uris.cpp |
| 670 | |
| 671 | test_url.o: $(srcdir)/uris/url.cpp $(TEST_ODEP) |
| 672 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/uris/url.cpp |
| 673 | |
| 674 | test_vectors.o: $(srcdir)/vectors/vectors.cpp $(TEST_ODEP) |
| 675 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/vectors/vectors.cpp |
| 676 | |
| 677 | test_evtconnection.o: $(srcdir)/weakref/evtconnection.cpp $(TEST_ODEP) |
| 678 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/weakref/evtconnection.cpp |
| 679 | |
| 680 | test_weakref.o: $(srcdir)/weakref/weakref.cpp $(TEST_ODEP) |
| 681 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/weakref/weakref.cpp |
| 682 | |
| 683 | test_xlocale.o: $(srcdir)/xlocale/xlocale.cpp $(TEST_ODEP) |
| 684 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/xlocale/xlocale.cpp |
| 685 | |
| 686 | test_xmltest.o: $(srcdir)/xml/xmltest.cpp $(TEST_ODEP) |
| 687 | $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $(srcdir)/xml/xmltest.cpp |
| 688 | |
| 689 | test_gui_sample_rc.o: $(srcdir)/../samples/sample.rc $(TEST_GUI_ODEP) |
| 690 | $(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_5) $(__DEBUG_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 |
| 691 | |
| 692 | test_gui_asserthelper.o: $(srcdir)/asserthelper.cpp $(TEST_GUI_ODEP) |
| 693 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/asserthelper.cpp |
| 694 | |
| 695 | test_gui_test.o: $(srcdir)/test.cpp $(TEST_GUI_ODEP) |
| 696 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/test.cpp |
| 697 | |
| 698 | test_gui_testableframe.o: $(srcdir)/testableframe.cpp $(TEST_GUI_ODEP) |
| 699 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/testableframe.cpp |
| 700 | |
| 701 | test_gui_rect.o: $(srcdir)/geometry/rect.cpp $(TEST_GUI_ODEP) |
| 702 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/rect.cpp |
| 703 | |
| 704 | test_gui_size.o: $(srcdir)/geometry/size.cpp $(TEST_GUI_ODEP) |
| 705 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/size.cpp |
| 706 | |
| 707 | test_gui_point.o: $(srcdir)/geometry/point.cpp $(TEST_GUI_ODEP) |
| 708 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/point.cpp |
| 709 | |
| 710 | test_gui_region.o: $(srcdir)/geometry/region.cpp $(TEST_GUI_ODEP) |
| 711 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/geometry/region.cpp |
| 712 | |
| 713 | test_gui_bitmap.o: $(srcdir)/graphics/bitmap.cpp $(TEST_GUI_ODEP) |
| 714 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/graphics/bitmap.cpp |
| 715 | |
| 716 | test_gui_colour.o: $(srcdir)/graphics/colour.cpp $(TEST_GUI_ODEP) |
| 717 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/graphics/colour.cpp |
| 718 | |
| 719 | test_gui_ellipsization.o: $(srcdir)/graphics/ellipsization.cpp $(TEST_GUI_ODEP) |
| 720 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/graphics/ellipsization.cpp |
| 721 | |
| 722 | test_gui_measuring.o: $(srcdir)/graphics/measuring.cpp $(TEST_GUI_ODEP) |
| 723 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/graphics/measuring.cpp |
| 724 | |
| 725 | test_gui_affinematrix.o: $(srcdir)/graphics/affinematrix.cpp $(TEST_GUI_ODEP) |
| 726 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/graphics/affinematrix.cpp |
| 727 | |
| 728 | test_gui_config.o: $(srcdir)/config/config.cpp $(TEST_GUI_ODEP) |
| 729 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/config/config.cpp |
| 730 | |
| 731 | test_gui_bitmapcomboboxtest.o: $(srcdir)/controls/bitmapcomboboxtest.cpp $(TEST_GUI_ODEP) |
| 732 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/bitmapcomboboxtest.cpp |
| 733 | |
| 734 | test_gui_bitmaptogglebuttontest.o: $(srcdir)/controls/bitmaptogglebuttontest.cpp $(TEST_GUI_ODEP) |
| 735 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/bitmaptogglebuttontest.cpp |
| 736 | |
| 737 | test_gui_bookctrlbasetest.o: $(srcdir)/controls/bookctrlbasetest.cpp $(TEST_GUI_ODEP) |
| 738 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/bookctrlbasetest.cpp |
| 739 | |
| 740 | test_gui_buttontest.o: $(srcdir)/controls/buttontest.cpp $(TEST_GUI_ODEP) |
| 741 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/buttontest.cpp |
| 742 | |
| 743 | test_gui_checkboxtest.o: $(srcdir)/controls/checkboxtest.cpp $(TEST_GUI_ODEP) |
| 744 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/checkboxtest.cpp |
| 745 | |
| 746 | test_gui_checklistboxtest.o: $(srcdir)/controls/checklistboxtest.cpp $(TEST_GUI_ODEP) |
| 747 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/checklistboxtest.cpp |
| 748 | |
| 749 | test_gui_choicebooktest.o: $(srcdir)/controls/choicebooktest.cpp $(TEST_GUI_ODEP) |
| 750 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/choicebooktest.cpp |
| 751 | |
| 752 | test_gui_choicetest.o: $(srcdir)/controls/choicetest.cpp $(TEST_GUI_ODEP) |
| 753 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/choicetest.cpp |
| 754 | |
| 755 | test_gui_comboboxtest.o: $(srcdir)/controls/comboboxtest.cpp $(TEST_GUI_ODEP) |
| 756 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/comboboxtest.cpp |
| 757 | |
| 758 | test_gui_dataviewctrltest.o: $(srcdir)/controls/dataviewctrltest.cpp $(TEST_GUI_ODEP) |
| 759 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/dataviewctrltest.cpp |
| 760 | |
| 761 | test_gui_datepickerctrltest.o: $(srcdir)/controls/datepickerctrltest.cpp $(TEST_GUI_ODEP) |
| 762 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/datepickerctrltest.cpp |
| 763 | |
| 764 | test_gui_frametest.o: $(srcdir)/controls/frametest.cpp $(TEST_GUI_ODEP) |
| 765 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/frametest.cpp |
| 766 | |
| 767 | test_gui_gaugetest.o: $(srcdir)/controls/gaugetest.cpp $(TEST_GUI_ODEP) |
| 768 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/gaugetest.cpp |
| 769 | |
| 770 | test_gui_gridtest.o: $(srcdir)/controls/gridtest.cpp $(TEST_GUI_ODEP) |
| 771 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/gridtest.cpp |
| 772 | |
| 773 | test_gui_headerctrltest.o: $(srcdir)/controls/headerctrltest.cpp $(TEST_GUI_ODEP) |
| 774 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/headerctrltest.cpp |
| 775 | |
| 776 | test_gui_htmllboxtest.o: $(srcdir)/controls/htmllboxtest.cpp $(TEST_GUI_ODEP) |
| 777 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/htmllboxtest.cpp |
| 778 | |
| 779 | test_gui_hyperlinkctrltest.o: $(srcdir)/controls/hyperlinkctrltest.cpp $(TEST_GUI_ODEP) |
| 780 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/hyperlinkctrltest.cpp |
| 781 | |
| 782 | test_gui_itemcontainertest.o: $(srcdir)/controls/itemcontainertest.cpp $(TEST_GUI_ODEP) |
| 783 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/itemcontainertest.cpp |
| 784 | |
| 785 | test_gui_label.o: $(srcdir)/controls/label.cpp $(TEST_GUI_ODEP) |
| 786 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/label.cpp |
| 787 | |
| 788 | test_gui_listbasetest.o: $(srcdir)/controls/listbasetest.cpp $(TEST_GUI_ODEP) |
| 789 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/listbasetest.cpp |
| 790 | |
| 791 | test_gui_listbooktest.o: $(srcdir)/controls/listbooktest.cpp $(TEST_GUI_ODEP) |
| 792 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/listbooktest.cpp |
| 793 | |
| 794 | test_gui_listboxtest.o: $(srcdir)/controls/listboxtest.cpp $(TEST_GUI_ODEP) |
| 795 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/listboxtest.cpp |
| 796 | |
| 797 | test_gui_listctrltest.o: $(srcdir)/controls/listctrltest.cpp $(TEST_GUI_ODEP) |
| 798 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/listctrltest.cpp |
| 799 | |
| 800 | test_gui_listviewtest.o: $(srcdir)/controls/listviewtest.cpp $(TEST_GUI_ODEP) |
| 801 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/listviewtest.cpp |
| 802 | |
| 803 | test_gui_markuptest.o: $(srcdir)/controls/markuptest.cpp $(TEST_GUI_ODEP) |
| 804 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/markuptest.cpp |
| 805 | |
| 806 | test_gui_notebooktest.o: $(srcdir)/controls/notebooktest.cpp $(TEST_GUI_ODEP) |
| 807 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/notebooktest.cpp |
| 808 | |
| 809 | test_gui_ownerdrawncomboboxtest.o: $(srcdir)/controls/ownerdrawncomboboxtest.cpp $(TEST_GUI_ODEP) |
| 810 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/ownerdrawncomboboxtest.cpp |
| 811 | |
| 812 | test_gui_pickerbasetest.o: $(srcdir)/controls/pickerbasetest.cpp $(TEST_GUI_ODEP) |
| 813 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/pickerbasetest.cpp |
| 814 | |
| 815 | test_gui_pickertest.o: $(srcdir)/controls/pickertest.cpp $(TEST_GUI_ODEP) |
| 816 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/pickertest.cpp |
| 817 | |
| 818 | test_gui_radioboxtest.o: $(srcdir)/controls/radioboxtest.cpp $(TEST_GUI_ODEP) |
| 819 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/radioboxtest.cpp |
| 820 | |
| 821 | test_gui_radiobuttontest.o: $(srcdir)/controls/radiobuttontest.cpp $(TEST_GUI_ODEP) |
| 822 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/radiobuttontest.cpp |
| 823 | |
| 824 | test_gui_rearrangelisttest.o: $(srcdir)/controls/rearrangelisttest.cpp $(TEST_GUI_ODEP) |
| 825 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/rearrangelisttest.cpp |
| 826 | |
| 827 | test_gui_richtextctrltest.o: $(srcdir)/controls/richtextctrltest.cpp $(TEST_GUI_ODEP) |
| 828 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/richtextctrltest.cpp |
| 829 | |
| 830 | test_gui_slidertest.o: $(srcdir)/controls/slidertest.cpp $(TEST_GUI_ODEP) |
| 831 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/slidertest.cpp |
| 832 | |
| 833 | test_gui_spinctrldbltest.o: $(srcdir)/controls/spinctrldbltest.cpp $(TEST_GUI_ODEP) |
| 834 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/spinctrldbltest.cpp |
| 835 | |
| 836 | test_gui_spinctrltest.o: $(srcdir)/controls/spinctrltest.cpp $(TEST_GUI_ODEP) |
| 837 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/spinctrltest.cpp |
| 838 | |
| 839 | test_gui_textctrltest.o: $(srcdir)/controls/textctrltest.cpp $(TEST_GUI_ODEP) |
| 840 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/textctrltest.cpp |
| 841 | |
| 842 | test_gui_textentrytest.o: $(srcdir)/controls/textentrytest.cpp $(TEST_GUI_ODEP) |
| 843 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/textentrytest.cpp |
| 844 | |
| 845 | test_gui_togglebuttontest.o: $(srcdir)/controls/togglebuttontest.cpp $(TEST_GUI_ODEP) |
| 846 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/togglebuttontest.cpp |
| 847 | |
| 848 | test_gui_toolbooktest.o: $(srcdir)/controls/toolbooktest.cpp $(TEST_GUI_ODEP) |
| 849 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/toolbooktest.cpp |
| 850 | |
| 851 | test_gui_treebooktest.o: $(srcdir)/controls/treebooktest.cpp $(TEST_GUI_ODEP) |
| 852 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/treebooktest.cpp |
| 853 | |
| 854 | test_gui_treectrltest.o: $(srcdir)/controls/treectrltest.cpp $(TEST_GUI_ODEP) |
| 855 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/treectrltest.cpp |
| 856 | |
| 857 | test_gui_treelistctrltest.o: $(srcdir)/controls/treelistctrltest.cpp $(TEST_GUI_ODEP) |
| 858 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/treelistctrltest.cpp |
| 859 | |
| 860 | test_gui_virtlistctrltest.o: $(srcdir)/controls/virtlistctrltest.cpp $(TEST_GUI_ODEP) |
| 861 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/virtlistctrltest.cpp |
| 862 | |
| 863 | test_gui_webtest.o: $(srcdir)/controls/webtest.cpp $(TEST_GUI_ODEP) |
| 864 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/webtest.cpp |
| 865 | |
| 866 | test_gui_windowtest.o: $(srcdir)/controls/windowtest.cpp $(TEST_GUI_ODEP) |
| 867 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/controls/windowtest.cpp |
| 868 | |
| 869 | test_gui_clone.o: $(srcdir)/events/clone.cpp $(TEST_GUI_ODEP) |
| 870 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/clone.cpp |
| 871 | |
| 872 | test_gui_propagation.o: $(srcdir)/events/propagation.cpp $(TEST_GUI_ODEP) |
| 873 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/propagation.cpp |
| 874 | |
| 875 | test_gui_keyboard.o: $(srcdir)/events/keyboard.cpp $(TEST_GUI_ODEP) |
| 876 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/events/keyboard.cpp |
| 877 | |
| 878 | test_gui_fonttest.o: $(srcdir)/font/fonttest.cpp $(TEST_GUI_ODEP) |
| 879 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/font/fonttest.cpp |
| 880 | |
| 881 | test_gui_image.o: $(srcdir)/image/image.cpp $(TEST_GUI_ODEP) |
| 882 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/image/image.cpp |
| 883 | |
| 884 | test_gui_rawbmp.o: $(srcdir)/image/rawbmp.cpp $(TEST_GUI_ODEP) |
| 885 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/image/rawbmp.cpp |
| 886 | |
| 887 | test_gui_htmlparser.o: $(srcdir)/html/htmlparser.cpp $(TEST_GUI_ODEP) |
| 888 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/html/htmlparser.cpp |
| 889 | |
| 890 | test_gui_htmlwindow.o: $(srcdir)/html/htmlwindow.cpp $(TEST_GUI_ODEP) |
| 891 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/html/htmlwindow.cpp |
| 892 | |
| 893 | test_gui_accelentry.o: $(srcdir)/menu/accelentry.cpp $(TEST_GUI_ODEP) |
| 894 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/menu/accelentry.cpp |
| 895 | |
| 896 | test_gui_menu.o: $(srcdir)/menu/menu.cpp $(TEST_GUI_ODEP) |
| 897 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/menu/menu.cpp |
| 898 | |
| 899 | test_gui_guifuncs.o: $(srcdir)/misc/guifuncs.cpp $(TEST_GUI_ODEP) |
| 900 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/guifuncs.cpp |
| 901 | |
| 902 | test_gui_selstoretest.o: $(srcdir)/misc/selstoretest.cpp $(TEST_GUI_ODEP) |
| 903 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/selstoretest.cpp |
| 904 | |
| 905 | test_gui_garbage.o: $(srcdir)/misc/garbage.cpp $(TEST_GUI_ODEP) |
| 906 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/garbage.cpp |
| 907 | |
| 908 | test_gui_settings.o: $(srcdir)/misc/settings.cpp $(TEST_GUI_ODEP) |
| 909 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/misc/settings.cpp |
| 910 | |
| 911 | test_gui_socket.o: $(srcdir)/net/socket.cpp $(TEST_GUI_ODEP) |
| 912 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/net/socket.cpp |
| 913 | |
| 914 | test_gui_boxsizer.o: $(srcdir)/sizers/boxsizer.cpp $(TEST_GUI_ODEP) |
| 915 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/sizers/boxsizer.cpp |
| 916 | |
| 917 | test_gui_wrapsizer.o: $(srcdir)/sizers/wrapsizer.cpp $(TEST_GUI_ODEP) |
| 918 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/sizers/wrapsizer.cpp |
| 919 | |
| 920 | test_gui_toplevel.o: $(srcdir)/toplevel/toplevel.cpp $(TEST_GUI_ODEP) |
| 921 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/toplevel/toplevel.cpp |
| 922 | |
| 923 | test_gui_valnum.o: $(srcdir)/validators/valnum.cpp $(TEST_GUI_ODEP) |
| 924 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/validators/valnum.cpp |
| 925 | |
| 926 | test_gui_clientsize.o: $(srcdir)/window/clientsize.cpp $(TEST_GUI_ODEP) |
| 927 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/window/clientsize.cpp |
| 928 | |
| 929 | test_gui_setsize.o: $(srcdir)/window/setsize.cpp $(TEST_GUI_ODEP) |
| 930 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/window/setsize.cpp |
| 931 | |
| 932 | test_gui_xrctest.o: $(srcdir)/xml/xrctest.cpp $(TEST_GUI_ODEP) |
| 933 | $(CXXC) -c -o $@ $(TEST_GUI_CXXFLAGS) $(srcdir)/xml/xrctest.cpp |
| 934 | |
| 935 | |
| 936 | # notice the ugly hack with using CXXWARNINGS: we can't use CPPFLAGS as |
| 937 | # currently the value in the makefile would be ignored if we did, but |
| 938 | # warnings don't matter when we expect compilation to fail anyhow so we can |
| 939 | # use this variable to enable the compilation of code which is supposed to |
| 940 | # fail |
| 941 | failtest: failtest_combobox failtest_evthandler |
| 942 | |
| 943 | failtest_combobox: |
| 944 | @$(RM) test_gui_comboboxtest.o |
| 945 | if $(MAKE) CXXWARNINGS=-DTEST_INVALID_COMBOBOX_ISEMPTY test_gui_comboboxtest.o 2>/dev/null; then \ |
| 946 | echo "*** Compilation with TEST_INVALID_COMBOBOX_ISEMPTY unexpectedly succeeded.">&2; \ |
| 947 | exit 1; \ |
| 948 | fi; \ |
| 949 | exit 0 |
| 950 | |
| 951 | failtest_evthandler: |
| 952 | @$(RM) test_evthandler.o |
| 953 | @for d in GLOBAL STATIC METHOD FUNCTOR NO_HANDLER DERIVED WRONG_CLASS; do \ |
| 954 | if $(MAKE) CXXWARNINGS=-DTEST_INVALID_BIND_$$d test_evthandler.o 2>/dev/null; then \ |
| 955 | echo "*** Compilation with TEST_INVALID_BIND_$$d unexpectedly succeeded.">&2; \ |
| 956 | exit 1; \ |
| 957 | fi; \ |
| 958 | done; \ |
| 959 | exit 0 |
| 960 | |
| 961 | .PHONY: failtest |
| 962 | |
| 963 | # Include dependency info, if present: |
| 964 | @IF_GNU_MAKE@-include ./.deps/*.d |
| 965 | |
| 966 | .PHONY: all install uninstall clean distclean test_gui_bundle data data-images fr |