Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
82e6c1bf
Commit
82e6c1bf
authored
6 years ago
by
Patrick Baudin
Committed by
Julien Signoles
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[headers] makefile: removing EACSL_NOHEADER variable
parent
938793f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/Makefile.in
+6
-5
6 additions, 5 deletions
src/plugins/e-acsl/Makefile.in
with
6 additions
and
5 deletions
src/plugins/e-acsl/Makefile.in
+
6
−
5
View file @
82e6c1bf
...
@@ -349,6 +349,12 @@ e-acsl-distrib-check:
...
@@ -349,6 +349,12 @@ e-acsl-distrib-check:
# Header #
# Header #
##########
##########
# Files of `DISTRIB_FILES` without header that is not listed into `headers/header_specs.txt` (with a `.ignore` attribute).
PLUGIN_HEADER_EXCEPTIONS
=
# Files that are not listed by `DISTRIB_FILES` (and by the way, without header management) decicated to distributed tests
PLUGIN_DISTRIB_TESTS
=
ifneq
("$(FRAMAC_INTERNAL)","yes")
ifneq
("$(FRAMAC_INTERNAL)","yes")
EACSL_SPARETIMELABS
=
$(
EACSL_PLUGIN_DIR
)
/share/e-acsl/e_acsl_printf.h
EACSL_SPARETIMELABS
=
$(
EACSL_PLUGIN_DIR
)
/share/e-acsl/e_acsl_printf.h
...
@@ -362,11 +368,6 @@ EACSL_CEA_LGPL_BARE= *.ml *.mli Makefile.in configure.ac \
...
@@ -362,11 +368,6 @@ EACSL_CEA_LGPL_BARE= *.ml *.mli Makefile.in configure.ac \
EACSL_CEA_LGPL
=
$(
addprefix
$(
EACSL_PLUGIN_DIR
)
/,
$(
EACSL_CEA_LGPL_BARE
))
\
EACSL_CEA_LGPL
=
$(
addprefix
$(
EACSL_PLUGIN_DIR
)
/,
$(
EACSL_CEA_LGPL_BARE
))
\
$(
EACSL_CEA_SHARE
)
$(
EACSL_CEA_SHARE
)
# Files without header that not listed into `headers/header_specs.txt` with a `.ignore` attribute
EACSL_NOHEADER_BARE
=
EACSL_NOHEADER
=
$(
addprefix
$(
EACSL_PLUGIN_DIR
)
/,
$(
EACSL_NOHEADER_BARE
))
# valid values: open-source, close-source
# valid values: open-source, close-source
EACSL_HEADERS
?=
open-source
EACSL_HEADERS
?=
open-source
headers
::
headers
::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment