Home | History | Annotate | Download | only in build-aux

Lines Matching refs:exe

584 magic_exe="%%%MAGIC EXE variable%%%"
707 execute|execut|execu|exec|exe|ex|e)
940 *.exe) ;;
941 *) func_ltwrapper_exec_suffix=.exe ;;
955 func_stripname '' '.exe' "$func_basename_result"
990 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
2139 # If the file is missing, and there is a .exe on the end, strip it
2144 *.exe)
2146 func_stripname '' '.exe' "$file"
2148 stripped_ext=".exe"
2160 func_stripname '' '.exe' "$file"
2227 # remove .exe since cygwin /usr/bin/install will append another
2232 *.exe:*.exe)
2235 *.exe:*)
2236 destfile=$destfile.exe
2238 *:*.exe)
2239 func_stripname '' '.exe' "$destfile"
3121 *.exe | *.EXE) ;;
3122 *) lt_newargv0=$lt_newargv0.exe ;;
3137 LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
3141 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
3149 strendzap (shwrapper_name, ".exe");
6963 *cygwin*) func_stripname '' '.exe' "$output"
6964 output=$func_stripname_result.exe;;
7280 # a .exe suffix, so we strip it off here.
7282 *.exe) func_stripname '' '.exe' "$output"
7285 # test for cygwin because mv fails w/o .exe extensions
7288 exeext=.exe
7289 func_stripname '' '.exe' "$outputname"
7299 cwrapper="$output_path/$output_name.exe"
7781 *.exe)
7782 func_stripname '' '.exe' "$file"
7784 func_stripname '' '.exe' "$name"
7786 # $file with .exe has already been added to rmfiles,
7787 # add $file without .exe
7803 # note $name still contains .exe if it was in $file originally