view src/autodeps.mk @ 112167:40ab7b8eb7a4

* doc-view.el (doc-view-mode-p): Check for png or imagemagick image backend support. Either of them is fine.
author Tassilo Horn <tassilo@member.fsf.org>
date Sat, 08 Jan 2011 23:57:07 +0100
parents 5df3f77a9df9
children
line wrap: on
line source

### autodeps.mk --- src/Makefile fragment for GNU Emacs

## This is inserted in src/Makefile if AUTO_DEPEND=yes.

ALLOBJS=$(START_FILES) ${obj} ${otherobj}
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)