aboutsummaryrefslogtreecommitdiffstats
path: root/src/autodeps.mk
blob: fb0e21366c7c01567b024ea4f38ca02f5481c7cc (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}
-include $(ALLOBJS:%.o=${DEPDIR}/%.d)