| /src/external/historical/nawk/dist/ |
| REGRESS | 4 CYGWIN) EXE=a.exe ;; 5 *) EXE=a.out ;; 8 if [ ! -f $EXE ]
|
| /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/ |
| Makefile | 28 EXE = mxv-pthreads 31 default: $(BINDIR)/$(EXE) 33 $(BINDIR)/$(EXE): $(OBJECTS) 35 $(CC) -o $(BINDIR)/$(EXE) $(LDFLAGS) $(OBJECTS) $(LIBS) 36 ldd $(BINDIR)/$(EXE) 57 @echo "Running $(EXE) in $(EXPDIR)" 58 @./$(EXPDIR)/$(EXE) -m 1000 -n 1500 -t 2 60 install: $(BINDIR)/$(EXE) 61 @/bin/cp $(BINDIR)/$(EXE) $(EXPDIR) 62 @echo "Installed $(EXE) in $(EXPDIR) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/ |
| Makefile | 28 EXE = mxv-pthreads 31 default: $(BINDIR)/$(EXE) 33 $(BINDIR)/$(EXE): $(OBJECTS) 35 $(CC) -o $(BINDIR)/$(EXE) $(LDFLAGS) $(OBJECTS) $(LIBS) 36 ldd $(BINDIR)/$(EXE) 57 @echo "Running $(EXE) in $(EXPDIR)" 58 @./$(EXPDIR)/$(EXE) -m 1000 -n 1500 -t 2 60 install: $(BINDIR)/$(EXE) 61 @/bin/cp $(BINDIR)/$(EXE) $(EXPDIR) 62 @echo "Installed $(EXE) in $(EXPDIR) [all...] |
| /src/external/mit/libuv/dist/tools/ |
| make_dist_html.py | 80 EXE = r''' 81 <a href="http://dist.libuv.org/dist/{tag}/">exe</a> 97 maybe_exe = EXE.format(**locals())
|
| /src/external/bsd/byacc/dist/ |
| vmsbuild.com | 88 $ if f$search("SYS$SYSTEM:VAXC.EXE").nes."" 92 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").nes."" 113 $ if using_vaxc .eq. 1 then write optf "sys$library:vaxcrtl.exe/share" 122 $ if f$search("SYS$SYSTEM:MMS.EXE").eqs."" 155 $ if f$search("*.exe") .nes. "" then delete *.exe;* 173 $ if f$search("*.exe") .nes. "" then purge *.exe 189 $ write test_script "$ BYACC :== $ 'temp'.exe"
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| descrip.mms.tmpl | 116 EXE_EXT=.EXE 118 SHLIB_EXT=.EXE 123 SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @shlibs) -} 124 ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{engines}}) -} 125 PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{programs}}) -} 139 INSTALL_SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @install_shlibs) -} 140 INSTALL_ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{install}->{engines}}) -} 141 INSTALL_PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{install}->{programs}}) -} 487 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.MAP;*" } @shlibs) || "@ !" -} 490 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.OPT;*" } @{$unified_info{programs}}) || "@ !" - [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ |
| config | 16 EXE="" 743 EXE=".pm" 876 if [ -f "$i/perl5$EXE" ] ; then 877 PERL="$i/perl5$EXE" 885 if [ -f "$i/perl$EXE" ] ; then 886 if "$i/perl$EXE" -e 'exit($]<5.0)'; then 887 PERL="$i/perl$EXE"
|
| /src/external/bsd/jemalloc/dist/ |
| Makefile | 44 EXE := 560 $(objroot)test/unit/%$(EXE): $(objroot)test/unit/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_UNIT_OBJS) 564 $(objroot)test/integration/%$(EXE): $(objroot)test/integration/%.$(O) $(C_TESTLIB_INTEGRATION_OBJS) $(C_UTIL_INTEGRATION_OBJS) $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) 568 $(objroot)test/integration/cpp/%$(EXE): $(objroot)test/integration/cpp/%.$(O) $(C_TESTLIB_INTEGRATION_OBJS) $(C_UTIL_INTEGRATION_OBJS) $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) 572 $(objroot)test/analyze/%$(EXE): $(objroot)test/analyze/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_ANALYZE_OBJS) 576 $(objroot)test/stress/%$(EXE): $(objroot)test/stress/%.$(O) $(C_JET_OBJS) $(C_TESTLIB_STRESS_OBJS) $(objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) 580 $(objroot)test/stress/pa/pa_data_preprocessor$(EXE): $(objroot)test/stress/pa/pa_data_preprocessor.$(O) 584 $(objroot)test/stress/pa/pa_microbench$(EXE): $(objroot)test/stress/pa/pa_microbench.$(O) $(C_JET_OBJS) $(C_TESTLIB_STRESS_OBJS) 718 tests_unit: $(TESTS_UNIT:$(srcroot)%.c=$(objroot)%$(EXE)) 719 tests_integration: $(TESTS_INTEGRATION:$(srcroot)%.c=$(objroot)%$(EXE)) $(TESTS_INTEGRATION_CPP:$(srcroot)%.cpp=$(objroot)%$(EXE) [all...] |
| /src/external/bsd/openldap/dist/tests/progs/ |
| slapd-tester.c | 49 #define EXE ".exe" 51 #define EXE 54 #define SEARCHCMD "slapd-search" EXE 55 #define READCMD "slapd-read" EXE 56 #define ADDCMD "slapd-addel" EXE 57 #define MODRDNCMD "slapd-modrdn" EXE 58 #define MODIFYCMD "slapd-modify" EXE 59 #define BINDCMD "slapd-bind" EXE
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| DynamicLibrary.inc | 131 // Try EXE first, mirroring what dlsym(dlopen(NULL)) does.
|
| /src/external/gpl2/gettext/dist/os2/ |
| Makefile | 26 # Use CMD.EXE as shell since its way faster 29 UNIXSHELL = sh.exe 66 MKDIR = mkdir.exe -p 103 PROGRAMS = $(addsuffix .exe,$(subst bin_PROGRAMS = ,,\ 106 PROGRAMS.EXE = $(addprefix $(OUT),$(PROGRAMS)) 107 SRC.SOURCES = $(filter-out $(addprefix $(ROOT)src/,$(PROGRAMS:.exe=.c)),\ 137 .SUFFIXES: .o .a .def .exe .dll .po .mo 149 $(OUT)%.exe: $(OUT)src/%.o $(OUT)util.a $(OUT)uniname.a $(LINKINTL) 157 $(PROGRAMS.EXE) 246 $(OUT)msgfmt.exe) --statistics --verbose -o $@ $< [all...] |
| /src/common/dist/zlib/ |
| configure | 240 EXE='.exe' ;; 246 EXE='.exe' ;; 846 echo EXE = $EXE >> configure.log 887 /^EXE *=/s#=.*#=$EXE# 916 /^EXE *=/s#=.*#=$EXE# [all...] |
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| descrip.mms.tmpl | 311 SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @shlibs) -} 312 MODULES={- join(", ", map { "-\n\t".$_.".EXE" } 329 PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{programs}}) -} 355 INSTALL_SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @install_shlibs) -} 356 INSTALL_ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @install_engines) -} 357 INSTALL_MODULES={- join(", ", map { "-\n\t".$_.".EXE" } @install_modules) -} 358 INSTALL_FIPSMODULE={- join(", ", map { "-\n\t".$_.".EXE" } @install_fipsmodules) -} 360 INSTALL_PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @install_programs) -} 477 $(NODEBUG) {- join("\n\t\$(NODEBUG) ", map { "DEFINE ".uc($_)." 'F\$ENV(\"DEFAULT\")'".uc($_).".EXE" } @shlibs) || "!" -} 566 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.MAP;*" } @shlibs) || "@ !" - [all...] |
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| descrip.mms.tmpl | 273 SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @shlibs) -} 274 MODULES={- join(", ", map { "-\n\t".$_.".EXE" } 291 PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @{$unified_info{programs}}) -} 317 INSTALL_SHLIBS={- join(", ", map { "-\n\t".$_.".EXE" } @install_shlibs) -} 318 INSTALL_ENGINES={- join(", ", map { "-\n\t".$_.".EXE" } @install_engines) -} 319 INSTALL_MODULES={- join(", ", map { "-\n\t".$_.".EXE" } @install_modules) -} 320 INSTALL_FIPSMODULE={- join(", ", map { "-\n\t".$_.".EXE" } @install_fipsmodules) -} 322 INSTALL_PROGRAMS={- join(", ", map { "-\n\t".$_.".EXE" } @install_programs) -} 528 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.MAP;*" } @shlibs) || "@ !" -} 535 {- join("\n\t", map { "- DELETE $_.EXE;*,$_.OPT;*" } @{$unified_info{programs}}) || "@ !" - [all...] |
| /src/sys/arch/vax/boot/xxboot/ |
| start.S | 53 # At offset 0x02 we have a dual used area: VMB.EXE starts execution here,
|
| /src/external/gpl2/gmake/dist/ |
| variable.c | 789 # warning NO_CMD_DEFAULT: GNU make will not use CMD.EXE as default shell 1109 you have bash.exe installed as d:/unix/bash.exe, and d:/unix is on 1111 defining SHELL to be "d:/unix/bash.exe". */ 1118 /* See if we can find "/bin/sh.exe", "/bin/sh.com", etc. */
|
| /src/sys/external/isc/libsodium/dist/build-aux/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/bsd/file/dist/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2284 execute|execut|execu|exec|exe|ex|e) 2475 magic_exe='%%%MAGIC EXE variable%%%' 2554 *.exe) ;; 2555 *) func_ltwrapper_exec_suffix=.exe ;; 2567 func_stripname '' '.exe' "$func_basename_result" 2603 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4416 # If the file is missing, and there is a .exe on the end, strip it 4421 *.exe) [all...] |
| /src/external/bsd/flex/dist/build-aux/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/build-aux/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/bsd/openldap/dist/build/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/lgpl3/gmp/dist/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |
| /src/external/lgpl3/mpc/dist/ |
| ltmain.sh | 200 for _exeext in '' .EXE; do 2281 execute|execut|execu|exec|exe|ex|e) 2472 magic_exe='%%%MAGIC EXE variable%%%' 2551 *.exe) ;; 2552 *) func_ltwrapper_exec_suffix=.exe ;; 2564 func_stripname '' '.exe' "$func_basename_result" 2600 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe 4413 # If the file is missing, and there is a .exe on the end, strip it 4418 *.exe) [all...] |