]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/Makefile.in
Added missing wx/frame.h inclusion
[wxWidgets.git] / samples / layout / Makefile.in
index 64ea755d4158405d76f03ebc0e86e23dec63d40a..c2d781cc8ccfbeb1fe0882d0de377b50628bf1f3 100644 (file)
@@ -9,14 +9,15 @@
 #
 # Makefile for layout example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-
-VPATH = :$(top_srcdir)/samples/layout
+program_dir = samples/layout
 
 PROGRAM=layout
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)