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