Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
[bpt/emacs.git] / src / autodeps.mk
CommitLineData
81ac4f35 1### autodeps.mk --- src/Makefile fragment for GNU Emacs
9d5cf9b6 2
81ac4f35 3## This is inserted in src/Makefile if AUTO_DEPEND=yes.
9d5cf9b6 4
49d9e6b0 5ALLOBJS=$(START_FILES) ${obj} ${otherobj}
9d5cf9b6 6-include $(ALLOBJS:%.o=${DEPDIR}/%.d)