Lines Matching refs:wrapper

1263 # True iff FILE is a libtool wrapper script
1272 # True iff FILE is a libtool wrapper executable
1297 # True iff FILE is a libtool wrapper script or wrapper executable
2590 # This variable tells wrapper scripts just to set shlibpath_var
2594 # Check if any of the arguments is a wrapper script.
2910 # This variable tells wrapper scripts just to set variables rather
3105 wrapper=$func_ltwrapper_scriptname_result
3108 wrapper=$func_stripname_result
3112 wrapper=$file
3115 if func_ltwrapper_script_p "$wrapper"; then
3119 func_source "$wrapper"
3123 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3140 func_source "$wrapper"
3825 # Emit a libtool wrapper script on stdout.
3828 # wrapper executable. Must ONLY be called from within
3844 # $output - temporary wrapper script for $objdir/$outputname
3850 # This wrapper script should never be moved out of the build directory.
3901 # the libtool wrapper, (b) are identical between the wrapper
3902 # /script/ and the wrapper /executable/ which is used only on
3937 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
4126 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
4136 # emit the source code for a wrapper executable on stdout
4143 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4149 This wrapper executable should never be moved out of the build directory.
4281 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4286 char *find_executable (const char *wrapper);
4417 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
4439 /* wrapper name transforms */
4620 /* Searches for the full path of the wrapper. Returns
4625 find_executable (const char *wrapper)
4636 nonempty (wrapper));
4638 if ((wrapper == NULL) || (*wrapper == '\0'))
4643 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4645 concat_name = xstrdup (wrapper);
4653 if (IS_DIR_SEPARATOR (wrapper[0]))
4655 concat_name = xstrdup (wrapper);
4664 for (p = wrapper; *p; p++)
4693 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4696 strcpy (concat_name + tmp_len + 1, wrapper);
4701 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4704 strcpy (concat_name + p_len + 1, wrapper);
4718 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4721 strcpy (concat_name + tmp_len + 1, wrapper);
5684 # The PATH hackery in wrapper scripts is required on Windows
8960 # We don't need to create a wrapper script.
9014 # Now create the wrapper script.
9062 # The wrapper executable is built using the $host compiler,
9071 # Now, create the wrapper script for func_source use:
9463 # This variable tells wrapper scripts just to set variables rather