Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
120
Issues
120
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
13a4a598
Commit
13a4a598
authored
Jun 23, 2014
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pulled Stefan Berghofer changes
parent
bde42d21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
10 deletions
+15
-10
Makefile.in
Makefile.in
+15
-10
No files found.
Makefile.in
View file @
13a4a598
...
...
@@ -444,7 +444,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3.@OCAMLBEST@
$(BINDIR)
/why3
$(EXE)
install_local
:
bin/why3
install_local
:
:
bin/why3
ifneq
"$(MAKECMDGOALS)" "clean"
include
src/main.dep
...
...
@@ -582,7 +582,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3config.@OCAMLBEST@
$(BINDIR)
/why3config
$(EXE)
install_local
:
bin/why3config
install_local
:
:
bin/why3config
###############
# IDE
...
...
@@ -643,7 +643,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3ide.@OCAMLBEST@
$(BINDIR)
/why3ide
$(EXE)
install_local
:
bin/why3ide
install_local
:
:
bin/why3ide
endif
...
...
@@ -698,7 +698,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3replayer.@OCAMLBEST@
$(BINDIR)
/why3replayer
$(EXE)
install_local
:
bin/why3replayer
install_local
:
:
bin/why3replayer
###############
...
...
@@ -754,7 +754,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3session.@OCAMLBEST@
$(BINDIR)
/why3session
$(EXE)
install_local
:
bin/why3session
install_local
:
:
bin/why3session
###############
...
...
@@ -812,7 +812,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3bench.@OCAMLBEST@
$(BINDIR)
/why3bench
$(EXE)
install_local
:
bin/why3bench
install_local
:
:
bin/why3bench
endif
...
...
@@ -994,7 +994,7 @@ ifeq (@enable_coq_fp_libs@,yes)
endif
cp
drivers/coq-realizations.aux
$(DATADIR)
/why3/drivers/
install_local
:
$(COQVO) drivers/coq-realizations.aux
install_local
:
:
$(COQVO) drivers/coq-realizations.aux
ifneq
"$(MAKECMDGOALS)" "clean"
ifneq
"$(MAKECMDGOALS:update-coq%=update-coq)" "update-coq"
...
...
@@ -1105,7 +1105,7 @@ install_no_local::
cp
$(
addsuffix
.pvs,
$(PVSLIBS_FP)
)
$(LIBDIR)
/why3/pvs/floating_point/
cp
drivers/pvs-realizations.aux
$(DATADIR)
/why3/drivers/
install_local
:
drivers/pvs-realizations.aux
install_local
:
:
drivers/pvs-realizations.aux
update-pvs
:
bin/why3 drivers/pvs-realizations.aux
for
f
in
$(PVSLIBS_INT_FILES)
;
do
bin/why3
--realize
-D
drivers/pvs-realize.drv
-T
int.
$$
f
-o
lib/pvs/int/
;
done
...
...
@@ -1181,6 +1181,11 @@ drivers/isabelle-realizations.aux: Makefile
install_no_local
::
cp
-r
lib/isabelle
$(LIBDIR)
/why3
cp
drivers/isabelle-realizations.aux
$(DATADIR)
/why3/drivers/
isabelle build
-bc
Why3
install_local
::
isabelle build
-bc
Why3
update-isabelle
:
$(ISABELLELIBS_INT) $(ISABELLELIBS_BOOL) $(ISABELLELIBS_REAL) $(ISABELLELIBS_NUMBER) $(ISABELLELIBS_SET) $(ISABELLELIBS_MAP) $(ISABELLELIBS_LIST) $(ISABELLELIBS_OPTION)
...
...
@@ -1397,7 +1402,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3wc.@OCAMLBEST@
$(BINDIR)
/why3wc
$(EXE)
install_local
:
bin/why3wc
install_local
:
:
bin/why3wc
#########
# why3doc
...
...
@@ -1454,7 +1459,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3doc.@OCAMLBEST@
$(BINDIR)
/why3doc
$(EXE)
install_local
:
bin/why3doc
install_local
:
:
bin/why3doc
########
# bench
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment