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
/
notebook
/
Makefile.in
diff --git
a/samples/notebook/Makefile.in
b/samples/notebook/Makefile.in
index ca69c85c37efbbed67e2b3f0ed4234dd96565643..b19da0e028be23a631a414d89ddbfa8536592986 100644
(file)
--- a/
samples/notebook/Makefile.in
+++ b/
samples/notebook/Makefile.in
@@
-1,21
+1,15
@@
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for notebook example (UNIX).
+# Purpose: makefile for notebook example (UNIX).
+# Created: 2000-03-15
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/notebook
top_srcdir = @top_srcdir@/..
top_builddir = ../..
program_dir = samples/notebook
-PROGRAM=
test
+PROGRAM=
notebook
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)