X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70d26c3f4ffb24d50457d405c9595fd23f9e5b7c..cb7acf9cc78c309026bed1038631f2663cd90bda:/demos/bombs/Makefile.in diff --git a/demos/bombs/Makefile.in b/demos/bombs/Makefile.in index 90ec3d1ea5..44db946a6e 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 +@IF_GNU_MAKE@-include $(DEPFILES)