view src/autodeps.mk @ 111317:bdfd83386e2d

gnus-cite.el (gnus-article-fill-cited-article): Make fill work properly for XEmacs as well. gnus-cite.el (gnus-article-fill-cited-article, gnus-article-foldable-buffer, gnus-article-natural-long-line-p): Use window-width rather than frame-width.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 02 Nov 2010 02:19:52 +0000
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)