view src/autodeps.mk @ 112385:5bc690b4522f

* src/unexmacosx.c: Add comment about include order.
author Jan D. <jan.h.d@swipnet.se>
date Thu, 20 Jan 2011 07:43:04 +0100
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)