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