X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..13c4e406d3b77aa87fc93e6cc67e58b49bd928c0:/samples/validate/Makefile.in diff --git a/samples/validate/Makefile.in b/samples/validate/Makefile.in index e26b4dfb55..4e2eaa2c8c 100644 --- a/samples/validate/Makefile.in +++ b/samples/validate/Makefile.in @@ -1,22 +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 = ../.. - -VPATH = :$(top_srcdir)/samples/validate +program_dir = samples/validate PROGRAM=validate -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)