Lines Matching refs:wrapper

2534 # True iff FILE is a libtool wrapper script
2544 # True iff FILE is a libtool wrapper executable
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3907 # This variable tells wrapper scripts just to set shlibpath_var
3911 # Check if any of the arguments is a wrapper script.
4230 # This variable tells wrapper scripts just to set variables rather
4432 wrapper=$func_ltwrapper_scriptname_result
4435 wrapper=$func_stripname_result
4439 wrapper=$file
4442 if func_ltwrapper_script_p "$wrapper"; then
4446 func_source "$wrapper"
4450 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4467 func_source "$wrapper"
5199 # Emit a libtool wrapper script on stdout.
5202 # wrapper executable. Must ONLY be called from within
5218 # $output - temporary wrapper script for $objdir/$outputname
5224 # This wrapper script should never be moved out of the build directory.
5275 # the libtool wrapper, (b) are identical between the wrapper
5276 # /script/ and the wrapper /executable/ that is used only on
5311 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
5500 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
5510 # emit the source code for a wrapper executable on stdout
5517 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5523 This wrapper executable should never be moved out of the build directory.
5653 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
5658 char *find_executable (const char *wrapper);
5794 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
5816 /* wrapper name transforms */
5997 /* Searches for the full path of the wrapper. Returns
6002 find_executable (const char *wrapper)
6013 nonempty (wrapper));
6015 if ((wrapper == NULL) || (*wrapper == '\0'))
6020 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
6022 concat_name = xstrdup (wrapper);
6030 if (IS_DIR_SEPARATOR (wrapper[0]))
6032 concat_name = xstrdup (wrapper);
6041 for (p = wrapper; *p; p++)
6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6073 strcpy (concat_name + tmp_len + 1, wrapper);
6078 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6081 strcpy (concat_name + p_len + 1, wrapper);
6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6098 strcpy (concat_name + tmp_len + 1, wrapper);
7098 # The PATH hackery in wrapper scripts is required on Windows
10447 # We don't need to create a wrapper script.
10502 # Now create the wrapper script.
10550 # The wrapper executable is built using the $host compiler,
10559 # Now, create the wrapper script for func_source use:
10954 # This variable tells wrapper scripts just to set variables rather