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
e37b9bdb
Commit
e37b9bdb
authored
8 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
Fixes compilation in external mode
parent
3f003861
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
+9
-1
9 additions, 1 deletion
src/plugins/e-acsl/Makefile.in
with
9 additions
and
1 deletion
src/plugins/e-acsl/Makefile.in
+
9
−
1
View file @
e37b9bdb
...
@@ -41,6 +41,14 @@ else
...
@@ -41,6 +41,14 @@ else
EACSL_HAS_OCAML312
=
yes
EACSL_HAS_OCAML312
=
yes
endif
endif
# Utilities used to create the list of contrib/ files to be included in the
# distribution. In external mode, we can't rely on these variables to be
# set, as we have to build the list before including Makefile.dynamic.
# There is no real alternative to cat and sed anyways, which are both part of
# POSIX, so that the usefulness of the variables is questionable.
CAT
?=
cat
SED
?=
sed
#########################
#########################
# Plug-in configuration #
# Plug-in configuration #
#########################
#########################
...
@@ -258,7 +266,7 @@ PLUGIN_DISTRIB_EXTERNAL:=\
...
@@ -258,7 +266,7 @@ PLUGIN_DISTRIB_EXTERNAL:=\
$(
EACSL_LICENSE_FILES
)
\
$(
EACSL_LICENSE_FILES
)
\
$(
EACSL_CONTRIB_FILES
)
$(
EACSL_CONTRIB_FILES
)
EACSL_DISTRIB_FILES
:=
$(
PLUGIN_DISTRIB_
FILES
)
$(
EACSL_OCAML_FILES
)
EACSL_DISTRIB_FILES
:=
$(
PLUGIN_DISTRIB_
EXTERNAL
)
$(
EACSL_OCAML_FILES
)
# BE CAREFUL: manually remove all *.ml* files which should not be released!
# BE CAREFUL: manually remove all *.ml* files which should not be released!
e-acsl-distrib
:
.depend
e-acsl-distrib
:
.depend
...
...
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