projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use specific linker flags under Mac OS X when linking executables against the
[wxWidgets.git]
/
demos
/
poem
/
Makefile.in
diff --git
a/demos/poem/Makefile.in
b/demos/poem/Makefile.in
index e1eccbd6d609199a3996d697b3b3e69d0f617e70..1485c961ceaff18d90176f4636c6665c7984f003 100644
(file)
--- a/
demos/poem/Makefile.in
+++ b/
demos/poem/Makefile.in
@@
-17,7
+17,9
@@
DATAFILES = wxpoem.txt wxpoem.dat
PROGRAM=wxpoem
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)