]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/Makefile.in
added new text event macros description
[wxWidgets.git] / samples / typetest / Makefile.in
index a4f4236ced9a8922a8715fc4d3706156eb4f2b5f..773de3512a590135b7e5d28b7585b5e6e7653caf 100644 (file)
@@ -1,22 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for typetest example (UNIX).
+# Purpose: makefile for typetest example (UNIX).
+# Created: 2000-03-14
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
-
-VPATH = :$(top_srcdir)/samples/typetest
+program_dir = samples/typetest
 
 PROGRAM=typetest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)