Lines Matching refs:wrapper

1261 # True iff FILE is a libtool wrapper script
1270 # True iff FILE is a libtool wrapper executable
1295 # True iff FILE is a libtool wrapper script or wrapper executable
2588 # This variable tells wrapper scripts just to set shlibpath_var
2592 # Check if any of the arguments is a wrapper script.
2908 # This variable tells wrapper scripts just to set variables rather
3103 wrapper=$func_ltwrapper_scriptname_result
3106 wrapper=$func_stripname_result
3110 wrapper=$file
3113 if func_ltwrapper_script_p "$wrapper"; then
3117 func_source "$wrapper"
3121 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3138 func_source "$wrapper"
3821 # Emit a libtool wrapper script on stdout.
3824 # wrapper executable. Must ONLY be called from within
3840 # $output - temporary wrapper script for $objdir/$outputname
3846 # This wrapper script should never be moved out of the build directory.
3897 # the libtool wrapper, (b) are identical between the wrapper
3898 # /script/ and the wrapper /executable/ which is used only on
3933 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
4119 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
4129 # emit the source code for a wrapper executable on stdout
4136 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4142 This wrapper executable should never be moved out of the build directory.
4274 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4279 char *find_executable (const char *wrapper);
4410 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
4432 /* wrapper name transforms */
4613 /* Searches for the full path of the wrapper. Returns
4618 find_executable (const char *wrapper)
4629 nonempty (wrapper));
4631 if ((wrapper == NULL) || (*wrapper == '\0'))
4636 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4638 concat_name = xstrdup (wrapper);
4646 if (IS_DIR_SEPARATOR (wrapper[0]))
4648 concat_name = xstrdup (wrapper);
4657 for (p = wrapper; *p; p++)
4686 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4689 strcpy (concat_name + tmp_len + 1, wrapper);
4694 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4697 strcpy (concat_name + p_len + 1, wrapper);
4711 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4714 strcpy (concat_name + tmp_len + 1, wrapper);
5670 # The PATH hackery in wrapper scripts is required on Windows
8931 # We don't need to create a wrapper script.
8985 # Now create the wrapper script.
9033 # The wrapper executable is built using the $host compiler,
9042 # Now, create the wrapper script for func_source use:
9431 # This variable tells wrapper scripts just to set variables rather