Lines Matching refs:depmode
43 depmode Dependency tracking mode.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
84 if test "$depmode" = hp; then
87 depmode=gcc
90 if test "$depmode" = dashXmstdout; then
93 depmode=dashmstdout
96 case "$depmode" in
506 echo "Unknown depmode $depmode" 1>&2