view src/autodeps.mk @ 108734:fc613fd476ff

Derive Fortran modes from prog-mode. * progmodes/fortran.el (fortran-mode): * progmodes/f90.el (f90-mode): Derive from prog-mode.
author Glenn Morris <rgm@gnu.org>
date Thu, 20 May 2010 18:13:57 -0700
parents 3d52b62368db
children dedcf813aa69
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)