view src/autodeps.mk @ 111396:641138a273eb

* tramp.texi (Remote shell setup): New item "Interactive shell prompt". Reported by Christian Millour <cm@abtela.com>. (Remote shell setup, Remote processes): Use @code{} for environment variables.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 04 Nov 2010 14:30:20 +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)