view src/autodeps.mk @ 109776:5ba96e9b591d

Minor fixes in TUTORIAL.he. tutorials/TUTORIAL.he: Use MAQAF instead of hyphen where appropriate. Fix a few typos.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 14 Aug 2010 11:46:48 +0300
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)