Searched refs:exe (Results 1 - 25 of 53) sorted by relevance

123

/src/sys/arch/hpcmips/stand/pbsdboot/
H A DMakefile3 UUDECODE_FILES= pbsdboot.exe pbsdboot1.exe
6 if [ X"`strings WMIPSDbg/pbsdboot.exe | grep 'Compiled for WinCE'`" = \
9 uuencode WMIPSDbg/pbsdboot.exe pbsdboot1.exe > pbsdboot1.uu; \
12 uuencode WMIPSDbg/pbsdboot.exe pbsdboot.exe > pbsdboot.uu; \
/src/distrib/hpcsh/stand/
H A DMakefile10 HPCBOOT_SH3= hpcboot-sh3.exe
12 HPCBOOT_SH4= hpcboot-sh4.exe
14 UUDECODE_FILES= hpcboot-sh3.exe hpcboot-sh4.exe
15 UUDECODE_FILES_RENAME_hpcboot-sh3.exe= hpcboot-sh3.exe
16 UUDECODE_FILES_RENAME_hpcboot-sh4.exe= hpcboot-sh4.exe
18 CLEANFILES+= hpcboot-sh3.exe.uue hpcboot-sh4.exe
[all...]
/src/sys/arch/epoc32/stand/e32boot/
H A DMakefile5 SUBDIR+= exe ldd
/src/sys/arch/epoc32/stand/e32boot/exe/
H A DMakefile7 PROG=e32boot.exe
12 IN=$(PROG:.exe=.in)
13 MAP=$(PROG:.exe=.map)
44 $(LD) -s --base-file $(PROG:.exe=.bas) \
48 --output-exp $(PROG:.exe=.exp) --base-file $(PROG:.exe=.bas) \
50 $(LD) -s -Map $(MAP) -o $@ $(PROG:.exe=.exp) \
55 rm $@.tmp $(PROG:.exe=.bas) $(PROG:.exe=.exp)
63 rm -f $(PROG:.exe
[all...]
/src/distrib/amiga/stand/
H A Dupdate29 for exe in rdbinfo xdevtostream xstreamtodev ; do
30 uuencode devstreams/$exe $exe > $exe.uue
31 rm devstreams/$exe
/src/distrib/hpcmips/stand/
H A DMakefile9 PBSDBOOT= pbsdboot.exe
10 PBSDBOOT1= pbsdboot1.exe
12 HPCBOOT= hpcboot.exe
/src/common/dist/zlib/watcom/
H A Dwatcom_l.mak25 all: $(ZLIB_LIB) example.exe minigzip.exe
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
37 minigzip.exe: $(ZLIB_LIB) minigzip.obj
38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
H A Dwatcom_f.mak25 all: $(ZLIB_LIB) example.exe minigzip.exe
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
37 minigzip.exe: $(ZLIB_LIB) minigzip.obj
38 $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
/src/sys/arch/i386/stand/misc/
H A DMakefile6 UUDECODE_FILES= pfdisk.doc pfdisk.exe pfdisktc.zip \
7 rawrite.doc rawrite.exe
/src/tools/binstall/
H A Dmkmanifest4 local name="$(basename "$1" .exe)"
11 cat << _EOF > ${1%.exe}.exe.manifest
/src/tests/kernel/
H A Dt_interp.sh29 atf_set "descr" "Tests the exe name in procfs is correct"
37 local me=$(readlink /proc/$$/exe)
/src/common/dist/zlib/contrib/untgz/
H A DMakefile.msc4 untgz.exe: untgz.obj ..\..\zlib.lib
17 -del untgz.exe
/src/tools/texinfo/
H A DMakefile12 ${HOST_SH} ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
/src/sys/arch/hpc/stand/
H A DMakefile8 UUDECODE_FILES= binary/ARM/hpcboot.exe \
9 binary/SH3/hpcboot.exe \
10 binary/MIPS/hpcboot.exe \
11 binary/SH4/hpcboot.exe
82 find . -name "hpcboot.exe" -print | xargs rm -f
85 find binary -name "hpcboot*.exe*" -print | xargs rm -f
90 file=`echo "compile/"$$a"Release/hpcboot.exe"`; \
91 cp $$file binary/$$a/hpcboot.exe; \
95 cp compile/SHRelease/hpcboot.exe binary/SH3/hpcboot200.exe
[all...]
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/scripts/
H A Dcollect_data_flow.py35 def collect_dataflow_for_corpus(self, exe, corpus_dir, output_dir):
45 subprocess.call([self, exe, path, output])
47 subprocess.call([exe], stdout=functions_txt)
51 exe = argv[1]
54 return collect_dataflow_for_corpus(argv[0], exe, inp, argv[3])
65 ret = subprocess.call([exe, str(r[0]), str(r[1]), inp, tmpfile])
/src/common/dist/zlib/msdos/
H A DMakefile.emx18 # If cp.exe is available, replace "copy /Y" with "cp -fp" .
20 # If gnu install.exe is available, replace $(CP) with ginstall.
22 # The default value of RM is "rm -f." If "rm.exe" is found, comment out:
41 all: example.exe minigzip.exe
53 %.exe : %.o $(LIBS)
62 $(RM) *.exe
H A DMakefile.msc45 all: $(ZLIB_LIB) example.exe minigzip.exe
96 example.exe: example.obj $(ZLIB_LIB)
99 minigzip.exe: minigzip.obj $(ZLIB_LIB)
102 test: example.exe minigzip.exe
109 -del *.exe
/src/common/dist/zlib/old/
H A DMakefile.emx18 # If cp.exe is available, replace "copy /Y" with "cp -fp" .
20 # If gnu install.exe is available, replace $(CP) with ginstall.
22 # The default value of RM is "rm -f." If "rm.exe" is found, comment out:
41 all: example.exe minigzip.exe
53 %.exe : %.o $(LIBS)
62 $(RM) *.exe
/src/sys/external/bsd/acpica/dist/generate/unix/
H A DMakefile.rules23 @rm -f $(PROG) $(PROG).exe $(OBJECTS) $(OBJDIR)/*.o $(INTERMEDIATES) $(MISC)
/src/common/dist/zlib/contrib/delphi/
H A Dzlibd32.mak28 all: $(ZLIB_LIB) example.exe minigzip.exe
80 test: example.exe minigzip.exe
84 example.exe: example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
94 -del *.exe
/src/common/dist/zlib/contrib/pascal/
H A Dzlibd32.mak28 all: $(ZLIB_LIB) example.exe minigzip.exe
80 test: example.exe minigzip.exe
84 example.exe: example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
94 -del *.exe
/src/common/dist/zlib/win32/
H A DMakefile.gcc69 all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example.exe minigzip.exe example_d.exe minigzip_d.exe
71 test: example.exe minigzip.exe
75 testdll: example_d.exe minigzip_d.exe
95 example.exe: example.o $(STATICLIB)
99 minigzip.exe
[all...]
H A DMakefile.msc39 example.exe minigzip.exe example_d.exe minigzip_d.exe
52 example.exe: example.obj $(STATICLIB)
57 minigzip.exe: minigzip.obj $(STATICLIB)
62 example_d.exe: example.obj $(IMPLIB)
67 minigzip_d.exe: minigzip.obj $(IMPLIB)
139 test: example.exe minigzip.exe
[all...]
/src/distrib/hpcarm/stand/
H A DMakefile9 HPCBOOT= hpcboot.exe
/src/usr.bin/crunch/examples/
H A DMakefile19 exe: $(CRUNCHED) target

Completed in 14 milliseconds

123