top_builddir = ../../..
program_dir = samples/html/printing
-DATAFILES = test.htm
+DATAFILES = test.htm logo6.gif
PROGRAM=printing
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
+@IF_GNU_MAKE@-include $(DEPFILES)