Lines Matching refs:depmode
41 depmode Dependency tracking mode.
120 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
121 echo "depcomp: Variables source, object and depmode must be set" 1>&2
139 if test "$depmode" = hp; then
142 depmode=gcc
145 if test "$depmode" = dashXmstdout; then
148 depmode=dashmstdout
152 if test "$depmode" = msvcmsys; then
157 depmode=msvisualcpp
160 if test "$depmode" = msvc7msys; then
165 depmode=msvc7
168 if test "$depmode" = xlc; then
171 depmode=gcc
174 case "$depmode" in
212 ## supported by the other compilers which use the 'gcc' depmode.
238 ## well. hp depmode also adds that space, but also prefixes the VPATH
777 echo "Unknown depmode $depmode" 1>&2