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
2619 # This variable tells wrapper scripts just to set shlibpath_var
2623 # Check if any of the arguments is a wrapper script.
2939 # This variable tells wrapper scripts just to set variables rather
3134 wrapper=$func_ltwrapper_scriptname_result
3137 wrapper=$func_stripname_result
3141 wrapper=$file
3144 if func_ltwrapper_script_p "$wrapper"; then
3148 func_source "$wrapper"
3152 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3169 func_source "$wrapper"
3857 # Emit a libtool wrapper script on stdout.
3860 # wrapper executable. Must ONLY be called from within
3876 # $output - temporary wrapper script for $objdir/$outputname
3882 # This wrapper script should never be moved out of the build directory.
3933 # the libtool wrapper, (b) are identical between the wrapper
3934 # /script/ and the wrapper /executable/ which is used only on
3969 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
4158 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
4168 # emit the source code for a wrapper executable on stdout
4175 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4181 This wrapper executable should never be moved out of the build directory.
4313 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
4318 char *find_executable (const char *wrapper);
4449 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
4471 /* wrapper name transforms */
4652 /* Searches for the full path of the wrapper. Returns
4657 find_executable (const char *wrapper)
4668 nonempty (wrapper));
4670 if ((wrapper == NULL) || (*wrapper == '\0'))
4675 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
4677 concat_name = xstrdup (wrapper);
4685 if (IS_DIR_SEPARATOR (wrapper[0]))
4687 concat_name = xstrdup (wrapper);
4696 for (p = wrapper; *p; p++)
4725 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4728 strcpy (concat_name + tmp_len + 1, wrapper);
4733 XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
4736 strcpy (concat_name + p_len + 1, wrapper);
4750 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
4753 strcpy (concat_name + tmp_len + 1, wrapper);
5717 # The PATH hackery in wrapper scripts is required on Windows
8998 # We don't need to create a wrapper script.
9052 # Now create the wrapper script.
9100 # The wrapper executable is built using the $host compiler,
9109 # Now, create the wrapper script for func_source use:
9501 # This variable tells wrapper scripts just to set variables rather