blob: f4fa42a73edd2fa62b23e2db6eef23f9a2482d4c [file] [log] [blame]
vlmfa67ddc2004-06-03 03:38:44 +00001
2dist_bin_SCRIPTS = crfc2asn1.pl clyx2asn1.pl
3
vlm5521edf2004-09-07 06:36:54 +00004ASN1_SOURCE_1 = rfc3280.txt
5ASN1_FILES_1 = \
6 rfc3280-PKIX1Explicit88.asn1 \
7 rfc3280-PKIX1Implicit88.asn1
8
vlmfbf06762005-02-28 15:31:44 +00009all: $(ASN1_FILES_1)
vlmface4752004-09-07 06:32:11 +000010
11$(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
12 ./crfc2asn1.pl $(ASN1_SOURCE_1)
13
vlmf3314972004-09-23 22:02:52 +000014EXTRA_DIST = rfc*.txt \
vlm24b9a8b2004-09-29 13:18:44 +000015 sample.source.PKIX1/README \
vlmf3314972004-09-23 22:02:52 +000016 sample.source.PKIX1/config.h \
17 sample.source.PKIX1/Makefile \
18 sample.source.PKIX1/regenerate.Makefile
vlmface4752004-09-07 06:32:11 +000019CLEANFILES = *.asn1
vlm24b9a8b2004-09-29 13:18:44 +000020
21clean-local:
22 cd sample.source.PKIX1 && make distclean