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
f6ac931a
Commit
f6ac931a
authored
Sep 17, 2006
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
c51cdd4e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
examples/sample.makefile.regen
examples/sample.makefile.regen
+1
-1
examples/sample.source.LDAP3/Makefile
examples/sample.source.LDAP3/Makefile
+1
-1
examples/sample.source.MEGACO/Makefile
examples/sample.source.MEGACO/Makefile
+1
-1
examples/sample.source.MHEG5/Makefile
examples/sample.source.MHEG5/Makefile
+1
-1
examples/sample.source.PKIX1/Makefile
examples/sample.source.PKIX1/Makefile
+1
-1
examples/sample.source.TAP3/Makefile
examples/sample.source.TAP3/Makefile
+1
-1
No files found.
examples/sample.makefile.regen
View file @
f6ac931a
...
...
@@ -28,7 +28,7 @@ if test -f config.h ; then
fi
FIXEDPDU
=
`
echo
"[
$ASN1PDU
]"
|
sed
-e
"s/.*-pdu=auto.*//"
`
if
test
"
$FIXEDPDU
"
;
then
if
test
!
"
$FIXEDPDU
"
;
then
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-DASN_PDU_COLLECTION"
fi
...
...
examples/sample.source.LDAP3/Makefile
View file @
f6ac931a
...
...
@@ -163,7 +163,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET
=
ldap3dump
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
LDAPMessage
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
LDAPMessage
OBJS
=
${ASN_MODULE_SOURCES:.c=.o}
${ASN_CONVERTER_SOURCES:.c=.o}
all
:
LDAPMessage.c $(TARGET)
...
...
examples/sample.source.MEGACO/Makefile
View file @
f6ac931a
...
...
@@ -285,7 +285,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET
=
megacoDump
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
MegacoMessage
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
MegacoMessage
OBJS
=
${ASN_MODULE_SOURCES:.c=.o}
${ASN_CONVERTER_SOURCES:.c=.o}
all
:
MegacoMessage.c $(TARGET)
...
...
examples/sample.source.MHEG5/Makefile
View file @
f6ac931a
...
...
@@ -453,7 +453,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET
=
mheg5dump
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
InterchangedObject
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
InterchangedObject
OBJS
=
${ASN_MODULE_SOURCES:.c=.o}
${ASN_CONVERTER_SOURCES:.c=.o}
all
:
InterchangedObject.c $(TARGET)
...
...
examples/sample.source.PKIX1/Makefile
View file @
f6ac931a
...
...
@@ -345,7 +345,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET
=
x509dump
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
Certificate
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
Certificate
OBJS
=
${ASN_MODULE_SOURCES:.c=.o}
${ASN_CONVERTER_SOURCES:.c=.o}
all
:
Certificate.c $(TARGET)
...
...
examples/sample.source.TAP3/Makefile
View file @
f6ac931a
...
...
@@ -679,7 +679,7 @@ libsomething_la_SOURCES=$(ASN_MODULE_SOURCES) $(ASN_MODULE_HEADERS)
# This file may be used as an input for make(3)
# Remove the lines below to convert it into a pure .am file
TARGET
=
tap3dump
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
DataInterChange
CFLAGS
+=
-I
.
-DHAVE_CONFIG_H
-DPDU
=
DataInterChange
OBJS
=
${ASN_MODULE_SOURCES:.c=.o}
${ASN_CONVERTER_SOURCES:.c=.o}
all
:
DataInterChange.c $(TARGET)
...
...
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