]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/poem/Makefile.in
Made widgets sample take up less space
[wxWidgets.git] / demos / poem / Makefile.in
index e1eccbd6d609199a3996d697b3b3e69d0f617e70..1485c961ceaff18d90176f4636c6665c7984f003 100644 (file)
@@ -17,7 +17,9 @@ DATAFILES = wxpoem.txt wxpoem.dat
 
 PROGRAM=wxpoem
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)