view src/autodeps.mk @ 108812:cedf7619d7c8

* configure.in: Simplify some of the *bsd $canonical tests.
author Glenn Morris <rgm@gnu.org>
date Thu, 27 May 2010 21:25:06 -0700
parents dedcf813aa69
children 5df3f77a9df9
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} prefix-args.o
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)