Lines Matching refs:object

43   object      Object file output by 'PROGRAMS ARGS'.
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
71 depfile=${depfile-`echo "$object" |
128 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
165 echo "$object : \\" > "$depfile"
180 ## to the object. Take care to not repeat it in the output.
183 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
210 echo "$object : \\" > "$depfile"
246 # current directory. Also, the AIX compiler puts '$object:' at the
247 # start of each line; $object doesn't have directory information.
249 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
250 test "x$dir" = "x$object" && dir=
251 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
278 # '$object: dependent.h' and one to simply 'dependent.h:'.
279 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
322 # '$object: dependent.h' and one to simply 'dependent.h:'.
323 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
341 # 'foo.d', which lands next to the object file, wherever that
344 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
345 test "x$dir" = "x$object" && dir=
346 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
368 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
388 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
389 test "x$dir" = "x$object" && dir=
390 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
431 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
454 echo "$object : \\" > "$depfile"
502 # Remove '-o $object'.
510 $object)
526 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
569 # the object too, otherwise makedepend will parse it as a source file.
572 -*|$object)
578 obj_suffix=`echo "$object" | sed 's/^.*\././'`
582 # makedepend may prepend the VPATH from the source file name to the object.
583 # No need to regex-escape $object, excess matching of '.' is harmless.
584 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
605 # Remove '-o $object'.
613 $object)
629 echo "$object : \\" > "$depfile"
655 $object)
673 echo "$object : \\" > "$depfile"