view src/autodeps.mk @ 110406:6efe51a23a50

Support building with libxml2, if it is installed. config.bat: Detect that libxml2 is installed and if so, build with it.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 18 Sep 2010 15:57:06 +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)