projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bug in SetLastFocus corrected
[wxWidgets.git]
/
samples
/
dragimag
/
Makefile.in
diff --git
a/samples/dragimag/Makefile.in
b/samples/dragimag/Makefile.in
index 6affd074eeffc5627e636aa8fdfcda7ac16a56d9..a945e70bd07de07789b51790d06c8a14bd7ecd99 100644
(file)
--- a/
samples/dragimag/Makefile.in
+++ b/
samples/dragimag/Makefile.in
@@
-1,21
+1,16
@@
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for dragimag example (UNIX).
+# Purpose: makefile for dragimag example (UNIX).
+# Created: 2000-03-15
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/dragimag
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/dragimag
-PROGRAM=test
+PROGRAM=dragimag
+DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $(DEPFILES)