]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ocsp/Makefile.ssl
"make update" noticed a new function.
[thirdparty/openssl.git] / crypto / ocsp / Makefile.ssl
CommitLineData
eb64730b
RL
1#
2# OpenSSL/ocsp/Makefile.ssl
3#
4
5DIR= ocsp
6TOP= ../..
7CC= cc
41d2a336 8INCLUDES= -I.. -I$(TOP) -I../../include
eb64730b
RL
9CFLAG=-g
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl
cf1b7d96
RL
14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
eb64730b
RL
16MAKEFILE= Makefile.ssl
17AR= ar r
18
19CFLAGS= $(INCLUDES) $(CFLAG)
20
21GENERAL=Makefile README
22TEST=
23APPS=
24
25LIB=$(TOP)/libcrypto.a
9b4dc830 26LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \
02e4fbed 27 ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.c
1f47ec53 28
9b4dc830 29LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \
02e4fbed 30 ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
eb64730b
RL
31
32SRC= $(LIBSRC)
33
34EXHEADER= ocsp.h
35HEADER= $(EXHEADER)
36
37ALL= $(GENERAL) $(SRC) $(HEADER)
38
39top:
40 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
41
42all: lib
43
44lib: $(LIBOBJ)
45 $(AR) $(LIB) $(LIBOBJ)
018c56fd 46 $(RANLIB) $(LIB) || echo Never mind.
eb64730b
RL
47 @touch lib
48
49files:
bd45950f 50 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
eb64730b
RL
51
52links:
79b42e76 53 @sh $(TOP)/util/point.sh Makefile.ssl Makefile ;
bd45950f
RL
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)
eb64730b
RL
57
58install:
59 @for i in $(EXHEADER) ; \
60 do \
61 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
62 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
63 done;
64
65tags:
66 ctags $(SRC)
67
68tests:
69
70lint:
71 lint -DLINT $(INCLUDES) $(SRC)>fluff
72
73depend:
001ab3ab 74 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
eb64730b
RL
75
76dclean:
77 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
78 mv -f Makefile.new $(MAKEFILE)
79
80clean:
81 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
82
83# DO NOT DELETE THIS LINE -- make depend depends on it.
84
5e42f9ab
RL
85ocsp_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
86ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
87ocsp_asn.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
88ocsp_asn.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
89ocsp_asn.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
90ocsp_asn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
91ocsp_asn.o: ../../include/openssl/ecdsa.h ../../include/openssl/evp.h
92ocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903
BM
93ocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
94ocsp_asn.o: ../../include/openssl/opensslconf.h
f8000b93 95ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
5e42f9ab 96ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
f8000b93
RL
97ocsp_asn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
98ocsp_asn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
d66ace9d
BL
99ocsp_asn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
100ocsp_asn.o: ../../include/openssl/x509v3.h ocsp_asn.c
5e42f9ab
RL
101ocsp_cl.o: ../../e_os.h ../../include/openssl/asn1.h
102ocsp_cl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
103ocsp_cl.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
104ocsp_cl.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
105ocsp_cl.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
106ocsp_cl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
107ocsp_cl.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
108ocsp_cl.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
74cc4903
BM
109ocsp_cl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
110ocsp_cl.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
111ocsp_cl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
112ocsp_cl.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
113ocsp_cl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
74cc4903
BM
114ocsp_cl.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
115ocsp_cl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5e42f9ab 116ocsp_cl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
74cc4903
BM
117ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
118ocsp_cl.o: ../cryptlib.h ocsp_cl.c
5e42f9ab 119ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
3aecef76 120ocsp_err.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
5e42f9ab
RL
121ocsp_err.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
122ocsp_err.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
123ocsp_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
124ocsp_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
125ocsp_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h
126ocsp_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903
BM
127ocsp_err.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
128ocsp_err.o: ../../include/openssl/opensslconf.h
f8000b93 129ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
5e42f9ab 130ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
f8000b93
RL
131ocsp_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
132ocsp_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
d66ace9d
BL
133ocsp_err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
134ocsp_err.o: ../../include/openssl/x509v3.h ocsp_err.c
5e42f9ab
RL
135ocsp_ext.o: ../../e_os.h ../../include/openssl/asn1.h
136ocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
137ocsp_ext.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
138ocsp_ext.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
139ocsp_ext.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
140ocsp_ext.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
141ocsp_ext.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
142ocsp_ext.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
74cc4903
BM
143ocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
144ocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
145ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
146ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
147ocsp_ext.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
148ocsp_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5e42f9ab 149ocsp_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
d66ace9d
BL
150ocsp_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
151ocsp_ext.o: ../cryptlib.h ocsp_ext.c
5e42f9ab 152ocsp_ht.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
3aecef76 153ocsp_ht.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
5e42f9ab
RL
154ocsp_ht.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
155ocsp_ht.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
156ocsp_ht.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
157ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
158ocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/evp.h
159ocsp_ht.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903
BM
160ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
161ocsp_ht.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
162ocsp_ht.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
74cc4903
BM
163ocsp_ht.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
164ocsp_ht.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5e42f9ab 165ocsp_ht.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
74cc4903
BM
166ocsp_ht.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
167ocsp_ht.o: ocsp_ht.c
5e42f9ab
RL
168ocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.h
169ocsp_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
170ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
171ocsp_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
172ocsp_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
173ocsp_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
174ocsp_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
175ocsp_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
74cc4903
BM
176ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
177ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
178ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
179ocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
180ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
181ocsp_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
182ocsp_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5e42f9ab 183ocsp_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
d66ace9d
BL
184ocsp_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
185ocsp_lib.o: ../cryptlib.h ocsp_lib.c
5e42f9ab 186ocsp_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
3aecef76 187ocsp_prn.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
5e42f9ab
RL
188ocsp_prn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
189ocsp_prn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
190ocsp_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
191ocsp_prn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
192ocsp_prn.o: ../../include/openssl/err.h ../../include/openssl/evp.h
193ocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903
BM
194ocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
195ocsp_prn.o: ../../include/openssl/opensslconf.h
f8000b93
RL
196ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
197ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
5e42f9ab 198ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
f8000b93
RL
199ocsp_prn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
200ocsp_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
d66ace9d
BL
201ocsp_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
202ocsp_prn.o: ../../include/openssl/x509v3.h ocsp_prn.c
5e42f9ab
RL
203ocsp_srv.o: ../../e_os.h ../../include/openssl/asn1.h
204ocsp_srv.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
205ocsp_srv.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
206ocsp_srv.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
207ocsp_srv.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
208ocsp_srv.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
209ocsp_srv.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
210ocsp_srv.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
74cc4903
BM
211ocsp_srv.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
212ocsp_srv.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
213ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
214ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
215ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
216ocsp_srv.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
217ocsp_srv.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
5e42f9ab 218ocsp_srv.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
d66ace9d
BL
219ocsp_srv.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
220ocsp_srv.o: ../cryptlib.h ocsp_srv.c
5e42f9ab 221ocsp_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
3aecef76 222ocsp_vfy.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
5e42f9ab
RL
223ocsp_vfy.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
224ocsp_vfy.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
225ocsp_vfy.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
226ocsp_vfy.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
227ocsp_vfy.o: ../../include/openssl/err.h ../../include/openssl/evp.h
228ocsp_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
74cc4903
BM
229ocsp_vfy.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
230ocsp_vfy.o: ../../include/openssl/opensslconf.h
f8000b93 231ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
5e42f9ab 232ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
f8000b93
RL
233ocsp_vfy.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
234ocsp_vfy.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
d66ace9d
BL
235ocsp_vfy.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
236ocsp_vfy.o: ../../include/openssl/x509v3.h ocsp_vfy.c