Skip to content
Snippets Groups Projects
Commit 82e6c1bf authored by Patrick Baudin's avatar Patrick Baudin Committed by Julien Signoles
Browse files

[headers] makefile: removing EACSL_NOHEADER variable

parent 938793f8
No related branches found
No related tags found
No related merge requests found
...@@ -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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment