X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/549c6f67f9181e3ad8abfffa8c0c6cdd7ec49e5a..b6b85bdccb56b9eb8d4e5ebce4dc3ff776fc9ce8:/samples/typetest/Makefile.in diff --git a/samples/typetest/Makefile.in b/samples/typetest/Makefile.in index a4f4236ced..773de3512a 100644 --- a/samples/typetest/Makefile.in +++ b/samples/typetest/Makefile.in @@ -1,22 +1,15 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for typetest example (UNIX). +# Purpose: makefile for typetest example (UNIX). +# Created: 2000-03-14 -top_srcdir = @top_srcdir@ +top_srcdir = @top_srcdir@/.. top_builddir = ../.. - -VPATH = :$(top_srcdir)/samples/typetest +program_dir = samples/typetest PROGRAM=typetest -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)