view src/autodeps.mk @ 112030:a456b0a17885

* configure.in: Make gameuser configurable (Bug#7717). * configure: Regenerate
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 29 Dec 2010 19:11:25 +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)