]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/Makefile.in
Added sample to reproduce resize display bug.
[wxWidgets.git] / samples / layout / Makefile.in
index 30d7f330457e9bf667cc867f11f96713282d40c0..c2d781cc8ccfbeb1fe0882d0de377b50628bf1f3 100644 (file)
@@ -9,12 +9,15 @@
 #
 # Makefile for layout example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/layout
 
 PROGRAM=layout
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)