]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/Makefile.in
added conversion routines to CIconHandle, removing pre 8.6 routines
[wxWidgets.git] / samples / thread / Makefile.in
index c5e925a5b9a90666240509028e2fe0898d4dbf01..045479aaaf3cd401f175b349772ae58934d4aa16 100644 (file)
@@ -1,20 +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
 
-PROGRAM=test
+PROGRAM=thread
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)