Home | History | Annotate | Download | only in build-aux

Lines Matching refs:gentop

3738 # func_extract_archives gentop oldlib ...
8270 gentop="$output_objdir/${outputname}x"
8271 func_append generated " $gentop"
8273 func_extract_archives $gentop $convenience
8530 gentop="$output_objdir/${outputname}x"
8531 func_append generated " $gentop"
8533 func_extract_archives $gentop $dlprefiles
8567 func_show_eval '${RM}r "$gentop"'
8634 gentop=
8645 gentop="$output_objdir/${obj}x"
8646 func_append generated " $gentop"
8648 func_extract_archives $gentop $convenience
8664 if test -n "$gentop"; then
8665 func_show_eval '${RM}r "$gentop"'
8672 if test -n "$gentop"; then
8673 func_show_eval '${RM}r "$gentop"'
8690 if test -n "$gentop"; then
8691 func_show_eval '${RM}r "$gentop"'
9111 gentop="$output_objdir/${outputname}x"
9112 func_append generated " $gentop"
9114 func_extract_archives $gentop $addlibs
9125 gentop="$output_objdir/${outputname}x"
9126 func_append generated " $gentop"
9128 func_extract_archives $gentop $dlprefiles
9146 gentop="$output_objdir/${outputname}x"
9147 func_append generated " $gentop"
9148 func_mkdir_p "$gentop"
9167 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
9170 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
9171 func_append oldobjs " $gentop/$newobj"