Lines Matching refs:depmode
41 depmode Dependency tracking mode.
65 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
66 echo "depcomp: Variables source, object and depmode must be set" 1>&2
81 if test "$depmode" = hp; then
84 depmode=gcc
87 if test "$depmode" = dashXmstdout; then
90 depmode=dashmstdout
94 if test "$depmode" = msvcmsys; then
99 depmode=msvisualcpp
102 if test "$depmode" = msvc7msys; then
107 depmode=msvc7
110 if test "$depmode" = xlc; then
113 depmode=gcc
116 case "$depmode" in
179 ## well. hp depmode also adds that space, but also prefixes the VPATH
692 echo "Unknown depmode $depmode" 1>&2