]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/Makefile.in
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / samples / thread / Makefile.in
index 4a36eeaa86444d319424795ba89034df301360c6..045479aaaf3cd401f175b349772ae58934d4aa16 100644 (file)
@@ -1,21 +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_builddir = ../..
 program_dir = samples/thread
 
-PROGRAM=test
+PROGRAM=thread
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)