view src/autodeps.mk @ 110665:49d445615c07

* src/xml.c (parse_string): Use const.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 30 Sep 2010 16:26:40 -0700
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)