removed obsolete RFC

This commit is contained in:
Lev Walkin 2005-02-28 15:31:44 +00:00
parent 4ca03acd8e
commit 2c864ab0be
2 changed files with 2 additions and 22 deletions

View File

@ -1,22 +1,12 @@
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
all: $(ASN1_FILES_0) $(ASN1_FILES_1)
$(ASN1_FILES_0): crfc2asn1.pl $(ASN1_SOURCE_0)
./crfc2asn1.pl $(ASN1_SOURCE_0)
all: $(ASN1_FILES_1)
$(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl $(ASN1_SOURCE_1)

View File

@ -161,13 +161,6 @@ 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 \
@ -366,10 +359,7 @@ uninstall-am: uninstall-dist_binSCRIPTS uninstall-info-am
uninstall-dist_binSCRIPTS uninstall-info-am
all: $(ASN1_FILES_0) $(ASN1_FILES_1)
$(ASN1_FILES_0): crfc2asn1.pl $(ASN1_SOURCE_0)
./crfc2asn1.pl $(ASN1_SOURCE_0)
all: $(ASN1_FILES_1)
$(ASN1_FILES_1): crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl $(ASN1_SOURCE_1)