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
7039310b
Commit
7039310b
authored
Mar 24, 2005
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF#3063753
parent
80d7dce9
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
38 additions
and
26 deletions
+38
-26
doc/Makefile.am
doc/Makefile.am
+4
-2
doc/Makefile.in
doc/Makefile.in
+7
-2
examples/Makefile.am
examples/Makefile.am
+9
-9
examples/Makefile.in
examples/Makefile.in
+10
-10
libasn1parser/Makefile.in
libasn1parser/Makefile.in
+1
-1
skeletons/Makefile.am
skeletons/Makefile.am
+3
-1
skeletons/Makefile.in
skeletons/Makefile.in
+4
-1
No files found.
doc/Makefile.am
View file @
7039310b
docsdir
=
$(datadir)
/doc/asn1c
docs_DATA
=
*
.pdf
*
.html
docs_DATA
=
$(srcdir)
/
*
.pdf
\
$(srcdir)
/
*
.html
EXTRA_DIST
=
*
.pdf
*
.html
EXTRA_DIST
=
$(srcdir)
/
*
.pdf
\
$(srcdir)
/
*
.html
CLEANFILES
=
*
.
*
~
doc/Makefile.in
View file @
7039310b
...
...
@@ -160,8 +160,12 @@ target_cpu = @target_cpu@
target_os
=
@target_os@
target_vendor
=
@target_vendor@
docsdir
=
$(datadir)
/doc/asn1c
docs_DATA
=
*
.pdf
*
.html
EXTRA_DIST
=
*
.pdf
*
.html
docs_DATA
=
$(srcdir)
/
*
.pdf
\
$(srcdir)
/
*
.html
EXTRA_DIST
=
$(srcdir)
/
*
.pdf
\
$(srcdir)
/
*
.html
CLEANFILES
=
*
.
*
~
all
:
all-am
...
...
@@ -230,6 +234,7 @@ CTAGS:
distdir
:
$(DISTFILES)
$(mkdir_p)
$(distdir)
/
$(srcdir)
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's|.|.|g'
`
;
\
list
=
'
$(DISTFILES)
'
;
for
file
in
$$
list
;
do
\
...
...
examples/Makefile.am
View file @
7039310b
...
...
@@ -11,15 +11,15 @@ all: $(ASN1_FILES_1)
$(ASN1_FILES_1)
:
crfc2asn1.pl $(ASN1_SOURCE_1)
./crfc2asn1.pl
$(ASN1_SOURCE_1)
EXTRA_DIST
=
rfc
*
.txt
\
sample.source.PKIX1/README
\
sample.source.PKIX1/config.h
\
sample.source.PKIX1/Makefile
\
sample.source.PKIX1/regenerate.Makefile
\
sample.source.TAP3/README
\
sample.source.TAP3/config.h
\
sample.source.TAP3/Makefile
\
sample.source.TAP3/regenerate.Makefile
EXTRA_DIST
=
$(srcdir)
/rfc
*
.txt
\
$(srcdir)
/sample.source.PKIX1/README
\
$(srcdir)
/sample.source.PKIX1/config.h
\
$(srcdir)
/sample.source.PKIX1/Makefile
\
$(srcdir)
/
sample.source.PKIX1/regenerate.Makefile
\
$(srcdir)
/sample.source.TAP3/README
\
$(srcdir)
/sample.source.TAP3/config.h
\
$(srcdir)
/sample.source.TAP3/Makefile
\
$(srcdir)
/
sample.source.TAP3/regenerate.Makefile
CLEANFILES
=
$(ASN1_FILES_1)
...
...
examples/Makefile.in
View file @
7039310b
...
...
@@ -166,15 +166,15 @@ ASN1_FILES_1 = \
rfc3280-PKIX1Explicit88.asn1
\
rfc3280-PKIX1Implicit88.asn1
EXTRA_DIST
=
rfc
*
.txt
\
sample.source.PKIX1/README
\
sample.source.PKIX1/config.h
\
sample.source.PKIX1/Makefile
\
sample.source.PKIX1/regenerate.Makefile
\
sample.source.TAP3/README
\
sample.source.TAP3/config.h
\
sample.source.TAP3/Makefile
\
sample.source.TAP3/regenerate.Makefile
EXTRA_DIST
=
$(srcdir)
/rfc
*
.txt
\
$(srcdir)
/sample.source.PKIX1/README
\
$(srcdir)
/sample.source.PKIX1/config.h
\
$(srcdir)
/sample.source.PKIX1/Makefile
\
$(srcdir)
/
sample.source.PKIX1/regenerate.Makefile
\
$(srcdir)
/sample.source.TAP3/README
\
$(srcdir)
/sample.source.TAP3/config.h
\
$(srcdir)
/sample.source.TAP3/Makefile
\
$(srcdir)
/
sample.source.TAP3/regenerate.Makefile
CLEANFILES
=
$(ASN1_FILES_1)
all
:
all-am
...
...
@@ -246,7 +246,7 @@ CTAGS:
distdir
:
$(DISTFILES)
$(mkdir_p)
$(distdir)
/
sample.source.PKIX1
$(dist
dir)
/sample.source.TAP3
$(mkdir_p)
$(distdir)
/
$(srcdir)
$(distdir)
/
$(srcdir)
/sample.source.PKIX1
$(distdir)
/
$(src
dir)
/sample.source.TAP3
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's|.|.|g'
`
;
\
list
=
'
$(DISTFILES)
'
;
for
file
in
$$
list
;
do
\
...
...
libasn1parser/Makefile.in
View file @
7039310b
...
...
@@ -448,8 +448,8 @@ maintainer-clean-generic:
@
echo
"This command is intended for maintainers to use"
@
echo
"it deletes files that may require special tools to rebuild."
-
rm
-f
asn1p_l.c
-
rm
-f
asn1p_y.c
-
rm
-f
asn1p_y.h
-
rm
-f
asn1p_y.c
clean
:
clean-am
clean-am
:
clean-generic clean-libtool clean-noinstLTLIBRARIES
\
...
...
skeletons/Makefile.am
View file @
7039310b
SUBDIRS
=
tests
dist_pkgdata_DATA
=
*
.[ch] file-dependencies
dist_pkgdata_DATA
=
\
$(srcdir)
/
*
.[ch]
\
$(srcdir)
/file-dependencies
uninstall-local
:
-
@echo
-n
" "
-
rm
-f
-r
$(DESTDIR)$(pkgdatadir)
skeletons/Makefile.in
View file @
7039310b
...
...
@@ -170,7 +170,10 @@ target_cpu = @target_cpu@
target_os
=
@target_os@
target_vendor
=
@target_vendor@
SUBDIRS
=
tests
dist_pkgdata_DATA
=
*
.[ch] file-dependencies
dist_pkgdata_DATA
=
\
$(srcdir)
/
*
.[ch]
\
$(srcdir)
/file-dependencies
all
:
all-recursive
.SUFFIXES
:
...
...
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