Home | History | Annotate | Download | only in pixman

Lines Matching refs:depmode

42   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
76 if test "$depmode" = hp; then
79 depmode=gcc
82 if test "$depmode" = dashXmstdout; then
85 depmode=dashmstdout
89 if test "$depmode" = msvcmsys; then
94 depmode=msvisualcpp
97 if test "$depmode" = msvc7msys; then
102 depmode=msvc7
105 case "$depmode" in
169 ## well. hp depmode also adds that space, but also prefixes the VPATH
673 echo "Unknown depmode $depmode" 1>&2