view src/autodeps.mk @ 108721:c465f7b92264

* replace.el (replace-highlight): Fix lazy-highlighting for `M-s w str M-% str RET'.
author Juri Linkov <juri@jurta.org>
date Fri, 21 May 2010 01:49:53 +0300
parents 3d52b62368db
children dedcf813aa69
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} prefix-args.o
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)