]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/typetest/Makefile.in
fixed mouse input handling in wxUniv: the static boxes ust be transparent
[wxWidgets.git] / samples / typetest / Makefile.in
index a4f4236ced9a8922a8715fc4d3706156eb4f2b5f..9c73aac690f502e2c94334d57699a8d0d9e0738a 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
 
+@IF_GNU_MAKE@-include $(DEPFILES)