Lines Matching refs:wrapper

2537 # True iff FILE is a libtool wrapper script
2547 # True iff FILE is a libtool wrapper executable
2572 # True iff FILE is a libtool wrapper script or wrapper executable
3910 # This variable tells wrapper scripts just to set shlibpath_var
3914 # Check if any of the arguments is a wrapper script.
4233 # This variable tells wrapper scripts just to set variables rather
4435 wrapper=$func_ltwrapper_scriptname_result
4438 wrapper=$func_stripname_result
4442 wrapper=$file
4445 if func_ltwrapper_script_p "$wrapper"; then
4449 func_source "$wrapper"
4453 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4470 func_source "$wrapper"
5202 # Emit a libtool wrapper script on stdout.
5205 # wrapper executable. Must ONLY be called from within
5221 # $output - temporary wrapper script for $objdir/$outputname
5227 # This wrapper script should never be moved out of the build directory.
5278 # the libtool wrapper, (b) are identical between the wrapper
5279 # /script/ and the wrapper /executable/ that is used only on
5314 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
5503 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
5513 # emit the source code for a wrapper executable on stdout
5520 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5526 This wrapper executable should never be moved out of the build directory.
5656 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
5661 char *find_executable (const char *wrapper);
5797 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
5819 /* wrapper name transforms */
6000 /* Searches for the full path of the wrapper. Returns
6005 find_executable (const char *wrapper)
6016 nonempty (wrapper));
6018 if ((wrapper == NULL) || (*wrapper == '\0'))
6023 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
6025 concat_name = xstrdup (wrapper);
6033 if (IS_DIR_SEPARATOR (wrapper[0]))
6035 concat_name = xstrdup (wrapper);
6044 for (p = wrapper; *p; p++)
6073 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6076 strcpy (concat_name + tmp_len + 1, wrapper);
6081 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
6084 strcpy (concat_name + p_len + 1, wrapper);
6098 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
6101 strcpy (concat_name + tmp_len + 1, wrapper);
7101 # The PATH hackery in wrapper scripts is required on Windows
10453 # We don't need to create a wrapper script.
10508 # Now create the wrapper script.
10556 # The wrapper executable is built using the $host compiler,
10565 # Now, create the wrapper script for func_source use:
10960 # This variable tells wrapper scripts just to set variables rather