From 70dff59ad326c12dca09d2db30bef53521a17f26 Mon Sep 17 00:00:00 2001 From: Lev Walkin <vlm@lionet.info> Date: Wed, 13 Sep 2006 00:26:13 +0000 Subject: [PATCH] rename --- examples/Makefile.am | 2 +- examples/Makefile.in | 2 +- examples/sample.source.LDAP3/Makefile | 4 ++-- examples/sample.source.MEGACO/Makefile | 4 ++-- examples/sample.source.MHEG5/Makefile | 4 ++-- examples/sample.source.PKIX1/Makefile | 4 ++-- examples/sample.source.TAP3/Makefile | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 525ca489..9b5b07ad 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -26,7 +26,7 @@ $(ASN1_FILES_3): crfc2asn1.pl $(ASN1_SOURCE_3) ./crfc2asn1.pl $(ASN1_SOURCE_3) EXTRA_DIST = $(srcdir)/rfc*.txt \ - $(srcdir)/sample.source.regen \ + $(srcdir)/sample.regen.makefile \ $(srcdir)/sample.source.*/README \ $(srcdir)/sample.source.*/config.h \ $(srcdir)/sample.source.*/Makefile \ diff --git a/examples/Makefile.in b/examples/Makefile.in index 852a2981..08d78a74 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -177,7 +177,7 @@ ASN1_FILES_3 = \ rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1 EXTRA_DIST = $(srcdir)/rfc*.txt \ - $(srcdir)/sample.source.regen \ + $(srcdir)/sample.regen.makefile \ $(srcdir)/sample.source.*/README \ $(srcdir)/sample.source.*/config.h \ $(srcdir)/sample.source.*/Makefile \ diff --git a/examples/sample.source.LDAP3/Makefile b/examples/sample.source.LDAP3/Makefile index 370bd640..06a4ef77 100644 --- a/examples/sample.source.LDAP3/Makefile +++ b/examples/sample.source.LDAP3/Makefile @@ -187,12 +187,12 @@ regenerate-from-asn1-source: ../../asn1c/asn1c -S ../../skeletons -fcompound-names ../rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1 -LDAPMessage.c: ../sample.source.regen +LDAPMessage.c: ../sample.regen.makefile ASN1CMDOPTS="-fcompound-names" \ ASN1MODULES="../rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1" \ ASN1PDU=LDAPMessage \ PROGNAME=ldap3dump \ - ../sample.source.regen + ../sample.regen.makefile @touch LDAPMessage.c make diff --git a/examples/sample.source.MEGACO/Makefile b/examples/sample.source.MEGACO/Makefile index e2bd5e37..601d454b 100644 --- a/examples/sample.source.MEGACO/Makefile +++ b/examples/sample.source.MEGACO/Makefile @@ -309,12 +309,12 @@ regenerate-from-asn1-source: ../../asn1c/asn1c -S ../../skeletons -fcompound-names ../rfc3525-MEDIA-GATEWAY-CONTROL.asn1 -MegacoMessage.c: ../sample.source.regen +MegacoMessage.c: ../sample.regen.makefile ASN1CMDOPTS="-fcompound-names" \ ASN1MODULES="../rfc3525-MEDIA-GATEWAY-CONTROL.asn1" \ ASN1PDU=MegacoMessage \ PROGNAME=megacoDump \ - ../sample.source.regen + ../sample.regen.makefile @touch MegacoMessage.c make diff --git a/examples/sample.source.MHEG5/Makefile b/examples/sample.source.MHEG5/Makefile index 5625db50..dfceb950 100644 --- a/examples/sample.source.MHEG5/Makefile +++ b/examples/sample.source.MHEG5/Makefile @@ -477,12 +477,12 @@ regenerate-from-asn1-source: ../../asn1c/asn1c -S ../../skeletons -fcompound-names ../ISO13522-MHEG-5.asn -InterchangedObject.c: ../sample.source.regen +InterchangedObject.c: ../sample.regen.makefile ASN1CMDOPTS="-fcompound-names" \ ASN1MODULES="../ISO13522-MHEG-5.asn" \ ASN1PDU=InterchangedObject \ PROGNAME=mheg5dump \ - ../sample.source.regen + ../sample.regen.makefile @touch InterchangedObject.c make diff --git a/examples/sample.source.PKIX1/Makefile b/examples/sample.source.PKIX1/Makefile index 3d804742..96407254 100644 --- a/examples/sample.source.PKIX1/Makefile +++ b/examples/sample.source.PKIX1/Makefile @@ -369,12 +369,12 @@ regenerate-from-asn1-source: ../../asn1c/asn1c -S ../../skeletons ../rfc3280-PKIX1Explicit88.asn1 ../rfc3280-PKIX1Implicit88.asn1 -Certificate.c: ../sample.source.regen +Certificate.c: ../sample.regen.makefile ASN1CMDOPTS="" \ ASN1MODULES="../rfc3280-*.asn1" \ ASN1PDU=Certificate \ PROGNAME=x509dump \ - ../sample.source.regen + ../sample.regen.makefile @touch Certificate.c make diff --git a/examples/sample.source.TAP3/Makefile b/examples/sample.source.TAP3/Makefile index 624ec864..43347598 100644 --- a/examples/sample.source.TAP3/Makefile +++ b/examples/sample.source.TAP3/Makefile @@ -703,12 +703,12 @@ regenerate-from-asn1-source: ../../asn1c/asn1c -S ../../skeletons ../tap3.asn1 -DataInterChange.c: ../sample.source.regen +DataInterChange.c: ../sample.regen.makefile ASN1CMDOPTS="" \ ASN1MODULES="../tap3.asn1" \ ASN1PDU=DataInterChange \ PROGNAME=tap3dump \ - ../sample.source.regen + ../sample.regen.makefile @touch DataInterChange.c make -- GitLab