view src/autodeps.mk @ 111294:cda54a3ff09d

gnus-util.el (gnus-string-match-p): New function, that is an alias to string-match-p in Emacs >=23. gnus-msg.el (gnus-configure-posting-styles) nnir.el (nnir-run-gmane): Use gnus-string-match-p.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 01 Nov 2010 03:58:53 +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)