Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
asn1c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
asn1c
Commits
2c864ab0
Commit
2c864ab0
authored
Feb 28, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed obsolete RFC
parent
4ca03acd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
22 deletions
+2
-22
examples/Makefile.am
examples/Makefile.am
+1
-11
examples/Makefile.in
examples/Makefile.in
+1
-11
No files found.
examples/Makefile.am
View file @
2c864ab0
dist_bin_SCRIPTS
=
crfc2asn1.pl clyx2asn1.pl
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_SOURCE_1
=
rfc3280.txt
ASN1_FILES_1
=
\
ASN1_FILES_1
=
\
rfc3280-PKIX1Explicit88.asn1
\
rfc3280-PKIX1Explicit88.asn1
\
rfc3280-PKIX1Implicit88.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)
$(ASN1_FILES_1)
:
crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl
$(ASN1_SOURCE_1)
./crfc2asn1.pl
$(ASN1_SOURCE_1)
...
...
examples/Makefile.in
View file @
2c864ab0
...
@@ -161,13 +161,6 @@ target_cpu = @target_cpu@
...
@@ -161,13 +161,6 @@ target_cpu = @target_cpu@
target_os
=
@target_os@
target_os
=
@target_os@
target_vendor
=
@target_vendor@
target_vendor
=
@target_vendor@
dist_bin_SCRIPTS
=
crfc2asn1.pl clyx2asn1.pl
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_SOURCE_1
=
rfc3280.txt
ASN1_FILES_1
=
\
ASN1_FILES_1
=
\
rfc3280-PKIX1Explicit88.asn1
\
rfc3280-PKIX1Explicit88.asn1
\
...
@@ -366,10 +359,7 @@ uninstall-am: uninstall-dist_binSCRIPTS uninstall-info-am
...
@@ -366,10 +359,7 @@ uninstall-am: uninstall-dist_binSCRIPTS uninstall-info-am
uninstall-dist_binSCRIPTS uninstall-info-am
uninstall-dist_binSCRIPTS uninstall-info-am
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)
$(ASN1_FILES_1)
:
crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl
$(ASN1_SOURCE_1)
./crfc2asn1.pl
$(ASN1_SOURCE_1)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment