X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70f7a477cb1aabfd6351a2a0d0555faf96c61dff..c74d8df09d0c0e182cb2063cc4cc546de3a00fae:/demos/bombs/Makefile.in diff --git a/demos/bombs/Makefile.in b/demos/bombs/Makefile.in index 769f9e9532..3597e174bf 100644 --- a/demos/bombs/Makefile.in +++ b/demos/bombs/Makefile.in @@ -9,13 +9,15 @@ # # Makefile for bombs example (UNIX). -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = demos/bombs PROGRAM=bombs OBJECTS = bombs.o bombs1.o game.o +DEPFILES= bombs.d bombs1.d game.d include ../../src/makeprog.env +-include $(DEPFILES)