]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/Makefile.in
wxSizeEvent now carries the total size, not just the client size
[wxWidgets.git] / samples / exec / Makefile.in
index a5dbfee06774e40ed16affc2a3265d526e09a121..f463cecec777138233178844b9f9e6251c805167 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/exec
 
 PROGRAM=exec
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)