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
78354f41
Commit
78354f41
authored
11 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[E-ACSL] fixing Makefile's distrib target
parent
4e0b464d
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
+4
-3
4 additions, 3 deletions
src/plugins/e-acsl/Makefile.in
with
4 additions
and
3 deletions
src/plugins/e-acsl/Makefile.in
+
4
−
3
View file @
78354f41
...
@@ -144,17 +144,18 @@ uninstall::
...
@@ -144,17 +144,18 @@ uninstall::
# Building source distribution #
# Building source distribution #
################################
################################
EXPORT
=
e-acsl-
$(
VERSION
)
EXPORT
=
e-acsl-
$(
EACSL_
VERSION
)
DISTRIB_FILES
=
$(
filter-out
$(
wildcard
*
local_config.ml
)
,
$(
wildcard
*
.ml
))
\
DISTRIB_FILES
=
$(
filter-out
$(
wildcard
*
local_config.ml
)
,
$(
wildcard
*
.ml
))
\
$(
wildcard
*
.mli
)
\
$(
wildcard
*
.mli
)
\
configure.ac Makefile.in
\
configure.ac Makefile.in
\
doc/Changelog
\
doc/Changelog
\
doc/manuals/e-acsl-manual.pdf
\
doc/manuals/e-acsl.pdf doc/manuals/e-acsl-implementation.pdf
\
doc/manuals/e-acsl.pdf doc/manuals/e-acsl-implementation.pdf
\
share/e-acsl/
*
.
h
\
share/e-acsl/
*
.
[ch] share/e-acsl/memory_model/
*
.[ch]
\
tests/test_config.in
\
tests/test_config.in
\
tests/e-acsl-reject/test_config tests/e-acsl-reject/
*
.i
\
tests/e-acsl-reject/test_config tests/e-acsl-reject/
*
.i
\
tests/e-acsl-runtime/test_config tests/e-acsl-runtime/
*
.
i
\
tests/e-acsl-runtime/test_config tests/e-acsl-runtime/
*
.
[ci]
\
license/CEA_LGPL license/headache_config.txt license/LGPLv2.1
\
license/CEA_LGPL license/headache_config.txt license/LGPLv2.1
\
INSTALL README VERSION .depend
INSTALL README VERSION .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