Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
3e87d19e
Commit
3e87d19e
authored
Jul 05, 2016
by
Guillaume Melquiond
Browse files
Move most build dependencies to "all" rather than "opt byte".
parent
b2bc597b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
3e87d19e
...
...
@@ -358,7 +358,7 @@ ifeq (@enable_emacs_compilation@,yes)
endif
ifeq
(@enable_emacs_compilation@,yes)
opt byte
:
share/emacs/why3.elc
all
:
share/emacs/why3.elc
endif
...
...
@@ -994,9 +994,7 @@ COQVD = $(addsuffix .vd, $(COQLIBS_FILES))
$(SHOW)
'Coqdep $<'
$(HIDE)$(COQDEP)
-R
lib/coq Why3
$<
$(TOTARGET)
opt byte
:
$(COQVO)
install_local
::
$(COQVO) drivers/coq-realizations.aux
all
:
$(COQVO) drivers/coq-realizations.aux
ifneq
"$(MAKECMDGOALS:clean%=clean)" "clean"
ifneq
"$(MAKECMDGOALS:update-coq%=update-coq)" "update-coq"
...
...
@@ -1022,8 +1020,6 @@ endif
install_no_local
::
$(INSTALL_DATA)
drivers/coq-realizations.aux
$(DATADIR)
/why3/drivers/
opt byte
:
drivers/coq-realizations.aux
clean
::
rm
-f
drivers/coq-realizations.aux
...
...
@@ -1081,8 +1077,6 @@ install_no_local::
$(INSTALL_DATA)
$(
addsuffix
.pvs,
$(PVSLIBS_FP)
)
$(LIBDIR)
/why3/pvs/floating_point/
$(INSTALL_DATA)
drivers/pvs-realizations.aux
$(DATADIR)
/why3/drivers/
install_local
::
drivers/pvs-realizations.aux
update-pvs
:
bin/why3realize.@OCAMLBEST@ drivers/pvs-realizations.aux
for
f
in
$(PVSLIBS_INT_FILES)
;
do
WHY3CONFIG
=
""
bin/why3realize.@OCAMLBEST@
-L
theories
-D
drivers/pvs-realize.drv
-T
int.
$$
f
-o
lib/pvs/int/
;
done
for
f
in
$(PVSLIBS_REAL_FILES)
;
do
WHY3CONFIG
=
""
bin/why3realize.@OCAMLBEST@
-L
theories
-D
drivers/pvs-realize.drv
-T
real.
$$
f
-o
lib/pvs/real/
;
done
...
...
@@ -1101,7 +1095,7 @@ install_no_local::
endif
opt byte
:
drivers/pvs-realizations.aux
all
:
drivers/pvs-realizations.aux
clean
::
rm
-f
drivers/pvs-realizations.aux
...
...
@@ -1250,7 +1244,7 @@ $(ISABELLELIBS_BV): bin/why3realize.@OCAMLBEST@ drivers/isabelle-realizations.au
WHY3CONFIG
=
""
bin/why3realize.@OCAMLBEST@
-L
theories
-D
$(ISABELLEREALIZEDRV)
-T
bv.
$(
notdir
$(
basename
$@
))
-o
lib/isabelle/bv/
# do not update isabelle realizations systematically
#
opt byte
: update-isabelle
#
all
: update-isabelle
clean
::
rm
-f
lib/isabelle/
*
/
*
.xml
...
...
@@ -1266,7 +1260,7 @@ install_no_local::
endif
opt byte
:
drivers/isabelle-realizations.aux
all
:
drivers/isabelle-realizations.aux
clean
::
rm
-f
drivers/isabelle-realizations.aux
...
...
@@ -1352,7 +1346,7 @@ endif
TOOLS
=
lib/why3-cpulimit
$(EXE)
byte opt
:
$(TOOLS)
all
:
$(TOOLS)
lib/why3-cpulimit$(EXE)
:
src/tools/@CPULIMIT@.c
$(SHOW)
'Cc $^'
...
...
@@ -1983,7 +1977,7 @@ doc/version.tex: doc/version.tex.in config.status
config.status
:
configure
./config.status
--recheck
opt byte
:
lib/why3/META .merlin
all
:
lib/why3/META .merlin
lib/why3/META
:
lib/why3/META.in config.status
./config.status
chmod
--file
$@
...
...
opam/why3-base/opam
View file @
3e87d19e
...
...
@@ -27,7 +27,7 @@ available: [ ocaml-version >= "4.01.0" ]
build: [
["./configure" "--prefix" prefix "--disable-frama-c"
"--disable-ide" { !conf-gtksourceview:installed }]
[make "-j%{jobs}%" "opt" "byte"]
[make "-j%{jobs}%"
"all"
"opt" "byte"]
]
install: [make "install" "install-lib"]
...
...
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