X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/samples/propsize/Makefile.in?ds=sidebyside diff --git a/samples/propsize/Makefile.in b/samples/propsize/Makefile.in index df53b87bab..5b66b84b24 100644 --- a/samples/propsize/Makefile.in +++ b/samples/propsize/Makefile.in @@ -1,13 +1,5 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for wxWindows sample (UNIX). +# Purpose: makefile for propsize example (UNIX). +# Created: 2000-03-14 top_srcdir = @top_srcdir@/.. top_builddir = ../.. @@ -15,6 +7,9 @@ program_dir = samples/propsize PROGRAM=propsize -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env + +-include $(DEPFILES)