]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/Makefile.in
fix contrib makefile for watcom
[wxWidgets.git] / samples / rotate / Makefile.in
index a7c8e4fcd8142d145ecf957d8c420e3566af2b24..204803efa3b049e97ba3cb40ae8f05a474c281b0 100644 (file)
@@ -15,7 +15,11 @@ program_dir = samples/rotate
 
 PROGRAM=rotate
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
+
+DATAFILES=kclub.bmp
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)