]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/Makefile.in
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / samples / thread / Makefile.in
index 86146e170bc2a59a5d29f94f47ca38899497226c..045479aaaf3cd401f175b349772ae58934d4aa16 100644 (file)
@@ -1,22 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for thread example (UNIX).
+# Purpose: makefile for thread example (UNIX).
+# Created: 2000-03-15
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/thread
 
-VPATH = :$(top_srcdir)/samples/thread
+PROGRAM=thread
 
-PROGRAM=test
-
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)