projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't generate an endless stream of asserts for the 0-sized images
[wxWidgets.git]
/
samples
/
proplist
/
Makefile.in
diff --git
a/samples/proplist/Makefile.in
b/samples/proplist/Makefile.in
index a6a1f0d772f82e07e8be2e6fa35f83fe398822ae..53f1887aebfb9bac2cc5935822fc26a8e4b18d64 100644
(file)
--- a/
samples/proplist/Makefile.in
+++ b/
samples/proplist/Makefile.in
@@
-1,21
+1,15
@@
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for proplist example (UNIX).
+# Purpose: makefile for proplist example (UNIX).
+# Created: 2000-03-15
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@
/..
top_builddir = ../..
program_dir = samples/proplist
top_builddir = ../..
program_dir = samples/proplist
-PROGRAM=
te
st
+PROGRAM=
propli
st
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)