]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/Makefile.in
setting the current event record correctly (needed for control text handling)
[wxWidgets.git] / demos / bombs / Makefile.in
index 769f9e9532154ffb50a9ed5e0bb817eb4bbec7b8..44db946a6eb27b4c8ecb8f359b78686d4143fe46 100644 (file)
@@ -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
 
+@IF_GNU_MAKE@-include $(DEPFILES)