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
679db718
Commit
679db718
authored
6 months ago
by
Allan Blanchard
Browse files
Options
Downloads
Patches
Plain Diff
[wp] remove useless file
parent
89158f32
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/wp/dune
+1
-3
1 addition, 3 deletions
src/plugins/wp/dune
src/plugins/wp/share/Makefile.resources
+0
-60
0 additions, 60 deletions
src/plugins/wp/share/Makefile.resources
with
1 addition
and
63 deletions
src/plugins/wp/dune
+
1
−
3
View file @
679db718
...
...
@@ -55,7 +55,5 @@
(install
(package frama-c-wp)
(section (site (frama-c share)))
(files
(share/Makefile.resources as wp/Makefile.resources)
(share/wp.driver as wp/wp.driver))
(files (share/wp.driver as wp/wp.driver))
(source_trees (share/why3 as wp/why3)))
This diff is collapsed.
Click to expand it.
src/plugins/wp/share/Makefile.resources
deleted
100644 → 0
+
0
−
60
View file @
89158f32
##########################################################################
# #
# This file is part of WP plug-in of Frama-C. #
# #
# Copyright (C) 2007-2024 #
# CEA (Commissariat a l'energie atomique et aux energies #
# alternatives) #
# #
# you can redistribute it and/or modify it under the terms of the GNU #
# Lesser General Public License as published by the Free Software #
# Foundation, version 2.1. #
# #
# It is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU Lesser General Public License for more details. #
# #
# See the GNU Lesser General Public License version 2.1 #
# for more details (enclosed in the file licenses/LGPLv2.1). #
# #
##########################################################################
# --------------------------------------------------------------------------
# --- Why-3 Libraries
# --------------------------------------------------------------------------
## Used in share/why3
WHY3_LIBS_CEA
:=
\
cbits.mlw
\
cint.mlw
\
cfloat.mlw
\
cmath.mlw
\
memory.mlw
\
qed.mlw
\
vset.mlw
\
vlist.mlw
## Used in share/why3
WHY3_API_LIBS_CEA
:=
WHY3_LIBS_CEA
# --------------------------------------------------------------------------
# --- LICENSES
# --------------------------------------------------------------------------
# Resource classes for license header files
# These files are relatives to this directory
WP_SHARE_SRC_CEA_RESOURCES
:=
\
wp.driver
\
why3/coq.drv
\
$(
addprefix why3/frama_c_wp/,
$(
WHY3_LIBS_CEA
))
ALL_CEA_RESOURCES
+=
\
Makefile.resources
\
$(
WP_SHARE_SRC_CEA_RESOURCES
)
##########################################################################
# Local Variables:
# mode: makefile
# End:
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