1 include $(top_srcdir)/Makefile.am.common
3 lib_LTLIBRARIES = libhx509.la
4 libhx509_la_LDFLAGS = -version-info 5:0:0
8 $(gen_files_ocsp:.x=.c) \
9 $(gen_files_pkcs10:.x=.c) \
14 asn1_OCSPBasicOCSPResponse.x \
16 asn1_OCSPCertStatus.x \
17 asn1_OCSPInnerRequest.x \
20 asn1_OCSPResponderID.x \
22 asn1_OCSPResponseBytes.x \
23 asn1_OCSPResponseData.x \
24 asn1_OCSPResponseStatus.x \
25 asn1_OCSPSignature.x \
26 asn1_OCSPSingleResponse.x \
27 asn1_OCSPTBSRequest.x \
30 asn1_id_pkix_ocsp_basic.x \
31 asn1_id_pkix_ocsp_nonce.x
34 asn1_CertificationRequestInfo.x \
35 asn1_CertificationRequest.x
38 asn1_CRMFRDNSequence.x \
39 asn1_CertReqMessages.x \
47 asn1_POPOSigningKey.x \
48 asn1_POPOSigningKeyInput.x \
49 asn1_ProofOfPossession.x \
50 asn1_SubsequentMessage.x
54 dist_libhx509_la_SOURCES = \
91 libhx509_la_LIBADD = \
94 $(top_builddir)/lib/asn1/libasn1.la \
95 $(top_builddir)/lib/wind/libwind.la \
100 libhx509_la_LDFLAGS += -framework Security -framework CoreFoundation
104 libhx509_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
106 $(libhx509_la_OBJECTS): $(srcdir)/version-script.map $(nodist_include_HEADERS) $(priv_headers)
108 libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_hcrypto)
109 nodist_libhx509_la_SOURCES = $(BUILT_SOURCES)
111 $(gen_files_ocsp) ocsp_asn1.hx ocsp_asn1-priv.hx: ocsp_asn1_files
112 $(gen_files_pkcs10) pkcs10_asn1.hx pkcs10_asn1-priv.hx: pkcs10_asn1_files
113 $(gen_files_crmf) crmf_asn1.hx crmf_asn1-priv.hx: crmf_asn1_files
115 dist_include_HEADERS = hx509.h hx509-protos.h
117 nodist_include_HEADERS = hx509_err.h
118 nodist_include_HEADERS += ocsp_asn1.h
119 nodist_include_HEADERS += pkcs10_asn1.h
120 nodist_include_HEADERS += crmf_asn1.h
122 priv_headers = ocsp_asn1-priv.h
123 priv_headers += pkcs10_asn1-priv.h
124 priv_headers += crmf_asn1-priv.h
127 ocsp_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/ocsp.asn1 $(srcdir)/ocsp.opt
128 $(ASN1_COMPILE) --option-file=$(srcdir)/ocsp.opt $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
130 pkcs10_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/pkcs10.asn1 $(srcdir)/pkcs10.opt
131 $(ASN1_COMPILE) --option-file=$(srcdir)/pkcs10.opt $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1)
133 crmf_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/crmf.asn1
134 $(ASN1_COMPILE) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1)
136 $(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h $(srcdir)/hx_locl.h
137 $(libhx509_la_OBJECTS): ocsp_asn1.h pkcs10_asn1.h
139 $(srcdir)/hx509-protos.h:
140 cd $(srcdir) && perl ../../cf/make-proto.pl -R '^(_|^C)' -E HX509_LIB -q -P comment -o hx509-protos.h $(dist_libhx509_la_SOURCES) || rm -f hx509-protos.h
142 $(srcdir)/hx509-private.h:
143 cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p hx509-private.h $(dist_libhx509_la_SOURCES) || rm -f hx509-private.h
145 bin_PROGRAMS = hxtool
147 hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
148 $(SLC) $(srcdir)/hxtool-commands.in
150 dist_hxtool_SOURCES = hxtool.c
151 nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h
153 $(hxtool_OBJECTS): hxtool-commands.h
155 hxtool_CPPFLAGS = $(INCLUDE_hcrypto)
158 $(top_builddir)/lib/asn1/libasn1.la \
161 $(top_builddir)/lib/sl/libsl.la
163 CLEANFILES = $(BUILT_SOURCES) sel-gram.c sel-lex.c \
164 $(gen_files_ocsp) ocsp_asn1_files ocsp_asn1{,-priv}.h* \
165 ocsp_asn1-template.[ch]* \
166 $(gen_files_pkcs10) pkcs10_asn1_files pkcs10_asn1{,-priv}.h* \
167 pkcs10_asn1-template.[ch]* \
168 $(gen_files_crmf) crmf_asn1_files crmf_asn1{,-priv}.h* \
169 crmf_asn1-template.[ch]* \
171 hxtool-commands.c hxtool-commands.h *.tmp \
175 sd.data sd.data.out \
176 ev.data ev.data.out \
177 cert-null.pem cert-sub-ca2.pem \
178 cert-ee.pem cert-ca.pem \
179 cert-sub-ee.pem cert-sub-ca.pem \
180 cert-proxy.der cert-ca.der cert-ee.der pkcs10-request.der \
181 wca.pem wuser.pem wdc.pem wcrl.crl \
182 random-data statfile crl.crl \
183 test p11dbg.log pkcs11.cfg \
187 @echo "cleaning PKITS" ; rm -rf PKITS_data
193 check_SCRIPTS = $(SCRIPT_TESTS)
194 check_PROGRAMS = $(PROGRAM_TESTS) test_soft_pkcs11
198 test_soft_pkcs11_LDADD = libhx509.la
199 test_soft_pkcs11_CPPFLAGS = -I$(srcdir)/ref
201 TESTS = $(SCRIPT_TESTS) $(PROGRAM_TESTS)
223 do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
224 -e 's,[@]objdir[@],$(top_builddir)/lib/hx509,g' \
225 -e 's,[@]egrep[@],$(EGREP),g'
227 test_ca: test_ca.in Makefile
228 $(do_subst) < $(srcdir)/test_ca.in > test_ca.tmp
230 mv test_ca.tmp test_ca
232 test_cert: test_cert.in Makefile
233 $(do_subst) < $(srcdir)/test_cert.in > test_cert.tmp
234 chmod +x test_cert.tmp
235 mv test_cert.tmp test_cert
237 test_chain: test_chain.in Makefile
238 $(do_subst) < $(srcdir)/test_chain.in > test_chain.tmp
239 chmod +x test_chain.tmp
240 mv test_chain.tmp test_chain
242 test_cms: test_cms.in Makefile
243 $(do_subst) < $(srcdir)/test_cms.in > test_cms.tmp
244 chmod +x test_cms.tmp
245 mv test_cms.tmp test_cms
247 test_crypto: test_crypto.in Makefile
248 $(do_subst) < $(srcdir)/test_crypto.in > test_crypto.tmp
249 chmod +x test_crypto.tmp
250 mv test_crypto.tmp test_crypto
252 test_nist: test_nist.in Makefile
253 $(do_subst) < $(srcdir)/test_nist.in > test_nist.tmp
254 chmod +x test_nist.tmp
255 mv test_nist.tmp test_nist
257 test_nist2: test_nist2.in Makefile
258 $(do_subst) < $(srcdir)/test_nist2.in > test_nist2.tmp
259 chmod +x test_nist2.tmp
260 mv test_nist2.tmp test_nist2
262 test_pkcs11: test_pkcs11.in Makefile
263 $(do_subst) < $(srcdir)/test_pkcs11.in > test_pkcs11.tmp
264 chmod +x test_pkcs11.tmp
265 mv test_pkcs11.tmp test_pkcs11
267 test_java_pkcs11: test_java_pkcs11.in Makefile
268 $(do_subst) < $(srcdir)/test_java_pkcs11.in > test_java_pkcs11.tmp
269 chmod +x test_java_pkcs11.tmp
270 mv test_java_pkcs11.tmp test_java_pkcs11
272 test_nist_cert: test_nist_cert.in Makefile
273 $(do_subst) < $(srcdir)/test_nist_cert.in > test_nist_cert.tmp
274 chmod +x test_nist_cert.tmp
275 mv test_nist_cert.tmp test_nist_cert
277 test_nist_pkcs12: test_nist_pkcs12.in Makefile
278 $(do_subst) < $(srcdir)/test_nist_pkcs12.in > test_nist_pkcs12.tmp
279 chmod +x test_nist_pkcs12.tmp
280 mv test_nist_pkcs12.tmp test_nist_pkcs12
282 test_req: test_req.in Makefile
283 $(do_subst) < $(srcdir)/test_req.in > test_req.tmp
284 chmod +x test_req.tmp
285 mv test_req.tmp test_req
287 test_windows: test_windows.in Makefile
288 $(do_subst) < $(srcdir)/test_windows.in > test_windows.tmp
289 chmod +x test_windows.tmp
290 mv test_windows.tmp test_windows
292 test_query: test_query.in Makefile
293 $(do_subst) < $(srcdir)/test_query.in > test_query.tmp
294 chmod +x test_query.tmp
295 mv test_query.tmp test_query
312 test_nist_pkcs12.in \
314 test_java_pkcs11.in \
318 tst-crypto-available1 \
319 tst-crypto-available2 \
320 tst-crypto-available3 \
330 data/secp160r1TestCA.cert.pem \
331 data/secp160r1TestCA.key.pem \
332 data/secp160r1TestCA.pem \
333 data/secp160r2TestClient.cert.pem \
334 data/secp160r2TestClient.key.pem \
335 data/secp160r2TestClient.pem \
336 data/secp160r2TestServer.cert.pem \
337 data/secp160r2TestServer.key.pem \
338 data/secp160r2TestServer.pem \
339 data/bleichenbacher-bad.pem \
340 data/bleichenbacher-good.pem \
341 data/bleichenbacher-sf-pad-correct.pem \
354 data/no-proxy-test.crt \
355 data/no-proxy-test.key \
358 data/ocsp-resp1-2.der \
359 data/ocsp-resp1-3.der \
360 data/ocsp-resp1-ca.der \
361 data/ocsp-resp1-keyhash.der \
362 data/ocsp-resp1-ocsp-no-cert.der \
363 data/ocsp-resp1-ocsp.der \
364 data/ocsp-resp1.der \
365 data/ocsp-resp2.der \
366 data/ocsp-responder.crt \
367 data/ocsp-responder.key \
369 data/pkinit-proxy-chain.crt \
370 data/pkinit-proxy.crt \
371 data/pkinit-proxy.key \
377 data/proxy-level-test.crt \
378 data/proxy-level-test.key \
379 data/proxy-test.crt \
380 data/proxy-test.key \
381 data/proxy10-child-test.crt \
382 data/proxy10-child-test.key \
383 data/proxy10-child-child-test.crt \
384 data/proxy10-child-child-test.key \
385 data/proxy10-test.crt \
386 data/proxy10-test.key \
389 data/sf-class2-root.pem \
396 data/test-ds-only.crt \
397 data/test-ds-only.key \
398 data/test-enveloped-aes-128 \
399 data/test-enveloped-aes-256 \
400 data/test-enveloped-des \
401 data/test-enveloped-des-ede3 \
402 data/test-enveloped-rc2-128 \
403 data/test-enveloped-rc2-40 \
404 data/test-enveloped-rc2-64 \
405 data/test-ke-only.crt \
406 data/test-ke-only.key \
409 data/test-signed-data \
410 data/test-signed-data-noattr \
411 data/test-signed-data-noattr-nocerts \
412 data/test-signed-sha-1 \
413 data/test-signed-sha-256 \
414 data/test-signed-sha-512 \
415 data/test.combined.crt \
419 data/yutaka-pad-broken-ca.pem \
420 data/yutaka-pad-broken-cert.pem \
421 data/yutaka-pad-ok-ca.pem \
422 data/yutaka-pad-ok-cert.pem \