• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/

Lines Matching refs:object

44   object      Object file output by 'PROGRAMS ARGS'.
66 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
67 echo "depcomp: Variables source, object and depmode must be set" 1>&2
72 depfile=${depfile-`echo "$object" |
129 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
166 echo "$object : \\" > "$depfile"
181 ## to the object. Take care to not repeat it in the output.
184 sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
211 echo "$object : \\" > "$depfile"
247 # current directory. Also, the AIX compiler puts '$object:' at the
248 # start of each line; $object doesn't have directory information.
250 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
251 test "x$dir" = "x$object" && dir=
252 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
279 # '$object: dependent.h' and one to simply 'dependent.h:'.
280 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
323 # '$object: dependent.h' and one to simply 'dependent.h:'.
324 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
342 # 'foo.d', which lands next to the object file, wherever that
345 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
346 test "x$dir" = "x$object" && dir=
347 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
369 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
389 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
390 test "x$dir" = "x$object" && dir=
391 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
432 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
455 echo "$object : \\" > "$depfile"
503 # Remove '-o $object'.
511 $object)
527 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
570 # the object too, otherwise makedepend will parse it as a source file.
573 -*|$object)
579 obj_suffix=`echo "$object" | sed 's/^.*\././'`
583 # makedepend may prepend the VPATH from the source file name to the object.
584 # No need to regex-escape $object, excess matching of '.' is harmless.
585 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
606 # Remove '-o $object'.
614 $object)
630 echo "$object : \\" > "$depfile"
656 $object)
674 echo "$object : \\" > "$depfile"