view src/autodeps.mk @ 111547:b678d49db641

* configure.in: Do not check for unconditionally included headers.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 14 Nov 2010 22:39:02 -0800
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)