Fix security hole.
[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../../include
9 CFLAG=-g
10 INSTALLTOP=/usr/local/ssl
11 MAKE=           make -f Makefile.ssl
12 MAKEDEPEND=     $(TOP)/util/domd $(TOP)
13 MAKEFILE=       Makefile.ssl
14 AR=             ar r
15
16 CFLAGS= $(INCLUDES) $(CFLAG)
17
18 ERR=x509
19 ERRC=x509_err
20 GENERAL=Makefile README
21 TEST=
22 APPS=
23
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c \
26         x509_obj.c x509_req.c x509_vfy.c \
27         x509_set.c x509rset.c $(ERRC).c \
28         x509name.c x509_v3.c x509_ext.c x509pack.c \
29         x509type.c x509_lu.c x_all.c x509_txt.c \
30         by_file.c by_dir.c \
31         v3_net.c v3_x509.c
32 LIBOBJ= x509_def.o x509_d2.o x509_r2x.o x509_cmp.o \
33         x509_obj.o x509_req.o x509_vfy.o \
34         x509_set.o x509rset.o $(ERRC).o \
35         x509name.o x509_v3.o x509_ext.o x509pack.o \
36         x509type.o x509_lu.o x_all.o x509_txt.o \
37         by_file.o by_dir.o \
38         v3_net.o v3_x509.o
39
40 SRC= $(LIBSRC)
41
42 EXHEADER= x509.h x509_vfy.h
43 HEADER= $(EXHEADER)
44
45 ALL=    $(GENERAL) $(SRC) $(HEADER)
46
47 top:
48         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
49
50 all:    lib
51
52 lib:    $(LIBOBJ)
53         $(AR) $(LIB) $(LIBOBJ)
54         sh $(TOP)/util/ranlib.sh $(LIB)
55         @touch lib
56
57 files:
58         perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
59
60 links:
61         @$(TOP)/util/point.sh Makefile.ssl Makefile
62         @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
63         @$(TOP)/util/mklink.sh ../../test $(TEST)
64         @$(TOP)/util/mklink.sh ../../apps $(APPS)
65
66 install:
67         @for i in $(EXHEADER) ; \
68         do  \
69         (cp $$i $(INSTALLTOP)/include/$$i; \
70         chmod 644 $(INSTALLTOP)/include/$$i ); \
71         done;
72
73 tags:
74         ctags $(SRC)
75
76 tests:
77
78 lint:
79         lint -DLINT $(INCLUDES) $(SRC)>fluff
80
81 depend:
82         $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
83
84 dclean:
85         perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
86         mv -f Makefile.new $(MAKEFILE)
87
88 clean:
89         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
90
91 errors: $(ERRC).c
92
93 $(ERRC).c: $(ERR).err
94         perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
95         perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
96
97 # DO NOT DELETE THIS LINE -- make depend depends on it.
98
99 by_dir.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
100 by_dir.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
101 by_dir.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
102 by_dir.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
103 by_dir.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
104 by_dir.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
105 by_dir.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
106 by_dir.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
107 by_dir.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
108 by_dir.o: ../opensslv.h x509.h x509_vfy.h
109 by_file.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
110 by_file.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
111 by_file.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
112 by_file.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
113 by_file.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
114 by_file.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
115 by_file.o: ../../include/pem.h ../../include/pem2.h ../../include/pkcs7.h
116 by_file.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
117 by_file.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
118 by_file.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
119 by_file.o: x509_vfy.h
120 v3_net.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
121 v3_net.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
122 v3_net.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
123 v3_net.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
124 v3_net.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
125 v3_net.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
126 v3_net.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
127 v3_net.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
128 v3_net.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
129 v3_net.o: x509_vfy.h
130 v3_x509.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
131 v3_x509.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
132 v3_x509.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
133 v3_x509.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
134 v3_x509.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
135 v3_x509.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
136 v3_x509.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
137 v3_x509.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
138 v3_x509.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
139 v3_x509.o: x509_vfy.h
140 x509_cmp.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
141 x509_cmp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
142 x509_cmp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
143 x509_cmp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
144 x509_cmp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
145 x509_cmp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
146 x509_cmp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
147 x509_cmp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
148 x509_cmp.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
149 x509_cmp.o: x509.h x509_vfy.h
150 x509_d2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
151 x509_d2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
152 x509_d2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
153 x509_d2.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
154 x509_d2.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
155 x509_d2.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
156 x509_d2.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
157 x509_d2.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
158 x509_d2.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
159 x509_d2.o: x509_vfy.h
160 x509_def.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
161 x509_def.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
162 x509_def.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
163 x509_def.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
164 x509_def.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
165 x509_def.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
166 x509_def.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
167 x509_def.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
168 x509_def.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
169 x509_def.o: x509.h x509_vfy.h
170 x509_err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
171 x509_err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
172 x509_err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
173 x509_err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
174 x509_err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
175 x509_err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
176 x509_err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
177 x509_err.o: ../../include/sha.h ../../include/stack.h ../crypto.h ../opensslv.h
178 x509_err.o: x509.h x509_vfy.h
179 x509_ext.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
180 x509_ext.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
181 x509_ext.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
182 x509_ext.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
183 x509_ext.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
184 x509_ext.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
185 x509_ext.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
186 x509_ext.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
187 x509_ext.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
188 x509_ext.o: x509.h x509_vfy.h
189 x509_lu.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
190 x509_lu.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
191 x509_lu.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
192 x509_lu.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
193 x509_lu.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
194 x509_lu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
195 x509_lu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
196 x509_lu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
197 x509_lu.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
198 x509_lu.o: ../opensslv.h x509.h x509_vfy.h
199 x509_obj.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
200 x509_obj.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
201 x509_obj.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
202 x509_obj.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
203 x509_obj.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
204 x509_obj.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
205 x509_obj.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
206 x509_obj.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
207 x509_obj.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
208 x509_obj.o: ../opensslv.h x509.h x509_vfy.h
209 x509_r2x.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
210 x509_r2x.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
211 x509_r2x.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
212 x509_r2x.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
213 x509_r2x.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
214 x509_r2x.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
215 x509_r2x.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
216 x509_r2x.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
217 x509_r2x.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
218 x509_r2x.o: x509.h x509_vfy.h
219 x509_req.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
220 x509_req.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
221 x509_req.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
222 x509_req.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
223 x509_req.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
224 x509_req.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
225 x509_req.o: ../../include/pem2.h ../../include/pkcs7.h ../../include/rc2.h
226 x509_req.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
227 x509_req.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
228 x509_req.o: ../cryptlib.h ../crypto.h ../opensslv.h x509.h x509_vfy.h
229 x509_set.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
230 x509_set.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
231 x509_set.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
232 x509_set.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
233 x509_set.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
234 x509_set.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
235 x509_set.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
236 x509_set.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
237 x509_set.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
238 x509_set.o: x509.h x509_vfy.h
239 x509_txt.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
240 x509_txt.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
241 x509_txt.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
242 x509_txt.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
243 x509_txt.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
244 x509_txt.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
245 x509_txt.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
246 x509_txt.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
247 x509_txt.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
248 x509_txt.o: ../opensslv.h x509.h x509_vfy.h
249 x509_v3.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
250 x509_v3.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
251 x509_v3.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
252 x509_v3.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
253 x509_v3.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
254 x509_v3.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
255 x509_v3.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
256 x509_v3.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
257 x509_v3.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
258 x509_v3.o: x509_vfy.h
259 x509_vfy.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
260 x509_vfy.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
261 x509_vfy.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
262 x509_vfy.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
263 x509_vfy.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
264 x509_vfy.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
265 x509_vfy.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
266 x509_vfy.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
267 x509_vfy.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
268 x509_vfy.o: ../opensslv.h x509.h x509_vfy.h
269 x509name.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
270 x509name.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
271 x509name.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
272 x509name.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
273 x509name.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
274 x509name.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
275 x509name.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
276 x509name.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
277 x509name.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
278 x509name.o: x509.h x509_vfy.h
279 x509pack.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
280 x509pack.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
281 x509pack.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
282 x509pack.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
283 x509pack.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
284 x509pack.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
285 x509pack.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
286 x509pack.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
287 x509pack.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
288 x509pack.o: x509.h x509_vfy.h
289 x509rset.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
290 x509rset.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
291 x509rset.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
292 x509rset.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
293 x509rset.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
294 x509rset.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
295 x509rset.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
296 x509rset.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
297 x509rset.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
298 x509rset.o: x509.h x509_vfy.h
299 x509type.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
300 x509type.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
301 x509type.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
302 x509type.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
303 x509type.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
304 x509type.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
305 x509type.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
306 x509type.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
307 x509type.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h
308 x509type.o: x509.h x509_vfy.h
309 x_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
310 x_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
311 x_all.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
312 x_all.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
313 x_all.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
314 x_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
315 x_all.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
316 x_all.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
317 x_all.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h x509.h
318 x_all.o: x509_vfy.h