Lines Matching refs:depmode
44 depmode Dependency tracking mode.
62 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
63 echo "depcomp: Variables source, object and depmode must be set" 1>&2
78 if test "$depmode" = hp; then
81 depmode=gcc
84 if test "$depmode" = dashXmstdout; then
87 depmode=dashmstdout
90 case "$depmode" in
575 echo "Unknown depmode $depmode" 1>&2