X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/samples/treectrl/Makefile.in diff --git a/samples/treectrl/Makefile.in b/samples/treectrl/Makefile.in index fb2aa114c0..81bbcbaf6e 100644 --- a/samples/treectrl/Makefile.in +++ b/samples/treectrl/Makefile.in @@ -1,21 +1,15 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for treectrl example (UNIX). +# Purpose: makefile for treectrl example (UNIX). +# Created: 2000-03-15 top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/treectrl -PROGRAM=treetest +PROGRAM=treectrl -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +-include $(DEPFILES)