blob: c3cc91e22a7c3ef71721a9aa3fa2330c17c5d5a6 (
plain)
1
2
3
4
5
6
|
### 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)
|