]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/Makefile.in
Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows,
[wxWidgets.git] / samples / scroll / Makefile.in
index 7a2e94e2080b2948f153ec1b96a11e91bdf12914..53529d2bd4a9b5b381d96fdd296b0bebec67cb6f 100644 (file)
@@ -9,12 +9,15 @@
 #
 # Makefile for scroll example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/scroll
 
 PROGRAM=scroll
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)