Lines Matching refs:object
45 object Object file output by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
201 # current directory. Also, the AIX compiler puts `$object:' at the
202 # start of each line; $object doesn't have directory information.
204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
229 # `$object: dependent.h' and one to simply `dependent.h:'.
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
270 # `$object: dependent.h' and one to simply `dependent.h:'.
271 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
285 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
286 test "x$dir" = "x$object" && dir=
287 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
321 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
347 # Remove `-o $object'.
355 $object)
371 sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
410 # the object too, otherwise makedepend will parse it as a source file.
411 -*|$object)
417 obj_suffix="`echo $object | sed 's/^.*\././'`"
443 # Remove `-o $object'.
451 $object)
466 echo "$object : \\" > "$depfile"
496 echo "$object : \\" > "$depfile"