Home | History | Annotate | Download | only in build-aux

Lines Matching refs:depmode

41   depmode     Dependency tracking mode.
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
138 if test "$depmode" = hp; then
141 depmode=gcc
144 if test "$depmode" = dashXmstdout; then
147 depmode=dashmstdout
151 if test "$depmode" = msvcmsys; then
156 depmode=msvisualcpp
159 if test "$depmode" = msvc7msys; then
164 depmode=msvc7
167 if test "$depmode" = xlc; then
170 depmode=gcc
173 case "$depmode" in
211 ## supported by the other compilers which use the 'gcc' depmode.
237 ## well. hp depmode also adds that space, but also prefixes the VPATH
775 echo "Unknown depmode $depmode" 1>&2