]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sashtest/Makefile.in
attempts to fix recursive mutex initialized detection under RedHat 7.1 (new glibc)
[wxWidgets.git] / samples / sashtest / Makefile.in
index 6cbf666d9d974f8dbfc10307910bc1bc56fd7e99..e72211ea19089f6c8c954b135895a1b62d85d184 100644 (file)
@@ -1,21 +1,15 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for sashtest example (UNIX).
+# Purpose: makefile for sashtest example (UNIX).
+# Created: 2000-03-14
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/sashtest
 
 PROGRAM=sashtest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)