Lines Matching refs:wrapper

1262 # True iff FILE is a libtool wrapper script
1271 # True iff FILE is a libtool wrapper executable
1296 # True iff FILE is a libtool wrapper script or wrapper executable
2589 # This variable tells wrapper scripts just to set shlibpath_var
2593 # Check if any of the arguments is a wrapper script.
2909 # This variable tells wrapper scripts just to set variables rather
3104 wrapper=$func_ltwrapper_scriptname_result
3107 wrapper=$func_stripname_result
3111 wrapper=$file
3114 if func_ltwrapper_script_p "$wrapper"; then
3118 func_source "$wrapper"
3122 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3139 func_source "$wrapper"
3824 # Emit a libtool wrapper script on stdout.
3827 # wrapper executable. Must ONLY be called from within
3843 # $output - temporary wrapper script for $objdir/$outputname
3849 # This wrapper script should never be moved out of the build directory.
3900 # the libtool wrapper, (b) are identical between the wrapper
3901 # /script/ and the wrapper /executable/ which is used only on
3936 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
4125 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
4135 # emit the source code for a wrapper executable on stdout
4142 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4148 This wrapper executable should never be moved out of the build directory.
4280 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4285 char *find_executable (const char *wrapper);
4416 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
4438 /* wrapper name transforms */
4619 /* Searches for the full path of the wrapper. Returns
4624 find_executable (const char *wrapper)
4635 nonempty (wrapper));
4637 if ((wrapper == NULL) || (*wrapper == '\0'))
4642 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4644 concat_name = xstrdup (wrapper);
4652 if (IS_DIR_SEPARATOR (wrapper[0]))
4654 concat_name = xstrdup (wrapper);
4663 for (p = wrapper; *p; p++)
4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4695 strcpy (concat_name + tmp_len + 1, wrapper);
4700 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4703 strcpy (concat_name + p_len + 1, wrapper);
4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4720 strcpy (concat_name + tmp_len + 1, wrapper);
5683 # The PATH hackery in wrapper scripts is required on Windows
8953 # We don't need to create a wrapper script.
9007 # Now create the wrapper script.
9055 # The wrapper executable is built using the $host compiler,
9064 # Now, create the wrapper script for func_source use:
9456 # This variable tells wrapper scripts just to set variables rather