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
852f1549
Commit
852f1549
authored
Aug 19, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed checker
parent
0c735e9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
122 deletions
+19
-122
libasn1parser/Makefile.am
libasn1parser/Makefile.am
+0
-7
libasn1parser/Makefile.in
libasn1parser/Makefile.in
+19
-115
No files found.
libasn1parser/Makefile.am
View file @
852f1549
...
...
@@ -26,10 +26,3 @@ asn1p_expr_str.h: expr-h.pl asn1p_expr.h
./expr-h.pl asn1p_expr.h
>
$@
EXTRA_DIST
=
expr-h.pl
check_PROGRAMS
=
check_parser
LDADD
=
${noinst_LTLIBRARIES}
DEPENDENCIES
=
${noinst_LTLIBRARIES}
TESTS
=
${check_PROGRAMS}
libasn1parser/Makefile.in
View file @
852f1549
...
...
@@ -14,7 +14,7 @@
@SET_MAKE@
SOURCES
=
$(libasn1parser_la_SOURCES)
check_parser.c
SOURCES
=
$(libasn1parser_la_SOURCES)
srcdir
=
@srcdir@
top_srcdir
=
@top_srcdir@
...
...
@@ -39,7 +39,6 @@ POST_UNINSTALL = :
build_triplet
=
@build@
host_triplet
=
@host@
target_triplet
=
@target@
check_PROGRAMS
=
check_parser
$(EXEEXT)
subdir
=
libasn1parser
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in asn1p_l.c
\
asn1p_y.c asn1p_y.h
...
...
@@ -57,11 +56,6 @@ am_libasn1parser_la_OBJECTS = asn1parser.lo asn1p_y.lo asn1p_l.lo \
asn1p_xports.lo asn1p_constr.lo asn1p_param.lo asn1p_class.lo
\
asn1p_ref.lo
libasn1parser_la_OBJECTS
=
$(am_libasn1parser_la_OBJECTS)
check_parser_SOURCES
=
check_parser.c
check_parser_OBJECTS
=
check_parser.
$(OBJEXT)
check_parser_LDADD
=
$(LDADD)
am__DEPENDENCIES_1
=
libasn1parser.la
check_parser_DEPENDENCIES
=
$(am__DEPENDENCIES_1)
DEFAULT_INCLUDES
=
-I
.
-I
$(srcdir)
-I
$(top_builddir)
depcomp
=
$(SHELL)
$(top_srcdir)
/depcomp
am__depfiles_maybe
=
depfiles
...
...
@@ -74,8 +68,7 @@ am__depfiles_maybe = depfiles
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_ref.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_value.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_xports.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_y.Plo ./
$(DEPDIR)
/asn1parser.Plo
\
@AMDEP_TRUE@ ./
$(DEPDIR)
/check_parser.Po
@AMDEP_TRUE@ ./
$(DEPDIR)
/asn1p_y.Plo ./
$(DEPDIR)
/asn1parser.Plo
COMPILE
=
$(CC)
$(DEFS)
$(DEFAULT_INCLUDES)
$(INCLUDES)
$(AM_CPPFLAGS)
\
$(CPPFLAGS)
$(AM_CFLAGS)
$(CFLAGS)
LTCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(CC)
$(DEFS)
\
...
...
@@ -89,8 +82,8 @@ LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
YACCCOMPILE
=
$(YACC)
$(YFLAGS)
$(AM_YFLAGS)
LTYACCCOMPILE
=
$(LIBTOOL)
--mode
=
compile
$(YACC)
$(YFLAGS)
\
$(AM_YFLAGS)
SOURCES
=
$(libasn1parser_la_SOURCES)
check_parser.c
DIST_SOURCES
=
$(libasn1parser_la_SOURCES)
check_parser.c
SOURCES
=
$(libasn1parser_la_SOURCES)
DIST_SOURCES
=
$(libasn1parser_la_SOURCES)
ETAGS
=
etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
...
...
@@ -226,9 +219,6 @@ libasn1parser_la_SOURCES = \
asn1p_list.h
EXTRA_DIST
=
expr-h.pl
LDADD
=
${noinst_LTLIBRARIES}
DEPENDENCIES
=
${noinst_LTLIBRARIES}
TESTS
=
${check_PROGRAMS}
all
:
all-am
.SUFFIXES
:
...
...
@@ -279,16 +269,6 @@ asn1p_y.h: asn1p_y.c
libasn1parser.la
:
$(libasn1parser_la_OBJECTS) $(libasn1parser_la_DEPENDENCIES)
$(LINK)
$(libasn1parser_la_LDFLAGS)
$(libasn1parser_la_OBJECTS)
$(libasn1parser_la_LIBADD)
$(LIBS)
clean-checkPROGRAMS
:
@
list
=
'
$(check_PROGRAMS)
'
;
for
p
in
$$
list
;
do
\
f
=
`
echo
$$
p|sed
's/
$(EXEEXT)
$$//'
`
;
\
echo
" rm -f
$$
p
$$
f"
;
\
rm
-f
$$
p
$$
f
;
\
done
check_parser$(EXEEXT)
:
$(check_parser_OBJECTS) $(check_parser_DEPENDENCIES)
@
rm
-f
check_parser
$(EXEEXT)
$(LINK)
$(check_parser_LDFLAGS)
$(check_parser_OBJECTS)
$(check_parser_LDADD)
$(LIBS)
mostlyclean-compile
:
-
rm
-f
*
.
$(OBJEXT)
...
...
@@ -307,7 +287,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/asn1p_xports.Plo@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/asn1p_y.Plo@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/asn1parser.Plo@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/check_parser.Po@am__quote@
.c.o
:
@am__fastdepCC_TRUE@
if
$(COMPILE)
-MT
$@
-MD
-MP
-MF
"$(DEPDIR)/$*.Tpo"
-c
-o
$@
$<;
\
...
...
@@ -416,79 +395,6 @@ GTAGS:
distclean-tags
:
-
rm
-f
TAGS ID GTAGS GRTAGS GSYMS GPATH tags
check-TESTS
:
$(TESTS)
@
failed
=
0
;
all
=
0
;
xfail
=
0
;
xpass
=
0
;
skip
=
0
;
\
srcdir
=
$(srcdir)
;
export
srcdir
;
\
list
=
'
$(TESTS)
'
;
\
if
test
-n
"
$$
list"
;
then
\
for
tst
in
$$
list
;
do
\
if
test
-f
./
$$
tst
;
then
dir
=
./
;
\
elif
test
-f
$$
tst
;
then
dir
=
;
\
else
dir
=
"
$(srcdir)
/"
;
fi
;
\
if
$(TESTS_ENVIRONMENT)
$
${dir}$$
tst
;
then
\
all
=
`
expr
$$
all + 1
`
;
\
case
"
$(XFAIL_TESTS)
"
in
\
*
"
$$
tst "
*
)
\
xpass
=
`
expr
$$
xpass + 1
`
;
\
failed
=
`
expr
$$
failed + 1
`
;
\
echo
"XPASS:
$$
tst"
;
\
;;
\
*
)
\
echo
"PASS:
$$
tst"
;
\
;;
\
esac
;
\
elif
test
$$
?
-ne
77
;
then
\
all
=
`
expr
$$
all + 1
`
;
\
case
"
$(XFAIL_TESTS)
"
in
\
*
"
$$
tst "
*
)
\
xfail
=
`
expr
$$
xfail + 1
`
;
\
echo
"XFAIL:
$$
tst"
;
\
;;
\
*
)
\
failed
=
`
expr
$$
failed + 1
`
;
\
echo
"FAIL:
$$
tst"
;
\
;;
\
esac
;
\
else
\
skip
=
`
expr
$$
skip + 1
`
;
\
echo
"SKIP:
$$
tst"
;
\
fi
;
\
done
;
\
if
test
"
$$
failed"
-eq
0
;
then
\
if
test
"
$$
xfail"
-eq
0
;
then
\
banner
=
"All
$$
all tests passed"
;
\
else
\
banner
=
"All
$$
all tests behaved as expected (
$$
xfail expected failures)"
;
\
fi
;
\
else
\
if
test
"
$$
xpass"
-eq
0
;
then
\
banner
=
"
$$
failed of
$$
all tests failed"
;
\
else
\
banner
=
"
$$
failed of
$$
all tests did not behave as expected (
$$
xpass unexpected passes)"
;
\
fi
;
\
fi
;
\
dashes
=
"
$$
banner"
;
\
skipped
=
""
;
\
if
test
"
$$
skip"
-ne
0
;
then
\
skipped
=
"(
$$
skip tests were not run)"
;
\
test
`
echo
"
$$
skipped"
|
wc
-c
`
-gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
dashes
=
"
$$
skipped"
;
\
fi
;
\
report
=
""
;
\
if
test
"
$$
failed"
-ne
0
&&
test
-n
"
$(PACKAGE_BUGREPORT)
"
;
then
\
report
=
"Please report to
$(PACKAGE_BUGREPORT)
"
;
\
test
`
echo
"
$$
report"
|
wc
-c
`
-gt
`
echo
"
$$
banner"
|
wc
-c
`
&&
\
dashes
=
"
$$
report"
;
\
fi
;
\
dashes
=
`
echo
"
$$
dashes"
|
sed
s/./
=
/g
`
;
\
echo
"
$$
dashes"
;
\
echo
"
$$
banner"
;
\
test
-n
"
$$
skipped"
&&
echo
"
$$
skipped"
;
\
test
-n
"
$$
report"
&&
echo
"
$$
report"
;
\
echo
"
$$
dashes"
;
\
test
"
$$
failed"
-eq
0
;
\
else
:
;
fi
distdir
:
$(DISTFILES)
@
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
\
topsrcdirstrip
=
`
echo
"
$(top_srcdir)
"
|
sed
's|.|.|g'
`
;
\
...
...
@@ -517,8 +423,6 @@ distdir: $(DISTFILES)
fi
;
\
done
check-am
:
all-am
$(MAKE)
$(AM_MAKEFLAGS)
$(check_PROGRAMS)
$(MAKE)
$(AM_MAKEFLAGS)
check-TESTS
check
:
check-am
all-am
:
Makefile $(LTLIBRARIES)
installdirs
:
...
...
@@ -546,13 +450,13 @@ distclean-generic:
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_y.h
-
rm
-f
asn1p_l.c
-
rm
-f
asn1p_y.c
-
rm
-f
asn1p_l.c
-
rm
-f
asn1p_y.h
clean
:
clean-am
clean-am
:
clean-
checkPROGRAMS clean-generic clean-libtool
\
clean-noinstLTLIBRARIES
mostlyclean-am
clean-am
:
clean-
generic clean-libtool clean-noinstLTLIBRARIES
\
mostlyclean-am
distclean
:
distclean-am
-
rm
-rf
./
$(DEPDIR)
...
...
@@ -600,17 +504,17 @@ ps-am:
uninstall-am
:
uninstall-info-am
.PHONY
:
CTAGS GTAGS all all-am check check-
TESTS check-am clean
\
clean-
checkPROGRAMS clean-generic clean-libtool
\
clean-noinstLTLIBRARIES ctags distclean distclean-compile
\
distclean-
generic distclean-libtool distclean-tags distdir dvi
\
dvi-am html html-am info info-am install install-am
\
install-
data install-data-am install-exec install-exec-am
\
install-
info install-info-am install-man install-strip
\
installcheck installcheck-am installdirs maintainer-
clean
\
m
aintainer-clean-generic mostlyclean mostlyclean-compile
\
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps
-am
\
tags uninstall uninstall-am
uninstall-info-am
.PHONY
:
CTAGS GTAGS all all-am check check-
am clean clean-generic
\
clean-
libtool clean-noinstLTLIBRARIES ctags distclean
\
distclean-compile distclean-generic distclean-libtool
\
distclean-
tags distdir dvi dvi-am html html-am info info-am
\
install install-am install-data install-data-am install-exec
\
install-
exec-am install-info install-info-am install-man
\
install-
strip installcheck installcheck-am installdirs
\
maintainer-clean maintainer-clean-generic mostly
clean
\
m
ostlyclean-compile mostlyclean-generic mostlyclean-libtool
\
pdf pdf-am ps ps-am tags uninstall uninstall
-am
\
uninstall-info-am
asn1p_expr_str.h
:
expr-h.pl asn1p_expr.h
...
...
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