]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/Makefile.in
synthetize 'button up' event before doubleclick, too
[wxWidgets.git] / samples / dialogs / Makefile.in
index 51ac0b9c2d8b84023d0f712feb5816363b9afe60..36c3a0cb3e769a8bd23b8fc21fb70a48fa6a559f 100644 (file)
@@ -17,7 +17,9 @@ DATAFILES=tips.txt
 
 PROGRAM=dialogs
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)