]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/validate/Makefile.in
attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)
[wxWidgets.git] / samples / validate / Makefile.in
index f487d44c37ff6638990ed5a464dd8190791e2990..ec9b4b464a54df6cba508bb00389c675ad4f520e 100644 (file)
@@ -1,21 +1,15 @@
-#
-# 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_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/validate
 
 PROGRAM=validate
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)