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
c6b7f82b
Commit
c6b7f82b
authored
Sep 29, 2004
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rearrangement
parent
75c344bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
13 deletions
+12
-13
asn1c/tests/Makefile.am
asn1c/tests/Makefile.am
+5
-6
asn1c/tests/Makefile.in
asn1c/tests/Makefile.in
+6
-6
libasn1parser/Makefile.in
libasn1parser/Makefile.in
+1
-1
No files found.
asn1c/tests/Makefile.am
View file @
c6b7f82b
...
...
@@ -11,12 +11,11 @@ else
TESTS
=
check-
*
.c
endif
EXTRA_DIST
=
$(check_SCRIPTS)
check-
*
.c
*
data-
*
/
*
.
*
EXTRA_DIST
=
\
$(check_SCRIPTS)
\
check-
*
.c
*
\
data-
*
/Makefile
\
data-
*
/
*
.
*
clean
:
rm
-rf
test-
*
SUFFIXES
=
.xbr .ber
.xbr.ber
:
../enber
$<
>
$@
asn1c/tests/Makefile.in
View file @
c6b7f82b
...
...
@@ -160,12 +160,15 @@ check_SCRIPTS = check-assembly.sh
TESTS_ENVIRONMENT
=
CFLAGS
=
"
${CFLAGS}
"
CXXFLAGS
=
"
${CXXFLAGS}
"
./check-assembly.sh
@CPLUSPLUS_FOUND_FALSE@
TESTS
=
check-
*
.c
@CPLUSPLUS_FOUND_TRUE@
TESTS
=
check-
*
.c check-
*
.cc
## Include C++ test filed
(
.cc
)
EXTRA_DIST
=
$(check_SCRIPTS)
check-
*
.c
*
data-
*
/
*
.
*
SUFFIXES
=
.xbr .ber
EXTRA_DIST
=
\
$(check_SCRIPTS)
\
check-
*
.c
*
\
data-
*
/Makefile
\
data-
*
/
*
.
*
all
:
all-am
.SUFFIXES
:
.SUFFIXES
:
.xbr .ber
$(srcdir)/Makefile.in
:
@MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
@
for
dep
in
$?
;
do
\
case
'
$(am__configure_deps)
'
in
\
...
...
@@ -400,9 +403,6 @@ uninstall-am: uninstall-info-am
clean
:
rm
-rf
test-
*
.xbr.ber
:
../enber
$<
>
$@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT
:
libasn1parser/Makefile.in
View file @
c6b7f82b
...
...
@@ -447,9 +447,9 @@ 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_y.h
clean
:
clean-am
clean-am
:
clean-generic clean-libtool clean-noinstLTLIBRARIES
\
...
...
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