Lines Matching refs:wrapper
1655 # The PATH hackery in wrapper scripts is required on Windows
4797 # We don't need to create a wrapper script.
4840 # Now create the wrapper script.
4896 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4902 This wrapper executable should never be moved out of the build directory.
4905 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4976 char * find_executable(const char *wrapper);
5093 /* Searches for the full path of the wrapper. Returns
5096 find_executable (const char* wrapper)
5106 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5108 if ((wrapper == NULL) || (*wrapper == '\0'))
5113 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5115 concat_name = xstrdup (wrapper);
5123 if (IS_DIR_SEPARATOR (wrapper[0]))
5125 concat_name = xstrdup (wrapper);
5134 for (p = wrapper; *p; p++)
5161 wrapper) + 1);
5164 strcpy (concat_name + tmp_len + 1, wrapper);
5168 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5171 strcpy (concat_name + p_len + 1, wrapper);
5184 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5187 strcpy (concat_name + tmp_len + 1, wrapper);
5240 # wrapper might as well be built for $host, too.
5250 # $output - temporary wrapper script for $objdir/$outputname
5256 # This wrapper script should never be moved out of the build directory.
5412 \$echo \"This script is just a wrapper for \$program.\" 1>&2
5868 # This variable tells wrapper scripts just to set variables rather
6084 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6087 wrapper=$file
6090 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6100 case $wrapper in
6101 */* | *\\*) . ${wrapper} ;;
6102 *) . ./${wrapper} ;;
6107 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6136 case $wrapper in
6137 */* | *\\*) . ${wrapper} ;;
6138 *) . ./${wrapper} ;;
6388 # This variable tells wrapper scripts just to set shlibpath_var
6392 # Check if any of the arguments is a wrapper script.
6452 # This variable tells wrapper scripts just to set variables rather