view src/autodeps.mk @ 110673:f41f9fcfa769

Fix bug #7102. gmake.defs: Add a comment with a single quote to fix fontification.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 01 Oct 2010 10:16:39 +0200
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)