X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..d32cad2cce9bfb819d7af071e88d515b648daf60:/demos/bombs/Makefile.in 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)