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
31303c09
Commit
31303c09
authored
Apr 13, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generalization
parent
9e366ba6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
8 deletions
+4
-8
examples/sample.source.PKIX1/Makefile
examples/sample.source.PKIX1/Makefile
+3
-3
examples/sample.source.PKIX1/config.h
examples/sample.source.PKIX1/config.h
+0
-2
examples/sample.source.TAP3/Makefile
examples/sample.source.TAP3/Makefile
+1
-1
examples/sample.source.TAP3/config.h
examples/sample.source.TAP3/config.h
+0
-2
No files found.
examples/sample.source.PKIX1/Makefile
View file @
31303c09
...
...
@@ -358,14 +358,14 @@ regenerate-from-asn1-source:
../../asn1c/asn1c
-S
../../skeletons ../rfc3280-PKIX1Explicit88.asn1 ../rfc3280-PKIX1Implicit88.asn1
Attribu
te.c
:
regenerate.Makefile
Certifica
te.c
:
regenerate.Makefile
./regenerate.Makefile
@
touch
Attribu
te.c
@
touch
Certifica
te.c
make
ASN_DECODER_TEMPLATE
=
../../skeletons/asn-decoder-template.c
$(TARGET).o
:
$(ASN_DECODER_TEMPLATE)
$(CC)
$(CFLAGS)
-o
$(TARGET)
.o
-c
$(ASN_DECODER_TEMPLATE)
$(CC)
$(CFLAGS)
-
Dasn_DEF
=
asn_DEF_Certificate
-
o
$(TARGET)
.o
-c
$(ASN_DECODER_TEMPLATE)
distclean
:
clean
rm
-f
$(ASN_MODULE_SOURCES)
$(ASN_MODULE_HEADERS)
...
...
examples/sample.source.PKIX1/config.h
View file @
31303c09
...
...
@@ -8,5 +8,3 @@ extern int opt_debug;
__FILE__, __LINE__); \
} while(0)
/* Which type is the PDU; for ../../skeletons/asn-decoder-template.c */
#define asn_DEF asn_DEF_Certificate
examples/sample.source.TAP3/Makefile
View file @
31303c09
...
...
@@ -702,7 +702,7 @@ DataInterChange.c: ../tap3.asn1 regenerate.Makefile
ASN_DECODER_TEMPLATE
=
../../skeletons/asn-decoder-template.c
$(TARGET).o
:
$(ASN_DECODER_TEMPLATE)
$(CC)
$(CFLAGS)
-o
$(TARGET)
.o
-c
$(ASN_DECODER_TEMPLATE)
$(CC)
$(CFLAGS)
-
Dasn_DEF
=
asn_DEF_DataInterChange
-
o
$(TARGET)
.o
-c
$(ASN_DECODER_TEMPLATE)
distclean
:
clean
rm
-f
$(ASN_MODULE_SOURCES)
$(ASN_MODULE_HEADERS)
...
...
examples/sample.source.TAP3/config.h
View file @
31303c09
...
...
@@ -8,5 +8,3 @@ extern int opt_debug;
__FILE__, __LINE__); \
} while(0)
/* Which type is the PDU; for ../../skeletons/asn-decoder-template.c */
#define asn_DEF asn_DEF_DataInterChange
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