X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/68be9f090f422450d333385cf62c9b4d350674be..ab0d42f76d5594bd28fdcad35bedeb380902f3ea:/samples/dragimag/Makefile.in diff --git a/samples/dragimag/Makefile.in b/samples/dragimag/Makefile.in index 6affd074ee..a43b4b5936 100644 --- a/samples/dragimag/Makefile.in +++ b/samples/dragimag/Makefile.in @@ -1,21 +1,16 @@ -# -# File: makefile.unx -# Author: Julian Smart -# Created: 1998 -# Updated: -# Copyright: (c) 1998 Julian Smart -# -# "%W% %G%" -# -# Makefile for dragimag example (UNIX). +# Purpose: makefile for dragimag example (UNIX). +# Created: 2000-03-15 top_srcdir = @top_srcdir@/.. top_builddir = ../.. program_dir = samples/dragimag -PROGRAM=test +PROGRAM=dragimag +DATAFILES=backgrnd.png shape01.png shape02.png shape03.png -OBJECTS=$(PROGRAM).o +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d include ../../src/makeprog.env +@IF_GNU_MAKE@-include $(DEPFILES)