]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/layout/Makefile.in
wxMGL support
[wxWidgets.git] / samples / layout / Makefile.in
index 64ea755d4158405d76f03ebc0e86e23dec63d40a..0c0d4faceb47978887a0ffc2beda740cfe266f4d 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
 
+-include $(DEPFILES)