• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/

Lines Matching refs:wrapper

1655 	  # The PATH hackery in wrapper scripts is required on Windows
4789 # We don't need to create a wrapper script.
4832 # Now create the wrapper script.
4888 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4894 This wrapper executable should never be moved out of the build directory.
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4968 char * find_executable(const char *wrapper);
5085 /* Searches for the full path of the wrapper. Returns
5088 find_executable (const char* wrapper)
5098 DEBUG("(find_executable) : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
5100 if ((wrapper == NULL) || (*wrapper == '\0'))
5105 if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
5107 concat_name = xstrdup (wrapper);
5115 if (IS_DIR_SEPARATOR (wrapper[0]))
5117 concat_name = xstrdup (wrapper);
5126 for (p = wrapper; *p; p++)
5153 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5156 strcpy (concat_name + tmp_len + 1, wrapper);
5160 concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
5163 strcpy (concat_name + p_len + 1, wrapper);
5176 concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
5179 strcpy (concat_name + tmp_len + 1, wrapper);
5232 # wrapper might as well be built for $host, too.
5242 # $output - temporary wrapper script for $objdir/$outputname
5248 # This wrapper script should never be moved out of the build directory.
5404 \$echo \"This script is just a wrapper for \$program.\" 1>&2
5860 # This variable tells wrapper scripts just to set variables rather
6076 wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
6079 wrapper=$file
6082 if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
6092 case $wrapper in
6093 */* | *\\*) . ${wrapper} ;;
6094 *) . ./${wrapper} ;;
6099 $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
6128 case $wrapper in
6129 */* | *\\*) . ${wrapper} ;;
6130 *) . ./${wrapper} ;;
6380 # This variable tells wrapper scripts just to set shlibpath_var
6384 # Check if any of the arguments is a wrapper script.
6444 # This variable tells wrapper scripts just to set variables rather