Restore SSL_OP_MSIE_SSLV2_RSA_PADDING
[openssl.git] / crypto / ocsp / Makefile
1 #
2 # OpenSSL/ocsp/Makefile
3 #
4
5 DIR=    ocsp
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I$(TOP) -I../../include
9 CFLAG=-g
10 MAKEFILE=       Makefile
11 AR=             ar r
12
13 CFLAGS= $(INCLUDES) $(CFLAG)
14
15 GENERAL=Makefile README
16 TEST=
17 APPS=
18
19 LIB=$(TOP)/libcrypto.a
20 LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \
21         ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.c
22
23 LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \
24         ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
25
26 SRC= $(LIBSRC)
27
28 EXHEADER= ocsp.h
29 HEADER= $(EXHEADER)
30
31 ALL=    $(GENERAL) $(SRC) $(HEADER)
32
33 top:
34         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
35
36 all:    lib
37
38 lib:    $(LIBOBJ)
39         $(AR) $(LIB) $(LIBOBJ)
40         $(RANLIB) $(LIB) || echo Never mind.
41         @touch lib
42
43 files:
44         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
45
46 links:
47         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
48         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
49         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
50
51 install:
52         @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
53         @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
54         do  \
55         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
56         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
57         done;
58
59 tags:
60         ctags $(SRC)
61
62 tests:
63
64 lint:
65         lint -DLINT $(INCLUDES) $(SRC)>fluff
66
67 depend:
68         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
69         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
70
71 dclean:
72         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
73         mv -f Makefile.new $(MAKEFILE)
74
75 clean:
76         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
77
78 # DO NOT DELETE THIS LINE -- make depend depends on it.
79
80 ocsp_asn.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
81 ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
82 ocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
83 ocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
84 ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
85 ocsp_asn.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
86 ocsp_asn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
87 ocsp_asn.o: ocsp_asn.c
88 ocsp_cl.o: ../../e_os.h ../../include/openssl/asn1.h
89 ocsp_cl.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
90 ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
91 ocsp_cl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
92 ocsp_cl.o: ../../include/openssl/ocsp.h ../../include/openssl/pem.h
93 ocsp_cl.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
94 ocsp_cl.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
95 ocsp_cl.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
96 ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
97 ocsp_cl.o: ../cryptlib.h ocsp_cl.c
98 ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
99 ocsp_err.o: ../../include/openssl/conf.h ../../include/openssl/err.h
100 ocsp_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
101 ocsp_err.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
102 ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
103 ocsp_err.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
104 ocsp_err.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
105 ocsp_err.o: ocsp_err.c
106 ocsp_ext.o: ../../e_os.h ../../include/openssl/asn1.h
107 ocsp_ext.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
108 ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
109 ocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
110 ocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/pkcs7.h
111 ocsp_ext.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
112 ocsp_ext.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
113 ocsp_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
114 ocsp_ext.o: ../cryptlib.h ocsp_ext.c
115 ocsp_ht.o: ../../e_os.h ../../include/openssl/asn1.h
116 ocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
117 ocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
118 ocsp_ht.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
119 ocsp_ht.o: ../../include/openssl/ocsp.h ../../include/openssl/pkcs7.h
120 ocsp_ht.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
121 ocsp_ht.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
122 ocsp_ht.o: ../../include/openssl/x509v3.h ocsp_ht.c
123 ocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.h
124 ocsp_lib.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
125 ocsp_lib.o: ../../include/openssl/conf.h ../../include/openssl/err.h
126 ocsp_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
127 ocsp_lib.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
128 ocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
129 ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
130 ocsp_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
131 ocsp_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
132 ocsp_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_lib.c
133 ocsp_prn.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
134 ocsp_prn.o: ../../include/openssl/conf.h ../../include/openssl/err.h
135 ocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
136 ocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
137 ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
138 ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
139 ocsp_prn.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
140 ocsp_prn.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
141 ocsp_prn.o: ocsp_prn.c
142 ocsp_srv.o: ../../e_os.h ../../include/openssl/asn1.h
143 ocsp_srv.o: ../../include/openssl/bio.h ../../include/openssl/conf.h
144 ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
145 ocsp_srv.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
146 ocsp_srv.o: ../../include/openssl/ocsp.h ../../include/openssl/pem.h
147 ocsp_srv.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
148 ocsp_srv.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
149 ocsp_srv.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
150 ocsp_srv.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
151 ocsp_srv.o: ../cryptlib.h ocsp_srv.c
152 ocsp_vfy.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
153 ocsp_vfy.o: ../../include/openssl/conf.h ../../include/openssl/err.h
154 ocsp_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
155 ocsp_vfy.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
156 ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
157 ocsp_vfy.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
158 ocsp_vfy.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
159 ocsp_vfy.o: ocsp_vfy.c