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
ea55215e
Commit
ea55215e
authored
Jan 14, 2014
by
Lev Walkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split ADD_CFLAGS and TESTSUITE_CFLAGS
parent
f84cc014
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
19 additions
and
0 deletions
+19
-0
Makefile.in
Makefile.in
+1
-0
asn1c/Makefile.in
asn1c/Makefile.in
+1
-0
asn1c/tests/Makefile.in
asn1c/tests/Makefile.in
+1
-0
configure
configure
+3
-0
configure.ac
configure.ac
+2
-0
doc/Makefile.in
doc/Makefile.in
+1
-0
doc/docsrc/Makefile.in
doc/docsrc/Makefile.in
+1
-0
examples/Makefile.in
examples/Makefile.in
+1
-0
libasn1compiler/Makefile.in
libasn1compiler/Makefile.in
+1
-0
libasn1fix/Makefile.in
libasn1fix/Makefile.in
+1
-0
libasn1parser/Makefile.in
libasn1parser/Makefile.in
+1
-0
libasn1print/Makefile.in
libasn1print/Makefile.in
+1
-0
skeletons/Makefile.in
skeletons/Makefile.in
+1
-0
skeletons/standard-modules/Makefile.in
skeletons/standard-modules/Makefile.in
+1
-0
skeletons/tests/Makefile.in
skeletons/tests/Makefile.in
+1
-0
tests/Makefile.in
tests/Makefile.in
+1
-0
No files found.
Makefile.in
View file @
ea55215e
...
...
@@ -130,6 +130,7 @@ GZIP_ENV = --best
distuninstallcheck_listfiles
=
find
.
-type
f
-print
distcleancheck_listfiles
=
find
.
-type
f
-print
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
asn1c/Makefile.in
View file @
ea55215e
...
...
@@ -148,6 +148,7 @@ am__relativize = \
done
;
\
reldir
=
"
$$
dir2"
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
asn1c/tests/Makefile.in
View file @
ea55215e
...
...
@@ -53,6 +53,7 @@ am__tty_colors = \
red
=
;
grn
=
;
lgn
=
;
blu
=
;
std
=
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
configure
View file @
ea55215e
...
...
@@ -636,6 +636,7 @@ am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
TESTSUITE_CFLAGS
ADD_CFLAGS
LEXLIB
LEX_OUTPUT_ROOT
LEX
...
...
@@ -12390,9 +12391,11 @@ fi
if
test
x
$enable_werror
=
xyes
;
then
TESTSUITE_CFLAGS
=
"-Werror -W -Wpointer-arith"
ADD_CFLAGS
=
"-Werror -W -Wpointer-arith"
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking whether C compiler accepts -Wall"
>
&5
$as_echo_n
"checking whether C compiler accepts -Wall... "
>
&6
;
}
if
${
ax_cv_check_cflags___Wall
+
:
}
false
;
then
:
...
...
configure.ac
View file @
ea55215e
...
...
@@ -29,7 +29,9 @@ AC_ARG_ENABLE(Werror,
enable_werror=$enableval, enable_werror=no)
if test x$enable_werror = xyes; then
TESTSUITE_CFLAGS="-Werror -W -Wpointer-arith"
ADD_CFLAGS="-Werror -W -Wpointer-arith"
fi
AC_SUBST(ADD_CFLAGS)
AC_SUBST(TESTSUITE_CFLAGS)
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])
...
...
doc/Makefile.in
View file @
ea55215e
...
...
@@ -114,6 +114,7 @@ am__relativize = \
done
;
\
reldir
=
"
$$
dir2"
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
doc/docsrc/Makefile.in
View file @
ea55215e
...
...
@@ -50,6 +50,7 @@ SOURCES =
DIST_SOURCES
=
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
examples/Makefile.in
View file @
ea55215e
...
...
@@ -75,6 +75,7 @@ SOURCES =
DIST_SOURCES
=
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
libasn1compiler/Makefile.in
View file @
ea55215e
...
...
@@ -75,6 +75,7 @@ ETAGS = etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
libasn1fix/Makefile.in
View file @
ea55215e
...
...
@@ -84,6 +84,7 @@ am__tty_colors = \
red
=
;
grn
=
;
lgn
=
;
blu
=
;
std
=
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
libasn1parser/Makefile.in
View file @
ea55215e
...
...
@@ -76,6 +76,7 @@ ETAGS = etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
libasn1print/Makefile.in
View file @
ea55215e
...
...
@@ -73,6 +73,7 @@ ETAGS = etags
CTAGS
=
ctags
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
skeletons/Makefile.in
View file @
ea55215e
...
...
@@ -184,6 +184,7 @@ am__relativize = \
done
;
\
reldir
=
"
$$
dir2"
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
skeletons/standard-modules/Makefile.in
View file @
ea55215e
...
...
@@ -75,6 +75,7 @@ am__installdirs = "$(DESTDIR)$(smodsdir)"
DATA
=
$(dist_smods_DATA)
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
skeletons/tests/Makefile.in
View file @
ea55215e
...
...
@@ -128,6 +128,7 @@ am__tty_colors = \
red
=
;
grn
=
;
lgn
=
;
blu
=
;
std
=
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
tests/Makefile.in
View file @
ea55215e
...
...
@@ -50,6 +50,7 @@ SOURCES =
DIST_SOURCES
=
DISTFILES
=
$(DIST_COMMON)
$(DIST_SOURCES)
$(TEXINFOS)
$(EXTRA_DIST)
ACLOCAL
=
@ACLOCAL@
ADD_CFLAGS
=
@ADD_CFLAGS@
AMTAR
=
@AMTAR@
AR
=
@AR@
AUTOCONF
=
@AUTOCONF@
...
...
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