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
44b84e87
Commit
44b84e87
authored
7 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Plain Diff
Merge branch 'temp' into 'stable/phosphorus'
Temp See merge request !139
parents
2b3312ae
7b2a3461
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/e-acsl/Makefile.in
+21
-14
21 additions, 14 deletions
src/plugins/e-acsl/Makefile.in
src/plugins/e-acsl/contrib/MANIFEST
+1
-0
1 addition, 0 deletions
src/plugins/e-acsl/contrib/MANIFEST
with
22 additions
and
14 deletions
src/plugins/e-acsl/Makefile.in
+
21
−
14
View file @
44b84e87
...
...
@@ -72,15 +72,12 @@ PLUGIN_CMO:= local_config \
main
PLUGIN_HAS_MLI
:=
yes
PLUGIN_DISTRIBUTED
:=
no
PLUGIN_DISTRIBUTED
:=
yes
# Suppress a spurious warning in ocaml 4.04.0
mmodel_analysis.cmo mmodel_analysis.cmi
:
E_ACSL_BFLAGS+= -w -60
mmodel_analysis.cmx
:
E_ACSL_OFLAGS+= -w -60
PLUGIN_DISTRIB_EXTERNAL
:=
Makefile.in configure.ac configure
PLUGIN_DISTRIB_BIN
:=
no
# We "save" this variable so that it can be used once PLUGIN_DIR has been reset
EACSL_PLUGIN_DIR
:=
$(
PLUGIN_DIR
)
...
...
@@ -96,7 +93,19 @@ IS_DISTRIBUTED:=no
PLUGIN_GENERATED
:=
$(
EACSL_PLUGIN_DIR
)
/local_config.ml
$(EACSL_PLUGIN_DIR)/local_config.ml
:
$(EACSL_PLUGIN_DIR)/Makefile.in $(EACSL_PLUGIN_DIR)/VERSION
ifeq
("$(FRAMAC_INTERNAL)","yes")
VERSION_FILE
=
$(
FRAMAC_ROOT_SRCDIR
)
/VERSION
else
VERSION_FILE
=
$(
EACSL_PLUGIN_DIR
)
/VERSION
endif
################
# Version #
################
EACSL_VERSION
:=
$(
shell
sed
-e
's/\\(.*\\
)
/\\1/'
$(
VERSION_FILE
)
)
$(EACSL_PLUGIN_DIR)/local_config.ml
:
$(EACSL_PLUGIN_DIR)/Makefile.in $(VERSION_FILE)
$(
PRINT_MAKING
)
$@
$(
RM
)
$@
$(
ECHO
)
"(* This file was automatically generated from
$<
. Don't edit it. *)"
>>
$@
...
...
@@ -206,7 +215,7 @@ EACSL_OCAML_FILES = $(wildcard *.mli) \
$(
filter-out
$(
wildcard
*
local_config.ml
)
,
$(
wildcard
*
.ml
))
EACSL_CONTRIB_FILES
=
\
$(
shell
$(
CAT
)
contrib/MANIFEST |
$(
SED
)
's/^/contrib\//g'
)
$(
shell
$(
CAT
)
$(
EACSL_PLUGIN_DIR
)
/
contrib/MANIFEST |
$(
SED
)
's/^/contrib\//g'
)
EACSL_DOC_FILES
=
\
doc/manuals/e-acsl-manual.pdf
\
...
...
@@ -237,9 +246,11 @@ EACSL_LICENSE_FILES = \
EACSL_MISC_FILES
=
\
configure.ac Makefile.in INSTALL README VERSION .depend
EACSL_DISTRIB_FILES
=
\
EACSL_SHARE_FILES
=
share/e-acsl/
*
.[ch] share/e-acsl/
*
/
*
.[ch]
PLUGIN_DISTRIB_EXTERNAL
:=
\
$(
EACSL_SHARE_FILES
)
\
$(
EACSL_MISC_FILES
)
\
$(
EACSL_OCAML_FILES
)
\
$(
EACSL_DOC_FILES
)
\
$(
EACSL_TEST_FILES
)
\
$(
EACSL_RTL_FILES
)
\
...
...
@@ -247,6 +258,8 @@ EACSL_DISTRIB_FILES = \
$(
EACSL_LICENSE_FILES
)
\
$(
EACSL_CONTRIB_FILES
)
EACSL_DISTRIB_FILES
:=
$(
PLUGIN_DISTRIB_FILES
)
$(
EACSL_OCAML_FILES
)
# BE CAREFUL: manually remove all *.ml* files which should not be released!
e-acsl-distrib
:
.depend
$(
PRINT_TAR
)
tmp-distrib
...
...
@@ -313,12 +326,6 @@ headers::
include
$(FRAMAC_SHARE)/Makefile.dynamic
################
# Version #
################
EACSL_VERSION
:=
$(
shell
sed
-e
's/\\(.*\\
)
/\\1/'
$(
EACSL_PLUGIN_DIR
)
/VERSION
)
###########
# Install #
###########
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/contrib/MANIFEST
+
1
−
0
View file @
44b84e87
...
...
@@ -1810,3 +1810,4 @@ libjemalloc/test/unit/tsd.c
libjemalloc/test/unit/util.c
libjemalloc/test/unit/witness.c
libjemalloc/test/unit/zero.c
MANIFEST
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