]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dragimag/Makefile.in
added wxGetTopLevelParent()
[wxWidgets.git] / samples / dragimag / Makefile.in
index 5fac7499b908260612179fa55e44904574c40deb..a43b4b5936f483a807b1de7526cc0f1a97c4a3a4 100644 (file)
@@ -8,7 +8,9 @@ program_dir = samples/dragimag
 PROGRAM=dragimag
 DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)