+test_archivetest.o: $(srcdir)/archive/archivetest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_arrays.o: $(srcdir)/arrays/arrays.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_datetimetest.o: $(srcdir)/datetime/datetimetest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_fileconftest.o: $(srcdir)/fileconf/fileconftest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_filenametest.o: $(srcdir)/filename/filenametest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_filesystest.o: $(srcdir)/filesys/filesystest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_fontmaptest.o: $(srcdir)/fontmap/fontmaptest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_formatconvertertest.o: $(srcdir)/formatconverter/formatconvertertest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_hashes.o: $(srcdir)/hashes/hashes.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_longlongtest.o: $(srcdir)/longlong/longlongtest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_mbconvtest.o: $(srcdir)/mbconv/mbconvtest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_regextest.o: $(srcdir)/regex/regextest.cpp
+ $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_wxregextest.o: $(srcdir)/regex/wxregextest.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_sstream.o: $(srcdir)/streams/sstream.cpp