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