Commit 6e550988 authored by Lev Walkin's avatar Lev Walkin

added obsolete rfc2459

parent a2bf7240
dist_bin_SCRIPTS = crfc2asn1.pl clyx2asn1.pl
ASN1_SOURCE_0 = rfc2459.txt
ASN1_FILES_0 = \
rfc2459-PKIX1Explicit88.asn1 \
rfc2459-PKIX1Implicit88.asn1 \
rfc2459-PKIX1Explicit93.asn1 \
rfc2459-PKIX1Implicit93.asn1
ASN1_SOURCE_1 = rfc3280.txt
ASN1_FILES_1 = rfc3280-PKIX1Explicit88.asn1 rfc3280-PKIX1Implicit88.asn1
ASN1_FILES_1 = \
rfc3280-PKIX1Explicit88.asn1 \
rfc3280-PKIX1Implicit88.asn1
all: $(ASN1_FILES_0) $(ASN1_FILES_1)
all: $(ASN1_FILES_1)
$(ASN1_FILES_0): crfc2asn1.pl $(ASN1_SOURCE_0)
./crfc2asn1.pl $(ASN1_SOURCE_0)
$(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl $(ASN1_SOURCE_1)
......
......@@ -162,8 +162,18 @@ target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
dist_bin_SCRIPTS = crfc2asn1.pl clyx2asn1.pl
ASN1_SOURCE_0 = rfc2459.txt
ASN1_FILES_0 = \
rfc2459-PKIX1Explicit88.asn1 \
rfc2459-PKIX1Implicit88.asn1 \
rfc2459-PKIX1Explicit93.asn1 \
rfc2459-PKIX1Implicit93.asn1
ASN1_SOURCE_1 = rfc3280.txt
ASN1_FILES_1 = rfc3280-PKIX1Explicit88.asn1 rfc3280-PKIX1Implicit88.asn1
ASN1_FILES_1 = \
rfc3280-PKIX1Explicit88.asn1 \
rfc3280-PKIX1Implicit88.asn1
EXTRA_DIST = rfc*.txt
CLEANFILES = *.asn1
all: all-am
......@@ -351,7 +361,10 @@ uninstall-am: uninstall-dist_binSCRIPTS uninstall-info-am
uninstall-info-am
all: $(ASN1_FILES_1)
all: $(ASN1_FILES_0) $(ASN1_FILES_1)
$(ASN1_FILES_0): crfc2asn1.pl $(ASN1_SOURCE_0)
./crfc2asn1.pl $(ASN1_SOURCE_0)
$(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl $(ASN1_SOURCE_1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment