X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be2577e4e650993fe49f18955972e5360840dad2..3f38e38ba5d6e3c433596e404d44060e60e6dd28:/samples/propsize/Makefile.in?ds=sidebyside diff --git a/samples/propsize/Makefile.in b/samples/propsize/Makefile.in index f889d2842c..5b66b84b24 100644 --- a/samples/propsize/Makefile.in +++ b/samples/propsize/Makefile.in @@ -1,20 +1,15 @@ -# -# 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_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/propsize PROGRAM=propsize -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env + +-include $(DEPFILES)