view src/autodeps.mk @ 108954:fee0bded7a66

Minor update for Acknowledgments in manual. * doc/emacs/ack.texi (Acknowledgments): * doc/emacs/emacs.texi (Acknowledgments): Update for notifications.el.
author Glenn Morris <rgm@gnu.org>
date Wed, 09 Jun 2010 22:20:14 -0700
parents dedcf813aa69
children 5df3f77a9df9
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)