]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scrollsub/Makefile.in
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git] / samples / scrollsub / Makefile.in
index 9e145a5cd146f866e65d8dda1c0d4104f18889e3..7d493dd34658bca3d22b24b5723fd5500fd2206c 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/scrollsub
 
 PROGRAM=scrollsub
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)