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