]> 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 112c0a3be80b32e84be35cf84234999bb01050db..faeb3c590a5fb83b2f3b64536a913c8068369be0 100644 (file)
@@ -1,22 +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_srcdir = @top_srcdir@/..
 top_builddir = ../..
 top_builddir = ../..
+program_dir = samples/treectrl
 
 
-VPATH = :$(top_srcdir)/samples/treectrl
+PROGRAM=treectrl
 
 
-PROGRAM=treetest
-
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)