]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/Makefile.in
made operator==() and \!=() const (still doesn't make them correct probably)
[wxWidgets.git] / samples / thread / Makefile.in
index 6df1617e758f7af8b3dd16178ffbeb0abaf90f97..03c16df77ad5defa80cca3cb4300766c941c5c43 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/thread
 
 PROGRAM=thread
 
 
 PROGRAM=thread
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)