Lines Matching refs:object
28 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
29 echo "depcomp: Variables source, object and depmode must be set" 1>&2
35 base=`echo "$object" | sed -e 's,^.*/,,' -e 's,\.\([^.]*\)$,.P\1,'`
36 dir=`echo "$object" | sed 's,/.*$,/,'`
37 if test "$dir" = "$object"; then
69 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
100 echo "$object : \\" > "$depfile"
144 echo "$object : \\" > "$depfile"
176 # current directory. Also, the AIX compiler puts `$object:' at the
177 # start of each line; $object doesn't have directory information.
179 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
204 # `$object: dependent.h' and one to simply `dependent.h:'.
205 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 # `$object: dependent.h' and one to simply `dependent.h:'.
246 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
260 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
261 test "x$dir" = "x$object" && dir=
262 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
287 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
313 # Remove `-o $object'.
321 $object)
337 sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
376 # the object too, otherwise makedepend will parse it as a source file.
377 -*|$object)
383 obj_suffix="`echo $object | sed 's/^.*\././'`"
409 # Remove `-o $object'.
417 $object)
432 echo "$object : \\" > "$depfile"
462 echo "$object : \\" > "$depfile"