New header file opensslconf.h contains the macros set by Configure.
[openssl.git] / crypto / x509v3 / Makefile.ssl
1 #
2 # SSLeay/crypto/x509v3/Makefile
3 #
4
5 DIR=    x509v3
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=x509v3
19 ERRC=v3err
20 GENERAL=Makefile README
21 TEST=
22 APPS=
23
24 LIB=$(TOP)/libcrypto.a
25 LIBSRC= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c \
26 v3_lib.c v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c \
27 v3_pku.c v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c
28 LIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \
29 v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \
30 v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o
31
32 SRC= $(LIBSRC)
33
34 EXHEADER= x509v3.h
35 HEADER= $(EXHEADER)
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)
47         @touch lib
48
49 files:
50         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
51
52 links:
53         @$(TOP)/util/point.sh Makefile.ssl Makefile
54         @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
55         @$(TOP)/util/mklink.sh ../../test $(TEST)
56         @$(TOP)/util/mklink.sh ../../apps $(APPS)
57
58 install:
59         @for i in $(EXHEADER) ; \
60         do  \
61         (cp $$i $(INSTALLTOP)/include/$$i; \
62         chmod 644 $(INSTALLTOP)/include/$$i ); \
63         done;
64
65 tags:
66         ctags $(SRC)
67
68 tests:
69
70 lint:
71         lint -DLINT $(INCLUDES) $(SRC)>fluff
72
73 depend:
74         $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
75
76 dclean:
77         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
78         mv -f Makefile.new $(MAKEFILE)
79
80 clean:
81         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
82
83 errors: $(ERRC).c
84
85 $(ERRC).c: $(ERR).err
86         $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
87         $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
88
89 # DO NOT DELETE THIS LINE -- make depend depends on it.
90
91 v3_akey.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
92 v3_akey.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
93 v3_akey.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
94 v3_akey.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
95 v3_akey.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
96 v3_akey.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
97 v3_akey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
98 v3_akey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
99 v3_akey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
100 v3_akey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
101 v3_akey.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslv.h
102 v3_akey.o: x509v3.h
103 v3_alt.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
104 v3_alt.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
105 v3_alt.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
106 v3_alt.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
107 v3_alt.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
108 v3_alt.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
109 v3_alt.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
110 v3_alt.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
111 v3_alt.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
112 v3_alt.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
113 v3_alt.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
114 v3_bcons.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
115 v3_bcons.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
116 v3_bcons.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
117 v3_bcons.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
118 v3_bcons.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
119 v3_bcons.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
120 v3_bcons.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
121 v3_bcons.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
122 v3_bcons.o: ../../include/ripemd.h ../../include/rsa.h
123 v3_bcons.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
124 v3_bcons.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
125 v3_bcons.o: ../crypto.h ../opensslv.h x509v3.h
126 v3_bitst.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
127 v3_bitst.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
128 v3_bitst.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
129 v3_bitst.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
130 v3_bitst.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
131 v3_bitst.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
132 v3_bitst.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
133 v3_bitst.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
134 v3_bitst.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
135 v3_bitst.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
136 v3_bitst.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
137 v3_conf.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
138 v3_conf.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
139 v3_conf.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
140 v3_conf.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
141 v3_conf.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
142 v3_conf.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
143 v3_conf.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
144 v3_conf.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
145 v3_conf.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
146 v3_conf.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
147 v3_conf.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
148 v3_cpols.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
149 v3_cpols.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
150 v3_cpols.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
151 v3_cpols.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
152 v3_cpols.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
153 v3_cpols.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
154 v3_cpols.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
155 v3_cpols.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
156 v3_cpols.o: ../../include/ripemd.h ../../include/rsa.h
157 v3_cpols.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
158 v3_cpols.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
159 v3_cpols.o: ../crypto.h ../opensslv.h x509v3.h
160 v3_enum.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
161 v3_enum.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
162 v3_enum.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
163 v3_enum.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
164 v3_enum.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
165 v3_enum.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
166 v3_enum.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
167 v3_enum.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
168 v3_enum.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
169 v3_enum.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslv.h
170 v3_enum.o: x509v3.h
171 v3_extku.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
172 v3_extku.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
173 v3_extku.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
174 v3_extku.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
175 v3_extku.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
176 v3_extku.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
177 v3_extku.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
178 v3_extku.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
179 v3_extku.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
180 v3_extku.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
181 v3_extku.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
182 v3_genn.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
183 v3_genn.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
184 v3_genn.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
185 v3_genn.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
186 v3_genn.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
187 v3_genn.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
188 v3_genn.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
189 v3_genn.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
190 v3_genn.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
191 v3_genn.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
192 v3_genn.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslv.h
193 v3_genn.o: x509v3.h
194 v3_ia5.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
195 v3_ia5.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
196 v3_ia5.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
197 v3_ia5.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
198 v3_ia5.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
199 v3_ia5.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
200 v3_ia5.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
201 v3_ia5.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
202 v3_ia5.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
203 v3_ia5.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
204 v3_ia5.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
205 v3_int.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
206 v3_int.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
207 v3_int.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
208 v3_int.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
209 v3_int.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
210 v3_int.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
211 v3_int.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
212 v3_int.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
213 v3_int.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
214 v3_int.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslv.h
215 v3_int.o: x509v3.h
216 v3_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
217 v3_lib.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
218 v3_lib.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
219 v3_lib.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
220 v3_lib.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
221 v3_lib.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
222 v3_lib.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
223 v3_lib.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
224 v3_lib.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
225 v3_lib.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
226 v3_lib.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
227 v3_pku.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
228 v3_pku.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
229 v3_pku.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
230 v3_pku.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
231 v3_pku.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
232 v3_pku.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
233 v3_pku.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
234 v3_pku.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
235 v3_pku.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
236 v3_pku.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
237 v3_pku.o: ../crypto.h ../opensslv.h x509v3.h
238 v3_prn.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
239 v3_prn.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
240 v3_prn.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
241 v3_prn.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
242 v3_prn.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
243 v3_prn.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
244 v3_prn.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
245 v3_prn.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
246 v3_prn.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
247 v3_prn.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
248 v3_prn.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
249 v3_skey.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
250 v3_skey.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
251 v3_skey.o: ../../include/des.h ../../include/dh.h ../../include/dsa.h
252 v3_skey.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
253 v3_skey.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
254 v3_skey.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
255 v3_skey.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
256 v3_skey.o: ../../include/ripemd.h ../../include/rsa.h ../../include/safestack.h
257 v3_skey.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
258 v3_skey.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslv.h
259 v3_skey.o: x509v3.h
260 v3_sxnet.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
261 v3_sxnet.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
262 v3_sxnet.o: ../../include/cast.h ../../include/conf.h ../../include/des.h
263 v3_sxnet.o: ../../include/dh.h ../../include/dsa.h ../../include/e_os.h
264 v3_sxnet.o: ../../include/err.h ../../include/evp.h ../../include/idea.h
265 v3_sxnet.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
266 v3_sxnet.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
267 v3_sxnet.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
268 v3_sxnet.o: ../../include/ripemd.h ../../include/rsa.h
269 v3_sxnet.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
270 v3_sxnet.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h
271 v3_sxnet.o: ../crypto.h ../opensslv.h x509v3.h
272 v3_utl.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
273 v3_utl.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
274 v3_utl.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
275 v3_utl.o: ../../include/dsa.h ../../include/e_os.h ../../include/err.h
276 v3_utl.o: ../../include/evp.h ../../include/idea.h ../../include/lhash.h
277 v3_utl.o: ../../include/md2.h ../../include/md5.h ../../include/mdc2.h
278 v3_utl.o: ../../include/objects.h ../../include/pkcs7.h ../../include/rc2.h
279 v3_utl.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
280 v3_utl.o: ../../include/rsa.h ../../include/safestack.h ../../include/sha.h
281 v3_utl.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
282 v3_utl.o: ../cryptlib.h ../crypto.h ../opensslv.h x509v3.h
283 v3err.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
284 v3err.o: ../../include/bn.h ../../include/cast.h ../../include/des.h
285 v3err.o: ../../include/dh.h ../../include/dsa.h ../../include/err.h
286 v3err.o: ../../include/evp.h ../../include/idea.h ../../include/md2.h
287 v3err.o: ../../include/md5.h ../../include/mdc2.h ../../include/objects.h
288 v3err.o: ../../include/pkcs7.h ../../include/rc2.h ../../include/rc4.h
289 v3err.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
290 v3err.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h
291 v3err.o: ../../include/x509.h ../../include/x509_vfy.h ../crypto.h
292 v3err.o: ../opensslv.h x509v3.h