projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxGetTopLevelParent()
[wxWidgets.git]
/
samples
/
dialogs
/
Makefile.in
diff --git
a/samples/dialogs/Makefile.in
b/samples/dialogs/Makefile.in
index 4a642b7c808793c0c122db2599c21a0aca51c4eb..36c3a0cb3e769a8bd23b8fc21fb70a48fa6a559f 100644
(file)
--- a/
samples/dialogs/Makefile.in
+++ b/
samples/dialogs/Makefile.in
@@
-9,14
+9,17
@@
#
# Makefile for dialogs example (UNIX).
#
# Makefile for dialogs example (UNIX).
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@
/..
top_builddir = ../..
top_builddir = ../..
+program_dir = samples/dialogs
-VPATH = :$(top_srcdir)/samples/dialogs
+DATAFILES=tips.txt
PROGRAM=dialogs
PROGRAM=dialogs
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)