view src/autodeps.mk @ 108838:16046445c7ef

Mention encryption commands in the Emacs manual.
author Daiki Ueno <ueno@unixuser.org>
date Tue, 01 Jun 2010 04:06:33 +0900
parents dedcf813aa69
children 5df3f77a9df9
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} prefix-args.o
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)