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