repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
term-handle-colors-array fix
[emacs.git]
/
src
/
autodeps.mk
blob
fb0e21366c7c01567b024ea4f38ca02f5481c7cc
1
### autodeps.mk --- src/Makefile fragment for GNU Emacs
2
3
## This is inserted in src/Makefile if AUTO_DEPEND=yes.
4
5
ALLOBJS
=$(
START_FILES
) ${
obj
} ${
otherobj
}
6
-
include
$(
ALLOBJS
:%
.o
=${
DEPDIR
}/%
.d
)