Provide hooks to use a different tokenizer in SMIE.
[bpt/emacs.git] / src / autodeps.mk
CommitLineData
c3ba133a 1/* autodeps.mk --- src/Makefile fragment for GNU Emacs
9d5cf9b6 2
c3ba133a 3This is inserted in src/Makefile if AUTO_DEPEND=yes. */
9d5cf9b6
GM
4
5ALLOBJS=$(START_FILES) ${obj} ${otherobj} prefix-args.o
6-include $(ALLOBJS:%.o=${DEPDIR}/%.d)