]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
wxToggleButton on wxMac has these methods now
[wxWidgets.git] / tests / Makefile.in
index f61270208b5685a8cc66acfbcc875eed7d33f612..c00b28af80d599b6580cbcfe213eaf6c56eea29d 100644 (file)
@@ -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!
 # =========================================================================
 
@@ -39,7 +39,17 @@ TEST_OBJECTS =  \
        test_test.o \
        test_main.o \
        test_formatconverter.o \
-       test_regex.o
+       test_regex.o \
+       test_wxregex.o \
+       test_filesys.o \
+       test_arrays.o \
+       test_longlong.o \
+       test_strings.o \
+       test_bstream.o \
+       test_ffilestream.o \
+       test_filestream.o \
+       test_memstream.o \
+       test_zlibstream.o
 
 ### Conditionally set variables: ###
 
@@ -114,6 +124,36 @@ test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp
 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_longlong.o: $(srcdir)/longlong/longlong.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_strings.o: $(srcdir)/strings/strings.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) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d