Searched refs:PERL (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-9.3-release/release/doc/share/xml/
H A DMakefile9 ${PERL} ${MAN2HWNOTES_CMD} ${MAN2HWNOTES_FLAGS} -a ${ARCHLIST} -o ${.TARGET} ${MAN4PAGES}
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A DMakefile49 (cd asm; $(PERL) rc5-586.pl elf $(CFLAGS) > ../$@)
52 (cd asm; $(PERL) rc5-586.pl coff $(CFLAGS) > ../$@)
55 (cd asm; $(PERL) rc5-586.pl a.out $(CFLAGS) > ../$@)
58 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
61 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
62 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
63 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
86 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/util/
H A Ddomd26 ${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new
30 ${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/krb5/
H A DMakefile42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A DMakefile47 (cd asm; $(PERL) sha1-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
49 (cd asm; $(PERL) sha512-sse2.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
52 (cd asm; $(PERL) sha1-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
54 (cd asm; $(PERL) sha512-sse2.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
57 (cd asm; $(PERL) sha1-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
59 (cd asm; $(PERL) sha512-sse2.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
62 (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
64 (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
66 (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
69 sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) as
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/md5/
H A DMakefile47 (cd asm; $(PERL) md5-586.pl elf $(CFLAGS) > ../$@)
50 (cd asm; $(PERL) md5-586.pl coff $(CFLAGS) > ../$@)
53 (cd asm; $(PERL) md5-586.pl a.out $(CFLAGS) > ../$@)
55 md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
58 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
61 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
62 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
63 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
86 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/rc4/
H A DMakefile46 (cd asm; $(PERL) rc4-586.pl elf $(CFLAGS) > ../$@)
49 (cd asm; $(PERL) rc4-586.pl coff $(CFLAGS) > ../$@)
52 (cd asm; $(PERL) rc4-586.pl a.out $(CFLAGS) > ../$@)
54 rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@
64 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
67 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
68 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
69 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
92 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/
H A DMakefile.org70 PERL= perl
203 AR='${AR}' PERL='${PERL}' RANLIB='${RANLIB}' \
331 ARX='$(PERL) $${TOP}/util/arx.pl $(AR)' ; \
498 $(PERL) util/mk1mf.pl >makefile.one; \
502 $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
506 @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
507 @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
527 $(PERL) tools/c_rehash certs) && \
539 @$(PERL) uti
[all...]
H A DMakefile72 PERL= /usr/bin/perl macro
205 AR='${AR}' PERL='${PERL}' RANLIB='${RANLIB}' \
333 ARX='$(PERL) $${TOP}/util/arx.pl $(AR)' ; \
500 $(PERL) util/mk1mf.pl >makefile.one; \
504 $(PERL) $(TOP)/util/files.pl Makefile > $(TOP)/MINFO
508 @$(PERL) $(TOP)/util/mkdir-p.pl include/openssl
509 @$(PERL) $(TOP)/util/mklink.pl include/openssl $(EXHEADER)
529 $(PERL) tools/c_rehash certs) && \
541 @$(PERL) uti
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A DMakefile49 (cd asm; $(PERL) bf-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
52 (cd asm; $(PERL) bf-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
55 (cd asm; $(PERL) bf-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
58 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
61 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
62 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
63 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
89 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A DMakefile47 (cd asm; $(PERL) cast-586.pl elf $(CLAGS) $(PROCESSOR) > ../$@)
50 (cd asm; $(PERL) cast-586.pl coff $(CLAGS) $(PROCESSOR) > ../$@)
53 (cd asm; $(PERL) cast-586.pl a.out $(CLAGS) $(PROCESSOR) > ../$@)
56 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
59 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
60 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
61 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
84 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/ripemd/
H A DMakefile47 (cd asm; $(PERL) rmd-586.pl elf $(CFLAGS) > ../$@)
50 (cd asm; $(PERL) rmd-586.pl coff $(CFLAGS) > ../$@)
53 (cd asm; $(PERL) rmd-586.pl a.out $(CFLAGS) > ../$@)
56 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
59 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
60 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
61 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
84 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/tools/
H A DMakefile37 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
50 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/md4/
H A DMakefile42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/pqueue/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/seed/
H A DMakefile42 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
46 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/stack/
H A DMakefile41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
44 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
45 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
46 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
/freebsd-9.3-release/crypto/openssl/crypto/aes/
H A DMakefile54 (cd asm; $(PERL) aes-586.pl elf $(CFLAGS) $(PROCESSOR) > ../$@)
56 (cd asm; $(PERL) aes-586.pl coff $(CFLAGS) $(PROCESSOR) > ../$@)
58 (cd asm; $(PERL) aes-586.pl a.out $(CFLAGS) $(PROCESSOR) > ../$@)
61 $(PERL) asm/aes-x86_64.pl $@
64 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
67 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
68 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
69 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
92 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new

Completed in 115 milliseconds

1234