view src/autodeps.mk @ 111275:393b44bc9757

* configure.in (checking whether localtime caches TZ): Use unsetenv instead of modifying environment directly.
author Ken Brown <kbrown@cornell.edu>
date Sun, 31 Oct 2010 19:21:53 -0400
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)