X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/babc97583e1280ac0992ca8e3dbd7604e2d3963b..bd73ba41f93a040ecf9c18040d7f788992d0a6ec:/samples/treelay/Makefile.in diff --git a/samples/treelay/Makefile.in b/samples/treelay/Makefile.in index 2b50609a91..42fc62968c 100644 --- a/samples/treelay/Makefile.in +++ b/samples/treelay/Makefile.in @@ -1,21 +1,15 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for test example (UNIX). +# Purpose: makefile for treelay example (UNIX). +# Created: 2000-03-15 top_srcdir = @top_srcdir@/.. top_builddir = ../.. -program_dir = samples/test +program_dir = samples/treelay -PROGRAM=test +PROGRAM=treelay -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)