projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
merged wxMGL cursors from wxUniversal branch
[wxWidgets.git]
/
samples
/
layout
/
Makefile.in
diff --git
a/samples/layout/Makefile.in
b/samples/layout/Makefile.in
index 9019372202a4d0ec69016384d1e4f590158d9993..0c0d4faceb47978887a0ffc2beda740cfe266f4d 100644
(file)
--- a/
samples/layout/Makefile.in
+++ b/
samples/layout/Makefile.in
@@
-9,13
+9,15
@@
#
# Makefile for layout example (UNIX).
#
# Makefile for layout example (UNIX).
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@
/..
top_builddir = ../..
program_dir = samples/layout
PROGRAM=layout
top_builddir = ../..
program_dir = samples/layout
PROGRAM=layout
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $(DEPFILES)