projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added container class source
[wxWidgets.git]
/
samples
/
image
/
Makefile.in
diff --git
a/samples/image/Makefile.in
b/samples/image/Makefile.in
index 0ed0d7bd3de4da250865a14df225ea6e2c0906a6..a492da33296db714ef3119cb317c76fca1599f0a 100644
(file)
--- a/
samples/image/Makefile.in
+++ b/
samples/image/Makefile.in
@@
-9,12
+9,17
@@
#
# Makefile for image example (UNIX).
#
# Makefile for image example (UNIX).
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@
/..
top_builddir = ../..
top_builddir = ../..
+program_dir = samples/image
+
+DATAFILES = horse.png horse.jpg horse.bmp horse.gif horse.pcx horse.pnm horse.tif horse.xpm smile.xbm
PROGRAM=image
PROGRAM=image
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $(DEPFILES)