X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88413fec06d896eb4499b7e2ecf7940b15ea9175..ede7020ab37352c03ce6edaaf2fc080c731e97fd:/samples/exec/Makefile.in diff --git a/samples/exec/Makefile.in b/samples/exec/Makefile.in index c11f9e413e..f463cecec7 100644 --- a/samples/exec/Makefile.in +++ b/samples/exec/Makefile.in @@ -1,21 +1,15 @@ -# -# 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_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/exec PROGRAM=exec -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)