e5b21e83104ab213380df4ab9c699c3d8d6ef1ee
[openssl.git] / crypto / x509v3 / Makefile
1 #
2 # OpenSSL/crypto/x509v3/Makefile
3 #
4
5 DIR=    x509v3
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 TEST=
17 APPS=
18
19 LIB=$(TOP)/libcrypto.a
20 LIBSRC= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c v3_lib.c \
21 v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c v3_pku.c \
22 v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c v3_info.c \
23 v3_ocsp.c v3_akeya.c v3_pmaps.c v3_pcons.c v3_ncons.c v3_pcia.c v3_pci.c \
24 pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c \
25 v3_asid.c v3_addr.c
26 LIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \
27 v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \
28 v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o \
29 v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o \
30 pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o \
31 v3_asid.o v3_addr.o
32
33 SRC= $(LIBSRC)
34
35 EXHEADER= x509v3.h
36 HEADER= $(EXHEADER) pcy_int.h
37
38 ALL=    $(GENERAL) $(SRC) $(HEADER)
39
40 top:
41         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
42
43 all:    lib
44
45 lib:    $(LIBOBJ)
46         $(AR) $(LIB) $(LIBOBJ)
47         $(RANLIB) $(LIB) || echo Never mind.
48         @touch lib
49
50 files:
51         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
52
53 links:
54         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
55         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
56         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57
58 install:
59         @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
60         @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
61         do  \
62         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
63         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
64         done;
65
66 tags:
67         ctags $(SRC)
68
69 tests:
70
71 lint:
72         lint -DLINT $(INCLUDES) $(SRC)>fluff
73
74 depend:
75         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
76         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
77
78 dclean:
79         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
80         mv -f Makefile.new $(MAKEFILE)
81
82 clean:
83         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
84
85 # DO NOT DELETE THIS LINE -- make depend depends on it.
86
87 pcy_cache.o: ../../e_os.h ../../include/openssl/asn1.h
88 pcy_cache.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
89 pcy_cache.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
90 pcy_cache.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
91 pcy_cache.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
92 pcy_cache.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
93 pcy_cache.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
94 pcy_cache.o: ../cryptlib.h pcy_cache.c pcy_int.h
95 pcy_data.o: ../../e_os.h ../../include/openssl/asn1.h
96 pcy_data.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
97 pcy_data.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
98 pcy_data.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
99 pcy_data.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
100 pcy_data.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
101 pcy_data.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
102 pcy_data.o: ../cryptlib.h pcy_data.c pcy_int.h
103 pcy_lib.o: ../../e_os.h ../../include/openssl/asn1.h
104 pcy_lib.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
105 pcy_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
106 pcy_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
107 pcy_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
108 pcy_lib.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
109 pcy_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
110 pcy_lib.o: ../cryptlib.h pcy_int.h pcy_lib.c
111 pcy_map.o: ../../e_os.h ../../include/openssl/asn1.h
112 pcy_map.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
113 pcy_map.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
114 pcy_map.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
115 pcy_map.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
116 pcy_map.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
117 pcy_map.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
118 pcy_map.o: ../cryptlib.h pcy_int.h pcy_map.c
119 pcy_node.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
120 pcy_node.o: ../../include/openssl/conf.h ../../include/openssl/lhash.h
121 pcy_node.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
122 pcy_node.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
123 pcy_node.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
124 pcy_node.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
125 pcy_node.o: pcy_int.h pcy_node.c
126 pcy_tree.o: ../../e_os.h ../../include/openssl/asn1.h
127 pcy_tree.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
128 pcy_tree.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
129 pcy_tree.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
130 pcy_tree.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
131 pcy_tree.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
132 pcy_tree.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
133 pcy_tree.o: ../cryptlib.h pcy_int.h pcy_tree.c
134 v3_addr.o: ../../e_os.h ../../include/openssl/asn1.h
135 v3_addr.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
136 v3_addr.o: ../../include/openssl/conf.h ../../include/openssl/err.h
137 v3_addr.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
138 v3_addr.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
139 v3_addr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
140 v3_addr.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
141 v3_addr.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_addr.c
142 v3_akey.o: ../../e_os.h ../../include/openssl/asn1.h
143 v3_akey.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
144 v3_akey.o: ../../include/openssl/conf.h ../../include/openssl/err.h
145 v3_akey.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
146 v3_akey.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
147 v3_akey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
148 v3_akey.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
149 v3_akey.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_akey.c
150 v3_akeya.o: ../../e_os.h ../../include/openssl/asn1.h
151 v3_akeya.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
152 v3_akeya.o: ../../include/openssl/conf.h ../../include/openssl/err.h
153 v3_akeya.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
154 v3_akeya.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
155 v3_akeya.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
156 v3_akeya.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
157 v3_akeya.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_akeya.c
158 v3_alt.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
159 v3_alt.o: ../../include/openssl/conf.h ../../include/openssl/err.h
160 v3_alt.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
161 v3_alt.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
162 v3_alt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
163 v3_alt.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
164 v3_alt.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_alt.c
165 v3_asid.o: ../../e_os.h ../../include/openssl/asn1.h
166 v3_asid.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
167 v3_asid.o: ../../include/openssl/conf.h ../../include/openssl/err.h
168 v3_asid.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
169 v3_asid.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
170 v3_asid.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
171 v3_asid.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
172 v3_asid.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_asid.c
173 v3_bcons.o: ../../e_os.h ../../include/openssl/asn1.h
174 v3_bcons.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
175 v3_bcons.o: ../../include/openssl/conf.h ../../include/openssl/err.h
176 v3_bcons.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
177 v3_bcons.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
178 v3_bcons.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
179 v3_bcons.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
180 v3_bcons.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_bcons.c
181 v3_bitst.o: ../../e_os.h ../../include/openssl/asn1.h
182 v3_bitst.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
183 v3_bitst.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
184 v3_bitst.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
185 v3_bitst.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
186 v3_bitst.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
187 v3_bitst.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
188 v3_bitst.o: ../cryptlib.h v3_bitst.c
189 v3_conf.o: ../../e_os.h ../../include/openssl/asn1.h
190 v3_conf.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
191 v3_conf.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
192 v3_conf.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
193 v3_conf.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
194 v3_conf.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
195 v3_conf.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
196 v3_conf.o: ../cryptlib.h v3_conf.c
197 v3_cpols.o: ../../e_os.h ../../include/openssl/asn1.h
198 v3_cpols.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
199 v3_cpols.o: ../../include/openssl/conf.h ../../include/openssl/err.h
200 v3_cpols.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
201 v3_cpols.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
202 v3_cpols.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
203 v3_cpols.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
204 v3_cpols.o: ../../include/openssl/x509v3.h ../cryptlib.h pcy_int.h v3_cpols.c
205 v3_crld.o: ../../e_os.h ../../include/openssl/asn1.h
206 v3_crld.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
207 v3_crld.o: ../../include/openssl/conf.h ../../include/openssl/err.h
208 v3_crld.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
209 v3_crld.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
210 v3_crld.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
211 v3_crld.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
212 v3_crld.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_crld.c
213 v3_enum.o: ../../e_os.h ../../include/openssl/asn1.h
214 v3_enum.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
215 v3_enum.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
216 v3_enum.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
217 v3_enum.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
218 v3_enum.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
219 v3_enum.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
220 v3_enum.o: ../cryptlib.h v3_enum.c
221 v3_extku.o: ../../e_os.h ../../include/openssl/asn1.h
222 v3_extku.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
223 v3_extku.o: ../../include/openssl/conf.h ../../include/openssl/err.h
224 v3_extku.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
225 v3_extku.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
226 v3_extku.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
227 v3_extku.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
228 v3_extku.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_extku.c
229 v3_genn.o: ../../e_os.h ../../include/openssl/asn1.h
230 v3_genn.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
231 v3_genn.o: ../../include/openssl/conf.h ../../include/openssl/err.h
232 v3_genn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
233 v3_genn.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
234 v3_genn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
235 v3_genn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
236 v3_genn.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_genn.c
237 v3_ia5.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
238 v3_ia5.o: ../../include/openssl/conf.h ../../include/openssl/err.h
239 v3_ia5.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
240 v3_ia5.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
241 v3_ia5.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
242 v3_ia5.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
243 v3_ia5.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_ia5.c
244 v3_info.o: ../../e_os.h ../../include/openssl/asn1.h
245 v3_info.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
246 v3_info.o: ../../include/openssl/conf.h ../../include/openssl/err.h
247 v3_info.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
248 v3_info.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
249 v3_info.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
250 v3_info.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
251 v3_info.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_info.c
252 v3_int.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
253 v3_int.o: ../../include/openssl/conf.h ../../include/openssl/err.h
254 v3_int.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
255 v3_int.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
256 v3_int.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
257 v3_int.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
258 v3_int.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_int.c
259 v3_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
260 v3_lib.o: ../../include/openssl/conf.h ../../include/openssl/err.h
261 v3_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
262 v3_lib.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
263 v3_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
264 v3_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
265 v3_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ext_dat.h v3_lib.c
266 v3_ncons.o: ../../e_os.h ../../include/openssl/asn1.h
267 v3_ncons.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
268 v3_ncons.o: ../../include/openssl/conf.h ../../include/openssl/err.h
269 v3_ncons.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
270 v3_ncons.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
271 v3_ncons.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
272 v3_ncons.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
273 v3_ncons.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_ncons.c
274 v3_ocsp.o: ../../e_os.h ../../include/openssl/asn1.h
275 v3_ocsp.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
276 v3_ocsp.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
277 v3_ocsp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
278 v3_ocsp.o: ../../include/openssl/ocsp.h ../../include/openssl/pkcs7.h
279 v3_ocsp.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
280 v3_ocsp.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
281 v3_ocsp.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_ocsp.c
282 v3_pci.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
283 v3_pci.o: ../../include/openssl/conf.h ../../include/openssl/err.h
284 v3_pci.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
285 v3_pci.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
286 v3_pci.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
287 v3_pci.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
288 v3_pci.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_pci.c
289 v3_pcia.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
290 v3_pcia.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
291 v3_pcia.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
292 v3_pcia.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
293 v3_pcia.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
294 v3_pcia.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
295 v3_pcia.o: ../../include/openssl/x509v3.h v3_pcia.c
296 v3_pcons.o: ../../e_os.h ../../include/openssl/asn1.h
297 v3_pcons.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
298 v3_pcons.o: ../../include/openssl/conf.h ../../include/openssl/err.h
299 v3_pcons.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
300 v3_pcons.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
301 v3_pcons.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
302 v3_pcons.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
303 v3_pcons.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_pcons.c
304 v3_pku.o: ../../e_os.h ../../include/openssl/asn1.h
305 v3_pku.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
306 v3_pku.o: ../../include/openssl/conf.h ../../include/openssl/err.h
307 v3_pku.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
308 v3_pku.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
309 v3_pku.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
310 v3_pku.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
311 v3_pku.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_pku.c
312 v3_pmaps.o: ../../e_os.h ../../include/openssl/asn1.h
313 v3_pmaps.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
314 v3_pmaps.o: ../../include/openssl/conf.h ../../include/openssl/err.h
315 v3_pmaps.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
316 v3_pmaps.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
317 v3_pmaps.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
318 v3_pmaps.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
319 v3_pmaps.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_pmaps.c
320 v3_prn.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
321 v3_prn.o: ../../include/openssl/conf.h ../../include/openssl/err.h
322 v3_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
323 v3_prn.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
324 v3_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
325 v3_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
326 v3_prn.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_prn.c
327 v3_purp.o: ../../e_os.h ../../include/openssl/asn1.h
328 v3_purp.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
329 v3_purp.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
330 v3_purp.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
331 v3_purp.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
332 v3_purp.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
333 v3_purp.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
334 v3_purp.o: ../cryptlib.h v3_purp.c
335 v3_skey.o: ../../e_os.h ../../include/openssl/asn1.h
336 v3_skey.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
337 v3_skey.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
338 v3_skey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
339 v3_skey.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
340 v3_skey.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
341 v3_skey.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
342 v3_skey.o: ../cryptlib.h v3_skey.c
343 v3_sxnet.o: ../../e_os.h ../../include/openssl/asn1.h
344 v3_sxnet.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
345 v3_sxnet.o: ../../include/openssl/conf.h ../../include/openssl/err.h
346 v3_sxnet.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
347 v3_sxnet.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
348 v3_sxnet.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
349 v3_sxnet.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
350 v3_sxnet.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_sxnet.c
351 v3_utl.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
352 v3_utl.o: ../../include/openssl/conf.h ../../include/openssl/err.h
353 v3_utl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
354 v3_utl.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
355 v3_utl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
356 v3_utl.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
357 v3_utl.o: ../../include/openssl/x509v3.h ../cryptlib.h v3_utl.c
358 v3err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
359 v3err.o: ../../include/openssl/conf.h ../../include/openssl/err.h
360 v3err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
361 v3err.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
362 v3err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
363 v3err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
364 v3err.o: ../../include/openssl/x509v3.h v3err.c