]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/Makefile.in
don't treat changing focus to popup's child as loosing it
[wxWidgets.git] / samples / treectrl / Makefile.in
index fb2aa114c066bf09ad9e4074a4ac242ceb0af0fe..faeb3c590a5fb83b2f3b64536a913c8068369be0 100644 (file)
@@ -1,21 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for treectrl example (UNIX).
+# Purpose: makefile for treectrl example (UNIX).
+# Created: 2000-03-15
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/treectrl
 
-PROGRAM=treetest
+PROGRAM=treectrl
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)