]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/db/Makefile.in
don't inherit the controls colours from the parent - at least for the background...
[wxWidgets.git] / samples / db / Makefile.in
index 0165c3af09d4f5968008ba72c216caa4fe34e230..5a619478c538c51b2ae8de6978c515009bc0c582 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/db
 
 PROGRAM=dbtest
 
 
 PROGRAM=dbtest
 
-OBJECTS=$(PROGRAM).o listdb.o
+OBJECTS =$(PROGRAM).o listdb.o
+DEPFILES=$(PROGRAM).d listdb.d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)