]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ocsp/Makefile
Enable -Wmissing-variable-declarations and
[thirdparty/openssl.git] / crypto / ocsp / Makefile
CommitLineData
eb64730b 1#
42ba5d23 2# OpenSSL/ocsp/Makefile
eb64730b
RL
3#
4
5DIR= ocsp
6TOP= ../..
7CC= cc
41d2a336 8INCLUDES= -I.. -I$(TOP) -I../../include
eb64730b 9CFLAG=-g
42ba5d23 10MAKEFILE= Makefile
eb64730b
RL
11AR= ar r
12
13CFLAGS= $(INCLUDES) $(CFLAG)
14
15GENERAL=Makefile README
eb64730b
RL
16
17LIB=$(TOP)/libcrypto.a
9b4dc830 18LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \
6ef869d7 19 ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.c v3_ocsp.c
1f47ec53 20
9b4dc830 21LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \
6ef869d7 22 ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o v3_ocsp.o
eb64730b
RL
23
24SRC= $(LIBSRC)
25
a80e33b9 26HEADER= ocsp_lcl.h
eb64730b
RL
27
28ALL= $(GENERAL) $(SRC) $(HEADER)
29
30top:
31 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
32
33all: lib
34
35lib: $(LIBOBJ)
f072785e 36 $(AR) $(LIB) $(LIBOBJ)
018c56fd 37 $(RANLIB) $(LIB) || echo Never mind.
eb64730b
RL
38 @touch lib
39
40files:
42ba5d23 41 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
eb64730b 42
eb64730b
RL
43tags:
44 ctags $(SRC)
45
46tests:
47
48lint:
49 lint -DLINT $(INCLUDES) $(SRC)>fluff
50
0f539dc1
RL
51update: depend
52
eb64730b 53depend:
ce92b6eb 54 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
001ab3ab 55 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
eb64730b
RL
56
57dclean:
58 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
59 mv -f Makefile.new $(MAKEFILE)
60
61clean:
62 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
63
64# DO NOT DELETE THIS LINE -- make depend depends on it.
65
5e42f9ab 66ocsp_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
9c52d2cc
GT
67ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
68ocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
69ocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
70ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
71ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
72ocsp_asn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
73ocsp_asn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93 74ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
75ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
76ocsp_asn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
77ocsp_asn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
78ocsp_asn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
86d20cb6 79ocsp_asn.o: ocsp_asn.c ocsp_lcl.h
5e42f9ab 80ocsp_cl.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
81ocsp_cl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
82ocsp_cl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
83ocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
84ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
85ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
86ocsp_cl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
87ocsp_cl.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
88ocsp_cl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
89ocsp_cl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
90ocsp_cl.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
91ocsp_cl.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
92ocsp_cl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
93ocsp_cl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
94ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
a3aadb2d 95ocsp_cl.o: ../include/internal/cryptlib.h ocsp_cl.c ocsp_lcl.h
5e42f9ab 96ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
9c52d2cc
GT
97ocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
98ocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
99ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
100ocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
101ocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
102ocsp_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
103ocsp_err.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93 104ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
105ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
106ocsp_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
107ocsp_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
108ocsp_err.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
109ocsp_err.o: ocsp_err.c
5e42f9ab 110ocsp_ext.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
111ocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
112ocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
113ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
114ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
115ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
116ocsp_ext.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
117ocsp_ext.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
118ocsp_ext.o: ../../include/openssl/opensslconf.h
f8000b93
RL
119ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
120ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
c57bc2dc
GT
121ocsp_ext.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
122ocsp_ext.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
123ocsp_ext.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
a3aadb2d
RL
124ocsp_ext.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
125ocsp_ext.o: ocsp_ext.c ocsp_lcl.h
23b973e6
BL
126ocsp_ht.o: ../../e_os.h ../../include/openssl/asn1.h
127ocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
128ocsp_ht.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
129ocsp_ht.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
130ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
131ocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/evp.h
132ocsp_ht.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
133ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
134ocsp_ht.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
135ocsp_ht.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
136ocsp_ht.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
137ocsp_ht.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
138ocsp_ht.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
139ocsp_ht.o: ../../include/openssl/x509v3.h ocsp_ht.c
5e42f9ab 140ocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.h
4d7aff70
DSH
141ocsp_lib.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
142ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
143ocsp_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
144ocsp_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
145ocsp_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
146ocsp_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
147ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
148ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
149ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
150ocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
151ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
c57bc2dc
GT
152ocsp_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
153ocsp_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
154ocsp_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
a3aadb2d
RL
155ocsp_lib.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
156ocsp_lib.o: ocsp_lcl.h ocsp_lib.c
5e42f9ab 157ocsp_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
9c52d2cc
GT
158ocsp_prn.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
159ocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
160ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161ocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
162ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
163ocsp_prn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
164ocsp_prn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93
RL
165ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
166ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
c57bc2dc
GT
167ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
168ocsp_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
169ocsp_prn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
170ocsp_prn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
86d20cb6 171ocsp_prn.o: ocsp_lcl.h ocsp_prn.c
5e42f9ab 172ocsp_srv.o: ../../e_os.h ../../include/openssl/asn1.h
9c52d2cc
GT
173ocsp_srv.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
174ocsp_srv.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
175ocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
176ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
177ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.h
178ocsp_srv.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
179ocsp_srv.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
180ocsp_srv.o: ../../include/openssl/opensslconf.h
f8000b93
RL
181ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
182ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
183ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
c57bc2dc
GT
184ocsp_srv.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
185ocsp_srv.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
186ocsp_srv.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
a3aadb2d
RL
187ocsp_srv.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
188ocsp_srv.o: ocsp_lcl.h ocsp_srv.c
5e42f9ab 189ocsp_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
9c52d2cc
GT
190ocsp_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
191ocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
192ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
193ocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
194ocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
195ocsp_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
196ocsp_vfy.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
f8000b93 197ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
c57bc2dc
GT
198ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
199ocsp_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
200ocsp_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
201ocsp_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
86d20cb6
DSH
202ocsp_vfy.o: ocsp_lcl.h ocsp_vfy.c
203v3_ocsp.o: ../../e_os.h ../../include/openssl/asn1.h
204v3_ocsp.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
205v3_ocsp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
206v3_ocsp.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
207v3_ocsp.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
208v3_ocsp.o: ../../include/openssl/err.h ../../include/openssl/evp.h
209v3_ocsp.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
210v3_ocsp.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
211v3_ocsp.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
212v3_ocsp.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
213v3_ocsp.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
214v3_ocsp.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
215v3_ocsp.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
a3aadb2d 216v3_ocsp.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
df2ee0e2 217v3_ocsp.o: ../x509v3/ext_dat.h ocsp_lcl.h v3_ocsp.c