2f56229f62b812eafbe485a320b16a078e9fff23
[openssl.git] / crypto / ts / Makefile
1 #
2 # SSLeay/crypto/ts/Makefile
3 #
4
5 DIR=    ts
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I../../include
9 CFLAG = -g
10 INSTALL_PREFIX=
11 OPENSSLDIR=     /usr/local/ssl
12 INSTALLTOP=/usr/local/ssl
13 MAKEDEPPROG=    makedepend
14 MAKEDEPEND=     $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
15 MAKEFILE=       Makefile
16 AR=             ar r
17
18 PEX_LIBS=
19 EX_LIBS=
20
21 CFLAGS= $(INCLUDES) $(CFLAG)
22
23 GENERAL= Makefile
24
25 LIB=$(TOP)/libcrypto.a
26 LIBSRC= ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c \
27         ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c \
28         ts_asn1.c
29 LIBOBJ= ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o ts_rsp_print.o \
30         ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o \
31         ts_asn1.o
32
33 SRC= $(LIBSRC)
34
35 HEADER= 
36
37 ALL=    $(GENERAL) $(SRC) $(HEADER)
38
39 top:
40         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
41
42 test:
43
44 all:    lib
45
46 lib:    $(LIBOBJ)
47         $(AR) $(LIB) $(LIBOBJ)
48         $(RANLIB) $(LIB) || echo Never mind.
49         @touch lib
50
51 files:
52         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
53
54 tags:
55         ctags $(SRC)
56
57 lint:
58         lint -DLINT $(INCLUDES) $(SRC)>fluff
59
60 depend:
61         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
62
63 dclean:
64         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
65         mv -f Makefile.new $(MAKEFILE)
66
67 clean:
68         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
69
70 # DO NOT DELETE THIS LINE -- make depend depends on it.
71
72 ts_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h
73 ts_asn1.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
74 ts_asn1.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
75 ts_asn1.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
76 ts_asn1.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
77 ts_asn1.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
78 ts_asn1.o: ../../include/openssl/err.h ../../include/openssl/evp.h
79 ts_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
80 ts_asn1.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
81 ts_asn1.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
82 ts_asn1.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
83 ts_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
84 ts_asn1.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
85 ts_asn1.o: ../../include/openssl/ts.h ../../include/openssl/x509.h
86 ts_asn1.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
87 ts_asn1.o: ts_asn1.c
88 ts_conf.o: ../../e_os.h ../../include/openssl/asn1.h
89 ts_conf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
90 ts_conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
91 ts_conf.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
92 ts_conf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
93 ts_conf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
94 ts_conf.o: ../../include/openssl/engine.h ../../include/openssl/err.h
95 ts_conf.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
96 ts_conf.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
97 ts_conf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
98 ts_conf.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
99 ts_conf.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
100 ts_conf.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
101 ts_conf.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
102 ts_conf.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
103 ts_conf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
104 ts_conf.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
105 ts_conf.o: ts_conf.c
106 ts_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
107 ts_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
108 ts_err.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
109 ts_err.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
110 ts_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
111 ts_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
112 ts_err.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
113 ts_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
114 ts_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
115 ts_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
116 ts_err.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
117 ts_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
118 ts_err.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
119 ts_err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
120 ts_err.o: ../../include/openssl/x509v3.h ts_err.c
121 ts_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
122 ts_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
123 ts_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
124 ts_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
125 ts_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
126 ts_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
127 ts_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
128 ts_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
129 ts_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
130 ts_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
131 ts_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h
132 ts_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
133 ts_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
134 ts_lib.o: ../../include/openssl/ts.h ../../include/openssl/x509.h
135 ts_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
136 ts_lib.o: ../include/internal/cryptlib.h ts_lib.c
137 ts_req_print.o: ../../e_os.h ../../include/openssl/asn1.h
138 ts_req_print.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
139 ts_req_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
140 ts_req_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
141 ts_req_print.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
142 ts_req_print.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
143 ts_req_print.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
144 ts_req_print.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
145 ts_req_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
146 ts_req_print.o: ../../include/openssl/opensslconf.h
147 ts_req_print.o: ../../include/openssl/opensslv.h
148 ts_req_print.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
149 ts_req_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
150 ts_req_print.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
151 ts_req_print.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
152 ts_req_print.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
153 ts_req_print.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
154 ts_req_print.o: ts_req_print.c
155 ts_req_utils.o: ../../e_os.h ../../include/openssl/asn1.h
156 ts_req_utils.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
157 ts_req_utils.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
158 ts_req_utils.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
159 ts_req_utils.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
160 ts_req_utils.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
161 ts_req_utils.o: ../../include/openssl/err.h ../../include/openssl/evp.h
162 ts_req_utils.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
163 ts_req_utils.o: ../../include/openssl/objects.h
164 ts_req_utils.o: ../../include/openssl/opensslconf.h
165 ts_req_utils.o: ../../include/openssl/opensslv.h
166 ts_req_utils.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
167 ts_req_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
168 ts_req_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
169 ts_req_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
170 ts_req_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
171 ts_req_utils.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
172 ts_req_utils.o: ts_req_utils.c
173 ts_rsp_print.o: ../../e_os.h ../../include/openssl/asn1.h
174 ts_rsp_print.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
175 ts_rsp_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
176 ts_rsp_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
177 ts_rsp_print.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
178 ts_rsp_print.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
179 ts_rsp_print.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
180 ts_rsp_print.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
181 ts_rsp_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
182 ts_rsp_print.o: ../../include/openssl/opensslconf.h
183 ts_rsp_print.o: ../../include/openssl/opensslv.h
184 ts_rsp_print.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
185 ts_rsp_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
186 ts_rsp_print.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
187 ts_rsp_print.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
188 ts_rsp_print.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
189 ts_rsp_print.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
190 ts_rsp_print.o: ts_rsp_print.c
191 ts_rsp_sign.o: ../../e_os.h ../../include/openssl/asn1.h
192 ts_rsp_sign.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
193 ts_rsp_sign.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
194 ts_rsp_sign.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
195 ts_rsp_sign.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
196 ts_rsp_sign.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
197 ts_rsp_sign.o: ../../include/openssl/err.h ../../include/openssl/evp.h
198 ts_rsp_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
199 ts_rsp_sign.o: ../../include/openssl/objects.h
200 ts_rsp_sign.o: ../../include/openssl/opensslconf.h
201 ts_rsp_sign.o: ../../include/openssl/opensslv.h
202 ts_rsp_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
203 ts_rsp_sign.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
204 ts_rsp_sign.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
205 ts_rsp_sign.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
206 ts_rsp_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
207 ts_rsp_sign.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
208 ts_rsp_sign.o: ts_rsp_sign.c
209 ts_rsp_utils.o: ../../e_os.h ../../include/openssl/asn1.h
210 ts_rsp_utils.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
211 ts_rsp_utils.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
212 ts_rsp_utils.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
213 ts_rsp_utils.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
214 ts_rsp_utils.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
215 ts_rsp_utils.o: ../../include/openssl/err.h ../../include/openssl/evp.h
216 ts_rsp_utils.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
217 ts_rsp_utils.o: ../../include/openssl/objects.h
218 ts_rsp_utils.o: ../../include/openssl/opensslconf.h
219 ts_rsp_utils.o: ../../include/openssl/opensslv.h
220 ts_rsp_utils.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
221 ts_rsp_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
222 ts_rsp_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
223 ts_rsp_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
224 ts_rsp_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
225 ts_rsp_utils.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
226 ts_rsp_utils.o: ts_rsp_utils.c
227 ts_rsp_verify.o: ../../e_os.h ../../include/openssl/asn1.h
228 ts_rsp_verify.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
229 ts_rsp_verify.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
230 ts_rsp_verify.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
231 ts_rsp_verify.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
232 ts_rsp_verify.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
233 ts_rsp_verify.o: ../../include/openssl/err.h ../../include/openssl/evp.h
234 ts_rsp_verify.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
235 ts_rsp_verify.o: ../../include/openssl/objects.h
236 ts_rsp_verify.o: ../../include/openssl/opensslconf.h
237 ts_rsp_verify.o: ../../include/openssl/opensslv.h
238 ts_rsp_verify.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
239 ts_rsp_verify.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
240 ts_rsp_verify.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
241 ts_rsp_verify.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
242 ts_rsp_verify.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
243 ts_rsp_verify.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
244 ts_rsp_verify.o: ts_rsp_verify.c
245 ts_verify_ctx.o: ../../e_os.h ../../include/openssl/asn1.h
246 ts_verify_ctx.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
247 ts_verify_ctx.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
248 ts_verify_ctx.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
249 ts_verify_ctx.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
250 ts_verify_ctx.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
251 ts_verify_ctx.o: ../../include/openssl/err.h ../../include/openssl/evp.h
252 ts_verify_ctx.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
253 ts_verify_ctx.o: ../../include/openssl/objects.h
254 ts_verify_ctx.o: ../../include/openssl/opensslconf.h
255 ts_verify_ctx.o: ../../include/openssl/opensslv.h
256 ts_verify_ctx.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
257 ts_verify_ctx.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
258 ts_verify_ctx.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
259 ts_verify_ctx.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h
260 ts_verify_ctx.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
261 ts_verify_ctx.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h
262 ts_verify_ctx.o: ts_verify_ctx.c