• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/

Lines Matching refs:object

43   object      Object file output by 'PROGRAMS ARGS'.
94 # $object: dependency.h
98 { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
125 depfile=${depfile-`echo "$object" |
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
224 echo "$object : \\" > "$depfile"
238 ## to the object. Take care to not repeat it in the output.
242 | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
268 echo "$object : \\" > "$depfile"
299 # current directory. Also, the AIX compiler puts '$object:' at the
300 # start of each line; $object doesn't have directory information.
302 set_dir_from "$object"
303 set_base_from "$object"
351 # We have to change lines of the first kind to '$object: \'.
352 sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
367 # The object file name does not affect the name of the '.d' file.
374 set_dir_from "$object"
375 # Use the source, not the object, to determine the base name, since
380 # For projects that build the same source file twice into different object
426 # `$object: dependent.h' and one to simply `dependent.h:'.
427 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
439 # 'foo.d', which lands next to the object file, wherever that
442 set_dir_from "$object"
443 set_base_from "$object"
464 sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
484 set_dir_from "$object"
485 set_base_from "$object"
534 echo "$object : \\" > "$depfile"
583 # Remove '-o $object'.
591 $object)
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
651 # the object too, otherwise makedepend will parse it as a source file.
654 -*|$object)
660 obj_suffix=`echo "$object" | sed 's/^.*\././'`
664 # makedepend may prepend the VPATH from the source file name to the object.
665 # No need to regex-escape $object, excess matching of '.' is harmless.
666 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
689 # Remove '-o $object'.
697 $object)
713 echo "$object : \\" > "$depfile"
739 $object)
757 echo "$object : \\" > "$depfile"