]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/x509/Makefile.ssl
Make VIA Padlock engine more platform friendly and eliminate compiler
[thirdparty/openssl.git] / crypto / x509 / Makefile.ssl
CommitLineData
d02b48c6
RE
1#
2# SSLeay/crypto/x509/Makefile
3#
4
5DIR= x509
6TOP= ../..
7CC= cc
41d2a336 8INCLUDES= -I.. -I$(TOP) -I../../include
d02b48c6 9CFLAG=-g
e5f3045f
BM
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
d02b48c6
RE
12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl
cf1b7d96
RL
14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
d02b48c6
RE
16MAKEFILE= Makefile.ssl
17AR= ar r
18
19CFLAGS= $(INCLUDES) $(CFLAG)
20
d02b48c6
RE
21GENERAL=Makefile README
22TEST=
23APPS=
24
25LIB=$(TOP)/libcrypto.a
26LIBSRC= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
8ce97163 27 x509_obj.c x509_req.c x509spki.c x509_vfy.c \
35bf3541 28 x509_set.c x509cset.c x509rset.c x509_err.c \
b38f9f66 29 x509name.c x509_v3.c x509_ext.c x509_att.c \
d02b48c6 30 x509type.c x509_lu.c x_all.c x509_txt.c \
5d7c222d 31 x509_trs.c by_file.c by_dir.c x509_vpm.c
d02b48c6 32LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
8ce97163 33 x509_obj.o x509_req.o x509spki.o x509_vfy.o \
35bf3541 34 x509_set.o x509cset.o x509rset.o x509_err.o \
b38f9f66 35 x509name.o x509_v3.o x509_ext.o x509_att.o \
d02b48c6 36 x509type.o x509_lu.o x_all.o x509_txt.o \
5d7c222d 37 x509_trs.o by_file.o by_dir.o x509_vpm.o
d02b48c6
RE
38
39SRC= $(LIBSRC)
40
41EXHEADER= x509.h x509_vfy.h
42HEADER= $(EXHEADER)
43
44ALL= $(GENERAL) $(SRC) $(HEADER)
45
46top:
47 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
48
49all: lib
50
51lib: $(LIBOBJ)
52 $(AR) $(LIB) $(LIBOBJ)
4e20b1a6 53 $(RANLIB) $(LIB) || echo Never mind.
d02b48c6
RE
54 @touch lib
55
56files:
99aab161 57 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
d02b48c6
RE
58
59links:
79b42e76 60 @sh $(TOP)/util/point.sh Makefile.ssl Makefile
1314c344
BM
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)
d02b48c6
RE
64
65install:
66 @for i in $(EXHEADER) ; \
67 do \
e5f3045f
BM
68 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
69 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
d02b48c6
RE
70 done;
71
72tags:
73 ctags $(SRC)
74
75tests:
76
77lint:
78 lint -DLINT $(INCLUDES) $(SRC)>fluff
79
80depend:
001ab3ab 81 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
d02b48c6
RE
82
83dclean:
99aab161 84 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
d02b48c6
RE
85 mv -f Makefile.new $(MAKEFILE)
86
87clean:
bb8f3c58 88 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
d02b48c6 89
d02b48c6 90# DO NOT DELETE THIS LINE -- make depend depends on it.
6242bb9c 91
5e42f9ab 92by_dir.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
9c52d2cc
GT
93by_dir.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
94by_dir.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
95by_dir.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
96by_dir.o: ../../include/openssl/err.h ../../include/openssl/evp.h
97by_dir.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
98by_dir.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
99by_dir.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
100by_dir.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
101by_dir.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
102by_dir.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
103by_dir.o: ../../include/openssl/x509_vfy.h ../cryptlib.h by_dir.c
5e42f9ab 104by_file.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
105by_file.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
106by_file.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
107by_file.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
108by_file.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
109by_file.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
110by_file.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
111by_file.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
112by_file.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
113by_file.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
114by_file.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
115by_file.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
116by_file.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
117by_file.o: ../cryptlib.h by_file.c
5e42f9ab 118x509_att.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
119x509_att.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
120x509_att.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
121x509_att.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
122x509_att.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
123x509_att.o: ../../include/openssl/err.h ../../include/openssl/evp.h
124x509_att.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
125x509_att.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 126x509_att.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
127x509_att.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
128x509_att.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
129x509_att.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
130x509_att.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
131x509_att.o: ../cryptlib.h x509_att.c
5e42f9ab 132x509_cmp.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
133x509_cmp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
134x509_cmp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
135x509_cmp.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
136x509_cmp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
137x509_cmp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
138x509_cmp.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
139x509_cmp.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 140x509_cmp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
141x509_cmp.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
142x509_cmp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
143x509_cmp.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
144x509_cmp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
145x509_cmp.o: ../cryptlib.h x509_cmp.c
5e42f9ab 146x509_d2.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
147x509_d2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
148x509_d2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
149x509_d2.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
150x509_d2.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
151x509_d2.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
152x509_d2.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
153x509_d2.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
154x509_d2.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
155x509_d2.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
156x509_d2.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
157x509_d2.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
158x509_d2.o: ../cryptlib.h x509_d2.c
5e42f9ab 159x509_def.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
160x509_def.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
161x509_def.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
162x509_def.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
163x509_def.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
164x509_def.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
165x509_def.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
166x509_def.o: ../../include/openssl/opensslconf.h
f8000b93 167x509_def.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
168x509_def.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
169x509_def.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
170x509_def.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
171x509_def.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_def.c
5e42f9ab 172x509_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
9c52d2cc
GT
173x509_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
174x509_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
175x509_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
176x509_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h
177x509_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
178x509_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 179x509_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
180x509_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
181x509_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
182x509_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
183x509_err.o: ../../include/openssl/x509_vfy.h x509_err.c
5e42f9ab 184x509_ext.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
185x509_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
186x509_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
187x509_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
188x509_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
189x509_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
190x509_ext.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
191x509_ext.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 192x509_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
193x509_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
194x509_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
195x509_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
196x509_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
197x509_ext.o: ../cryptlib.h x509_ext.c
5e42f9ab 198x509_lu.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
199x509_lu.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
200x509_lu.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
201x509_lu.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
202x509_lu.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
203x509_lu.o: ../../include/openssl/err.h ../../include/openssl/evp.h
204x509_lu.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
205x509_lu.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
206x509_lu.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
207x509_lu.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
208x509_lu.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
209x509_lu.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
210x509_lu.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
211x509_lu.o: ../cryptlib.h x509_lu.c
5e42f9ab 212x509_obj.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
213x509_obj.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
214x509_obj.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
215x509_obj.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
216x509_obj.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
217x509_obj.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
218x509_obj.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
219x509_obj.o: ../../include/openssl/opensslconf.h
f8000b93 220x509_obj.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
221x509_obj.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
222x509_obj.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
223x509_obj.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
224x509_obj.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_obj.c
5e42f9ab
RL
225x509_r2x.o: ../../e_os.h ../../include/openssl/asn1.h
226x509_r2x.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
227x509_r2x.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
5e42f9ab
RL
228x509_r2x.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
229x509_r2x.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
230x509_r2x.o: ../../include/openssl/err.h ../../include/openssl/evp.h
231x509_r2x.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903 232x509_r2x.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 233x509_r2x.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
234x509_r2x.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
235x509_r2x.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
236x509_r2x.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
237x509_r2x.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_r2x.c
5e42f9ab
RL
238x509_req.o: ../../e_os.h ../../include/openssl/asn1.h
239x509_req.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
240x509_req.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
5e42f9ab
RL
241x509_req.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
242x509_req.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
243x509_req.o: ../../include/openssl/err.h ../../include/openssl/evp.h
244x509_req.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903 245x509_req.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93
RL
246x509_req.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
247x509_req.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
c57bc2dc
GT
248x509_req.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
249x509_req.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
250x509_req.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
251x509_req.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_req.c
5e42f9ab 252x509_set.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
253x509_set.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
254x509_set.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
255x509_set.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
256x509_set.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
257x509_set.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
258x509_set.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
259x509_set.o: ../../include/openssl/opensslconf.h
f8000b93 260x509_set.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
261x509_set.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
262x509_set.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
263x509_set.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
264x509_set.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_set.c
5e42f9ab 265x509_trs.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
266x509_trs.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
267x509_trs.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
268x509_trs.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
269x509_trs.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
270x509_trs.o: ../../include/openssl/err.h ../../include/openssl/evp.h
271x509_trs.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
272x509_trs.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 273x509_trs.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
274x509_trs.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
275x509_trs.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
276x509_trs.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
277x509_trs.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
278x509_trs.o: ../cryptlib.h x509_trs.c
5e42f9ab 279x509_txt.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
280x509_txt.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
281x509_txt.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
282x509_txt.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
283x509_txt.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
284x509_txt.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
285x509_txt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
286x509_txt.o: ../../include/openssl/opensslconf.h
f8000b93 287x509_txt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
288x509_txt.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
289x509_txt.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
290x509_txt.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
291x509_txt.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509_txt.c
5e42f9ab 292x509_v3.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
293x509_v3.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
294x509_v3.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
295x509_v3.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
296x509_v3.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
297x509_v3.o: ../../include/openssl/err.h ../../include/openssl/evp.h
298x509_v3.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
299x509_v3.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
300x509_v3.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
301x509_v3.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
302x509_v3.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
303x509_v3.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
304x509_v3.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
305x509_v3.o: ../cryptlib.h x509_v3.c
5e42f9ab 306x509_vfy.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
307x509_vfy.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
308x509_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
309x509_vfy.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
310x509_vfy.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
311x509_vfy.o: ../../include/openssl/err.h ../../include/openssl/evp.h
312x509_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
313x509_vfy.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
f8000b93 314x509_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
315x509_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
316x509_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
317x509_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
318x509_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
319x509_vfy.o: ../cryptlib.h x509_vfy.c
5e42f9ab 320x509cset.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
321x509cset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
322x509cset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
323x509cset.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
324x509cset.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
325x509cset.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
326x509cset.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
327x509cset.o: ../../include/openssl/opensslconf.h
f8000b93 328x509cset.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
329x509cset.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
330x509cset.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
331x509cset.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
332x509cset.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509cset.c
5e42f9ab 333x509name.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
334x509name.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
335x509name.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
336x509name.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
337x509name.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
338x509name.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
339x509name.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
340x509name.o: ../../include/openssl/opensslconf.h
f8000b93 341x509name.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
342x509name.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
343x509name.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
344x509name.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
345x509name.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509name.c
5e42f9ab 346x509rset.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
347x509rset.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
348x509rset.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
349x509rset.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
350x509rset.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
351x509rset.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
352x509rset.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
353x509rset.o: ../../include/openssl/opensslconf.h
f8000b93 354x509rset.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
355x509rset.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
356x509rset.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
357x509rset.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
358x509rset.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509rset.c
5e42f9ab 359x509spki.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
360x509spki.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
361x509spki.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
362x509spki.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
363x509spki.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
364x509spki.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
365x509spki.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
366x509spki.o: ../../include/openssl/opensslconf.h
f8000b93 367x509spki.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
368x509spki.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
369x509spki.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
370x509spki.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
371x509spki.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509spki.c
5e42f9ab 372x509type.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
373x509type.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
374x509type.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
375x509type.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
376x509type.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
377x509type.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
378x509type.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
379x509type.o: ../../include/openssl/opensslconf.h
f8000b93 380x509type.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
381x509type.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
382x509type.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
383x509type.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
384x509type.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x509type.c
5e42f9ab 385x_all.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
9c52d2cc
GT
386x_all.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
387x_all.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
388x_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
389x_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
390x_all.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
391x_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
392x_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
393x_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
394x_all.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
395x_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
396x_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
397x_all.o: ../../include/openssl/x509_vfy.h ../cryptlib.h x_all.c