]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/Makefile.in
Define SF_UNICODE if undefined
[wxWidgets.git] / samples / treectrl / Makefile.in
index df8080f5dca739b1f7fbe47ef4df038e2e896bc8..81bbcbaf6e599636b0f8eb864f34cfcbd945a4c0 100644 (file)
@@ -1,20 +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 = ../..
+program_dir = samples/treectrl
 
-PROGRAM=treetest
+PROGRAM=treectrl
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)