]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/propsize/Makefile.in
redefined TRUE and FALSE to be of type bool
[wxWidgets.git] / samples / propsize / Makefile.in
index 93ce47b016a2fbcdd2c5c59fab9f44ad365515ea..70238304dc960d59de4d3a0482ff48030ad2447d 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/propsize
 
 PROGRAM=propsize
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)