]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/validate/Makefile.in
Don't set a normal cursor for the frame, set the NULL cursor, else
[wxWidgets.git] / samples / validate / Makefile.in
index 70e24d07e67d057ae8c475a02812721e599f7405..4e2eaa2c8c26b2e9f1e011b10094fa020c29875b 100644 (file)
@@ -1,13 +1,5 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for validate example (UNIX).
+# Purpose: makefile for validate example (UNIX).
+# Created: 2000-03-14
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
@@ -15,7 +7,9 @@ program_dir = samples/validate
 
 PROGRAM=validate
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)