X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..16d38102e8ad5534d185cc532b9aa8077a75e0a4:/demos/bombs/Makefile.in?ds=inline diff --git a/demos/bombs/Makefile.in b/demos/bombs/Makefile.in index 90ec3d1ea5..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 = samples/bombs +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)