X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670ec357654cdee164e8ade5f6b7852f3108fa26..2b4f324ae2c1e5f12e6e639694b21f76d5b49625:/tests/Makefile.in?ds=sidebyside diff --git a/tests/Makefile.in b/tests/Makefile.in index 6f272dd47a..86b8dd9281 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.3 (http://bakefile.sourceforge.net) +# Bakefile 0.1.4 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -37,7 +37,24 @@ TEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(srcdir) \ $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS) TEST_OBJECTS = \ test_test.o \ - test_main.o + test_main.o \ + test_formatconverter.o \ + test_regex.o \ + test_wxregex.o \ + test_filesys.o \ + test_arrays.o \ + test_hashes.o \ + test_longlong.o \ + test_strings.o \ + test_stdstrings.o \ + test_unicode.o \ + test_crt.o \ + test_bstream.o \ + test_ffilestream.o \ + test_filestream.o \ + test_memstream.o \ + test_zlibstream.o \ + test_fontmap.o ### Conditionally set variables: ### @@ -79,7 +96,7 @@ COND_MONOLITHIC_1___WXLIB_MONO_p = \ ### Targets: ### -all: test$(EXEEXT) +all: test$(EXEEXT) data install: all @@ -100,14 +117,77 @@ test$(EXEEXT): $(TEST_OBJECTS) $(__test___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) +data: + @mkdir -p . + @for f in testdata.fc; do \ + if test ! -e ./$$f ; \ + then x=yep ; \ + else x=`find $(srcdir)/$$f -newer ./$$f -print` ; \ + fi; \ + case "$$x" in ?*) \ + cp -pRf $(srcdir)/$$f . ;; \ + esac; \ + done + test_test.o: $(srcdir)/test.cpp $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< test_main.o: $(srcdir)/mbconv/main.cpp $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< +test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_regex.o: $(srcdir)/regex/regex.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_wxregex.o: $(srcdir)/regex/wxregex.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_filesys.o: $(srcdir)/filesys/filesys.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_arrays.o: $(srcdir)/arrays/arrays.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_hashes.o: $(srcdir)/hashes/hashes.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_longlong.o: $(srcdir)/longlong/longlong.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_strings.o: $(srcdir)/strings/strings.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_stdstrings.o: $(srcdir)/strings/stdstrings.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_unicode.o: $(srcdir)/strings/unicode.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_crt.o: $(srcdir)/strings/crt.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_bstream.o: $(srcdir)/streams/bstream.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_ffilestream.o: $(srcdir)/streams/ffilestream.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_filestream.o: $(srcdir)/streams/filestream.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_memstream.o: $(srcdir)/streams/memstream.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_zlibstream.o: $(srcdir)/streams/zlibstream.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + +test_fontmap.o: $(srcdir)/fontmap/fontmap.cpp + $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $< + # Include dependency info, if present: @IF_GNU_MAKE@-include .deps/*.d -.PHONY: all install uninstall clean distclean +.PHONY: all install uninstall clean distclean data