More extension code. Incomplete support for subject and issuer alt
[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         /bin/rm -f Makefile
62         $(TOP)/util/point.sh Makefile.ssl Makefile ;
63         $(TOP)/util/mklink.sh ../../include $(EXHEADER)
64         $(TOP)/util/mklink.sh ../../test $(TEST)
65         $(TOP)/util/mklink.sh ../../apps $(APPS)
66
67 install:
68         @for i in $(EXHEADER) ; \
69         do  \
70         (cp $$i $(INSTALLTOP)/include/$$i; \
71         chmod 644 $(INSTALLTOP)/include/$$i ); \
72         done;
73
74 tags:
75         ctags $(SRC)
76
77 tests:
78
79 lint:
80         lint -DLINT $(INCLUDES) $(SRC)>fluff
81
82 depend:
83         $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
84
85 dclean:
86         perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
87         mv -f Makefile.new $(MAKEFILE)
88
89 clean:
90         /bin/rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
91
92 errors: $(ERRC).c
93
94 $(ERRC).c: $(ERR).err
95         perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
96         perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
97
98 # DO NOT DELETE THIS LINE -- make depend depends on it.
99
100 by_dir.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
101 by_dir.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
102 by_dir.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
103 by_dir.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
104 by_dir.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
105 by_dir.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
106 by_dir.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
107 by_dir.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
108 by_dir.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
109 by_dir.o: x509.h x509_vfy.h
110 by_file.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
111 by_file.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
112 by_file.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
113 by_file.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
114 by_file.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
115 by_file.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
116 by_file.o: ../../include/pem.h ../../include/pem2.h ../../include/pkcs7.h
117 by_file.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
118 by_file.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
119 by_file.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h 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 x509.h x509_vfy.h
129 v3_x509.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
130 v3_x509.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
131 v3_x509.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
132 v3_x509.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
133 v3_x509.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
134 v3_x509.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
135 v3_x509.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
136 v3_x509.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
137 v3_x509.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
138 x509_cmp.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
139 x509_cmp.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
140 x509_cmp.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
141 x509_cmp.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
142 x509_cmp.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
143 x509_cmp.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
144 x509_cmp.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
145 x509_cmp.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
146 x509_cmp.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
147 x509_d2.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
148 x509_d2.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
149 x509_d2.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
150 x509_d2.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
151 x509_d2.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
152 x509_d2.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
153 x509_d2.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
154 x509_d2.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
155 x509_d2.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
156 x509_def.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
157 x509_def.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
158 x509_def.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
159 x509_def.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
160 x509_def.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
161 x509_def.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
162 x509_def.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
163 x509_def.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
164 x509_def.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
165 x509_err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
166 x509_err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
167 x509_err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
168 x509_err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
169 x509_err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
170 x509_err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
171 x509_err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
172 x509_err.o: ../../include/sha.h ../../include/stack.h ../crypto.h x509.h
173 x509_err.o: x509_vfy.h
174 x509_ext.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
175 x509_ext.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
176 x509_ext.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
177 x509_ext.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
178 x509_ext.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
179 x509_ext.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
180 x509_ext.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
181 x509_ext.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
182 x509_ext.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
183 x509_lu.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
184 x509_lu.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
185 x509_lu.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
186 x509_lu.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
187 x509_lu.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
188 x509_lu.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
189 x509_lu.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
190 x509_lu.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
191 x509_lu.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
192 x509_lu.o: x509.h x509_vfy.h
193 x509_obj.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
194 x509_obj.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
195 x509_obj.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
196 x509_obj.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
197 x509_obj.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
198 x509_obj.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
199 x509_obj.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
200 x509_obj.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
201 x509_obj.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
202 x509_obj.o: x509.h x509_vfy.h
203 x509_r2x.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
204 x509_r2x.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
205 x509_r2x.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
206 x509_r2x.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
207 x509_r2x.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
208 x509_r2x.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
209 x509_r2x.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
210 x509_r2x.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
211 x509_r2x.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
212 x509_req.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
213 x509_req.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
214 x509_req.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
215 x509_req.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
216 x509_req.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
217 x509_req.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem.h
218 x509_req.o: ../../include/pem2.h ../../include/pkcs7.h ../../include/rc2.h
219 x509_req.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
220 x509_req.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
221 x509_req.o: ../cryptlib.h ../crypto.h x509.h x509_vfy.h
222 x509_set.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
223 x509_set.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
224 x509_set.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
225 x509_set.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
226 x509_set.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
227 x509_set.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
228 x509_set.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
229 x509_set.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
230 x509_set.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
231 x509_txt.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
232 x509_txt.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
233 x509_txt.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
234 x509_txt.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
235 x509_txt.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
236 x509_txt.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
237 x509_txt.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
238 x509_txt.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
239 x509_txt.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
240 x509_txt.o: x509.h x509_vfy.h
241 x509_v3.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
242 x509_v3.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
243 x509_v3.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
244 x509_v3.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
245 x509_v3.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
246 x509_v3.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
247 x509_v3.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
248 x509_v3.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
249 x509_v3.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
250 x509_vfy.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
251 x509_vfy.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
252 x509_vfy.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
253 x509_vfy.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
254 x509_vfy.o: ../../include/idea.h ../../include/lhash.h ../../include/md2.h
255 x509_vfy.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
256 x509_vfy.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
257 x509_vfy.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
258 x509_vfy.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
259 x509_vfy.o: x509.h x509_vfy.h
260 x509name.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
261 x509name.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
262 x509name.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
263 x509name.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
264 x509name.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
265 x509name.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
266 x509name.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
267 x509name.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
268 x509name.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
269 x509pack.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
270 x509pack.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
271 x509pack.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
272 x509pack.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
273 x509pack.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
274 x509pack.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
275 x509pack.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
276 x509pack.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
277 x509pack.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
278 x509rset.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
279 x509rset.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
280 x509rset.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
281 x509rset.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
282 x509rset.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
283 x509rset.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
284 x509rset.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
285 x509rset.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
286 x509rset.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
287 x509type.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
288 x509type.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
289 x509type.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
290 x509type.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
291 x509type.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
292 x509type.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
293 x509type.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
294 x509type.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
295 x509type.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h
296 x_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
297 x_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
298 x_all.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
299 x_all.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
300 x_all.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
301 x_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
302 x_all.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
303 x_all.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
304 x_all.o: ../../include/stack.h ../cryptlib.h ../crypto.h x509.h x509_vfy.h