view src/autodeps.mk @ 111099:5eaa1e2c99c5

Mention faceName for Lucid menu/dialog fonts.
author Jan D. <jan.h.d@swipnet.se>
date Sat, 23 Oct 2010 11:18:19 +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)