+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) $<
+