]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treelay/Makefile.in
Version updates, manual date change, no change to dragimmg.cpp
[wxWidgets.git] / samples / treelay / Makefile.in
index 2b50609a917348af7af89cc0634dee13107b6e46..4e648affc479d60bcc3266ab08ea438b2fdae594 100644 (file)
@@ -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 = ../..
-program_dir = samples/test
+program_dir = samples/treelay
 
-PROGRAM=test
+PROGRAM=treelay
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)