view src/autodeps.mk @ 112018:b0a317b18658

* admin/bzrmerge.el: New file to help merge branches while skipping some revisions (e.g. from emacs-23 to trunk).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 26 Dec 2010 20:27:08 -0500
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)