projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added missing -univ package control files.
[wxWidgets.git]
/
samples
/
treelay
/
Makefile.in
diff --git
a/samples/treelay/Makefile.in
b/samples/treelay/Makefile.in
index 2b50609a917348af7af89cc0634dee13107b6e46..42fc62968cd6ef89106c5cfb48aa7141f640326d 100644
(file)
--- a/
samples/treelay/Makefile.in
+++ b/
samples/treelay/Makefile.in
@@
-1,21
+1,15
@@
-#
-# File: makefile.unx
-# Author: Julian Smart
-# Created: 1998
-# Updated:
-# Copyright: (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for test example (UNIX).
+# Purpose: makefile for treelay example (UNIX).
+# Created: 2000-03-15
top_srcdir = @top_srcdir@/..
top_builddir = ../..
top_srcdir = @top_srcdir@/..
top_builddir = ../..
-program_dir = samples/t
est
+program_dir = samples/t
reelay
-PROGRAM=t
est
+PROGRAM=t
reelay
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
include ../../src/makeprog.env
+-include $(DEPFILES)