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