Home
last modified time | relevance | path

Searched full:depend (Results 1 – 25 of 1235) sorted by relevance

12345678910>>...50

/freebsd/crypto/openssl/doc/man1/
H A Dbuild.info2 # turned into appropriate DEPEND and GENERATE lines. All we need here are
5 DEPEND[openssl-asn1parse.pod]=../perlvars.pm
6 DEPEND[openssl-ca.pod]=../perlvars.pm
7 DEPEND[openssl-ciphers.pod]=../perlvars.pm
8 DEPEND[openssl-cmds.pod]=../perlvars.pm
9 DEPEND[openssl-cmp.pod]=../perlvars.pm
10 DEPEND[openssl-cms.pod]=../perlvars.pm
11 DEPEND[openssl-crl2pkcs7.pod]=../perlvars.pm
12 DEPEND[openssl-crl.pod]=../perlvars.pm
13 DEPEND[openssl-dgst.pod]=../perlvars.pm
[all …]
/freebsd/crypto/openssl/doc/
H A Dbuild.info3 DEPEND[html/man1/CA.pl.html]=man1/CA.pl.pod
5 DEPEND[man/man1/CA.pl.1]=man1/CA.pl.pod
7 DEPEND[html/man1/openssl-asn1parse.html]=man1/openssl-asn1parse.pod
9 DEPEND[man/man1/openssl-asn1parse.1]=man1/openssl-asn1parse.pod
11 DEPEND[man1/openssl-asn1parse.pod]{pod}=man1/openssl-asn1parse.pod.in
13 DEPEND[html/man1/openssl-ca.html]=man1/openssl-ca.pod
15 DEPEND[man/man1/openssl-ca.1]=man1/openssl-ca.pod
17 DEPEND[man1/openssl-ca.pod]{pod}=man1/openssl-ca.pod.in
19 DEPEND[html/man1/openssl-ciphers.html]=man1/openssl-ciphers.pod
21 DEPEND[man/man1/openssl-ciphers.1]=man1/openssl-ciphers.pod
[all …]
/freebsd/sys/powerpc/conf/dpaa/
H A Dfiles.dpaa4 no-depend compile-with "${DPAA_COMPILE_CMD}"
6 no-depend compile-with "${DPAA_COMPILE_CMD}"
8 no-depend compile-with "${DPAA_COMPILE_CMD}"
10 no-depend compile-with "${DPAA_COMPILE_CMD}"
12 no-depend compile-with "${DPAA_COMPILE_CMD}"
14 no-depend compile-with "${DPAA_COMPILE_CMD}"
16 no-depend compile-with "${DPAA_COMPILE_CMD}"
18 no-depend compile-with "${DPAA_COMPILE_CMD}"
20 no-depend compile-with "${DPAA_COMPILE_CMD}"
22 no-depend compile-with "${DPAA_COMPILE_CMD}"
[all …]
/freebsd/crypto/openssl/test/
H A Dbuild.info37 DEPEND[libtestutil.a]=../libcrypto
98 DEPEND[confdump]=../libcrypto
102 DEPEND[versions]=../libcrypto
106 DEPEND[aborttest]=../libcrypto
110 DEPEND[sanitytest]=../libcrypto.a libtestutil.a
114 DEPEND[time_test]=../libcrypto.a libtestutil.a
118 DEPEND[rand_test]=../libcrypto.a libtestutil.a
125 DEPEND[test_test]=../libcrypto libtestutil.a
129 DEPEND[exdatatest]=../libcrypto libtestutil.a
133 DEPEND[bntest]=../libcrypto libtestutil.a
[all …]
/freebsd/crypto/krb5/src/config/
H A Dpost.in15 # runs shell script tests should make its check rule depend on
26 depend: depend-postrecurse
27 depend-postrecurse: depend-recurse
28 depend-recurse: depend-prerecurse
30 depend-prerecurse:
31 depend-postrecurse:
33 depend-postrecurse: depend-update-makefile
39 $(BUILDTOP)/.depend-verify-srcdir:
50 if test -r $(BUILDTOP)/.depend-verify-srcdir; then :; \
51 else (set -x; touch $(BUILDTOP)/.depend-verify-srcdir); fi \
[all …]
/freebsd/crypto/openssl/providers/common/der/
H A Dbuild.info8 DEPEND[$DER_DIGESTS_GEN]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
10 DEPEND[${DER_DIGESTS_GEN/.c/.o}]=$DER_DIGESTS_H
12 DEPEND[$DER_DIGESTS_H]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
22 DEPEND[$DER_RSA_GEN]=oids_to_c.pm NIST.asn1 RSA.asn1
24 DEPEND[${DER_RSA_AUX/.c/.o}]=$DER_RSA_H $DER_DIGESTS_H
25 DEPEND[${DER_RSA_GEN/.c/.o}]=$DER_RSA_H
27 DEPEND[$DER_RSA_H]=oids_to_c.pm NIST.asn1 RSA.asn1
36 DEPEND[$DER_DSA_GEN]=oids_to_c.pm DSA.asn1
38 DEPEND[${DER_DSA_AUX/.c/.o}]=$DER_DSA_H $DER_DIGESTS_H
39 DEPEND[${DER_DSA_GEN/.c/.o}]=$DER_DSA_H
[all …]
/freebsd/crypto/openssl/fuzz/
H A Dbuild.info55 DEPEND[asn1]=../libcrypto ../libssl {- $ex_lib -}
59 DEPEND[asn1parse]=../libcrypto {- $ex_lib -}
63 DEPEND[bignum]=../libcrypto {- $ex_lib -}
67 DEPEND[bndiv]=../libcrypto {- $ex_lib -}
71 DEPEND[client]=../libcrypto ../libssl {- $ex_lib -}
75 DEPEND[cmp]=../libcrypto {- $ex_lib -}
79 DEPEND[slh-dsa]=../libcrypto {- $ex_lib -}
83 DEPEND[cms]=../libcrypto {- $ex_lib -}
87 DEPEND[conf]=../libcrypto {- $ex_lib -}
91 DEPEND[crl]=../libcrypto {- $ex_lib -}
[all …]
/freebsd/contrib/bmake/
H A Dmkdeps.sh136 rm -f .depend
197 echo "\\" >> .depend
198 echo $N " $C" >> .depend
201 echo $N "$ifile $C" >> .depend
233 -A) Include=;; # cat .depend >> $MAKEFILE
252 [ "$append" ] || > .depend
275 echo "$base: $file \\" >> .depend
277 echo "$base.$obj: $file \\" >> .depend
279 echo $N " $C" >> .depend
282 echo >> .depend
[all …]
/freebsd/crypto/openssl/exporters/
H A Dbuild.info3 DEPEND[OpenSSLConfig.cmake]=../installdata.pm
5 DEPEND[OpenSSLConfigVersion.cmake]=../installdata.pm
6 DEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake
8 DEPEND[""]=OpenSSLConfigVersion.cmake
12 DEPEND[libcrypto.pc]=../installdata.pm
14 DEPEND[libssl.pc]=../installdata.pm
16 DEPEND[openssl.pc]=../installdata.pm
17 DEPEND[openssl.pc]=libcrypto.pc libssl.pc
19 DEPEND[""]=openssl.pc
/freebsd/crypto/openssl/demos/cms/
H A Dbuild.info13 DEPEND[cms_comp]=../../libcrypto ../../libssl
17 DEPEND[cms_ddec]=../../libcrypto ../../libssl
21 DEPEND[cms_dec]=../../libcrypto ../../libssl
25 DEPEND[cms_denc]=../../libcrypto ../../libssl
29 DEPEND[cms_enc]=../../libcrypto ../../libssl
33 DEPEND[cms_sign]=../../libcrypto ../../libssl
37 DEPEND[cms_sign2]=../../libcrypto ../../libssl
41 DEPEND[cms_uncomp]=../../libcrypto ../../libssl
45 DEPEND[cms_ver]=../../libcrypto ../../libssl
/freebsd/crypto/openssl/
H A Dbuild.info19 DEPEND[libssl]=libcrypto
21 # Empty DEPEND "indices" means the dependencies are expected to be built
23 DEPEND[]=include/openssl/asn1.h \
86 DEPEND[crypto/params_idx.c \
99 DEPEND[libcrypto.ld libssl.ld]=configdata.pm util/perl/OpenSSL/Ordinals.pm
105 DEPEND[libcrypto.rc libssl.rc]=configdata.pm
118 DEPEND[OpenSSLConfig.cmake]=builddata.pm
120 DEPEND[OpenSSLConfigVersion.cmake]=builddata.pm
121 DEPEND[OpenSSLConfigVersion.cmake]=OpenSSLConfig.cmake
122 DEPEND[""]=OpenSSLConfigVersion.cmake
[all …]
/freebsd/crypto/openssl/demos/bio/
H A Dbuild.info5 DEPEND[client-arg]=../../libcrypto ../../libssl
9 DEPEND[sconnect]=../../libcrypto ../../libssl
13 DEPEND[server-cmod]=../../libcrypto ../../libssl
17 DEPEND[client-conf]=../../libcrypto ../../libssl
21 DEPEND[saccept]=../../libcrypto ../../libssl
25 DEPEND[server-arg]=../../libcrypto ../../libssl
29 DEPEND[server-conf]=../../libcrypto ../../libssl
/freebsd/crypto/krb5/src/plugins/kdb/db2/
H A DMakefile.in69 $(RM) .depend-verify-db
74 .depend-verify-db: depend-verify-db-$(DB_VERSION)
75 depend-verify-db-k5:
76 @if test -r .depend-verify-db; then :; \
77 else (set -x; touch .depend-verify-db); fi
78 depend-verify-db-sys:
82 .d: .depend-verify-db
/freebsd/contrib/bmake/mk/
H A Ddep.mk43 .NOPATH: .depend
45 .if ${MKDEP_MK:Uno} == "auto.dep.mk" && make(depend)
46 # auto.dep.mk does not "do" depend
64 .if !target(depend)
65 depend: beforedepend .depend _SUBDIRUSE afterdepend
70 .depend: ${SRCS} ${.PARSEDIR}/${.PASEFILE}
71 @rm -f .depend
107 .depend:
132 rm -f .depend
[all...]
H A Ddirdeps-options.mk22 # It is to be included by Makefile.depend.options in a
24 # Makefile.depend.options should set DIRDEPS_OPTIONS and
27 # If a Makefile.depend.options file exists, it will be included by
34 # a Makefile.depend.options that sets
43 # In some cases the value of MK_FOO might depend on TARGET_SPEC
47 # Because Makefile.depend.options are processed at both level 0 (when
49 # Makefile.depend* after successful build), it is important that
55 # This should have been set by Makefile.depend.options
64 # some options can depend on TARGET_SPEC!
H A Dauto.dep.mk30 # don't even try to handle 'make depend' gracefully.
47 CLEANFILES += .depend *.d
63 DEPENDFILE = .depend
66 .MAKE.DEPENDFILE ?= .depend
77 # doing 'make depend' isn't a big win with this model
78 .if !target(depend)
79 depend: ${DEPENDFILE}
/freebsd/crypto/openssl/demos/pkey/
H A Dbuild.info16 DEPEND[EVP_PKEY_EC_keygen]=../../libcrypto
20 DEPEND[EVP_PKEY_RSA_keygen]=../../libcrypto
24 DEPEND[EVP_PKEY_DSA_keygen]=../../libcrypto
28 DEPEND[EVP_PKEY_DSA_paramgen]=../../libcrypto
32 DEPEND[EVP_PKEY_DSA_paramvalidate]=../../libcrypto
36 DEPEND[EVP_PKEY_DSA_paramfromdata]=../../libcrypto
/freebsd/crypto/openssl/providers/implementations/signature/
H A Dbuild.info29 DEPEND[ml_dsa_sig.o]=../../common/include/prov/der_ml_dsa.h
30 DEPEND[slh_dsa_sig.o]=../../common/include/prov/der_slh_dsa.h
31 DEPEND[rsa_sig.o]=../../common/include/prov/der_rsa.h
32 DEPEND[dsa_sig.o]=../../common/include/prov/der_dsa.h
33 DEPEND[ecdsa_sig.o]=../../common/include/prov/der_ec.h
34 DEPEND[eddsa_sig.o]=../../common/include/prov/der_ecx.h
35 DEPEND[sm2_sig.o]=../../common/include/prov/der_sm2.h
/freebsd/share/mk/
H A Ddirdeps-options.mk22 # It is to be included by Makefile.depend.options in a
24 # Makefile.depend.options should set DIRDEPS_OPTIONS and
27 # If a Makefile.depend.options file exists, it will be included by
34 # a Makefile.depend.options that sets
43 # In some cases the value of MK_FOO might depend on TARGET_SPEC
47 # Because Makefile.depend.options are processed at both level 0 (when
49 # Makefile.depend* after successful build), it is important that
55 # This should have been set by Makefile.depend.options
64 # some options can depend on TARGET_SPEC!
H A Dbsd.dep.mk16 # DEPENDFILE dependencies file [.depend]
33 # depend:
60 # Keep `tags' here, before SRCS are mangled below for `depend'.
85 # Skip reading .depend when not needed to speed up tree-walks and simple
87 # Also skip generating or including .depend.* files if in meta+filemon mode
220 # Don't bother statting any .meta files for .depend*
248 .depend:
252 # this depend: bypasses that below
254 depend: beforedepend ${DPSRCS} ${SRCS} afterdepend
287 # - For meta mode we still need to know which file to depend on to avoid
[all …]
/freebsd/crypto/openssl/Configurations/
H A DREADME-design.md43 The variables `SOURCE`, `DEPEND`, `INCLUDE` and `DEFINE` are indexed by a
61 DEPEND[libssl]=libcrypto
66 library, and that the library `libssl` depend on the library
73 DEPEND[openssl]=../libssl
78 called `apps/openss` (the file name extension will depend on the
88 DEPEND[cversion.o]=buildinf.h
91 DEPEND[buildinf.h]=../Makefile
92 DEPEND[../util/mkbuildinf.pl]=../util/Foo.pm
107 can be declared to depend on other files, in this case a perl module.
111 `DEPEND[cversion.o]` mentions an object file. DEPEND indexes is the
[all …]
/freebsd/crypto/openssl/demos/guide/
H A Dbuild.info18 DEPEND[tls-client-block]=../../libcrypto ../../libssl
22 DEPEND[quic-client-block]=../../libcrypto ../../libssl
26 DEPEND[quic-multi-stream]=../../libcrypto ../../libssl
30 DEPEND[tls-client-non-block]=../../libcrypto ../../libssl
34 DEPEND[quic-server-block]=../../libcrypto ../../libssl
38 DEPEND[quic-server-non-block]=../../libcrypto ../../libssl
42 DEPEND[quic-client-non-block]=../../libcrypto ../../libssl
/freebsd/crypto/openssl/doc/internal/man7/
H A Dbuild.info.pod27 B<DEPEND[>I<items>B<]=> I<otheritem> ...
150 DEPEND[foo]=libcookie
161 DEPEND[foo details]=libcookie
436 =item B<DEPEND[>I<items>B<]> B<=> I<file> ...
438 Collects dependencies, where I<items> depend on the given I<file>s.
441 generators should make the whole build depend on the given I<file>s,
451 DEPEND[|tests|]=fipsmodule.cnf
453 B<DEPEND> statements may have attributes, which apply to each
456 DEPEND[libfoo.a]=libmandatory.a
457 DEPEND[libfoo.a]{weak}=libbar.a libcookie.a
[all …]
/freebsd/crypto/openssl/demos/signature/
H A Dbuild.info15 DEPEND[EVP_EC_Signature_demo]=../../libcrypto
19 DEPEND[EVP_DSA_Signature_demo]=../../libcrypto
23 DEPEND[EVP_ED_Signature_demo]=../../libcrypto
27 DEPEND[rsa_pss_direct]=../../libcrypto
31 DEPEND[rsa_pss_hash]=../../libcrypto
/freebsd/sys/conf/
H A Dkern.post.mk68 .for target in all clean cleandepend cleandir clobber depend install \
169 modules-depend: beforebuild
173 modules-all modules-depend: modules-obj
274 # Skip reading .depend when not needed to speed up tree-walks and simple
276 # Also skip generating or including .depend.* files if in meta+filemon mode
291 kernel-depend: .depend
297 DEPENDFILES= ${DEPENDOBJS:O:u:C/^/.depend./}
304 .depend: .NOMETA
309 DEPEND_CFLAGS+= -MD ${DEPEND_MP} -MF.depend.${.TARGET}
327 # Always run 'make depend' to generate dependencies early and to avoid the
[all …]

12345678910>>...50