]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/Makefile.in
Added "metal" theme.
[wxWidgets.git] / samples / printing / Makefile.in
index c4ed3a7da8fa83fc24cd6f450baf427714a0fdba..ae76c2a11aae71db51e71ebfb4a2be98342853ef 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/printing
 
 PROGRAM=printing
 
 
 PROGRAM=printing
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)