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
c4928f7d
Commit
c4928f7d
authored
Feb 14, 2018
by
Guillaume Melquiond
Browse files
Merge branch 'cmxs_compilation' into 'next'
Compile and install the cmxs See merge request
!3
parents
2d310952
7098b58e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
c4928f7d
...
...
@@ -261,10 +261,11 @@ src/coq-tactic/why3tac.cmx: WARNINGS:=$(WARNINGS)-58
# build targets
byte
:
lib/why3/why3.cma
opt
:
lib/why3/why3.cmxa
opt
:
lib/why3/why3.cmxa
lib/why3/why3.cmxs
lib/why3/why3.cma
:
lib/why3/why3.cmo
lib/why3/why3.cmxa
:
lib/why3/why3.cmx
lib/why3/why3.cmxs
:
lib/why3/why3.cmx
lib/why3/why3.cmo
:
$(LIBCMO)
$(SHOW)
'Linking $@'
...
...
@@ -1366,10 +1367,11 @@ byte: $(OCAMLLIBS_CMO)
opt
:
$(OCAMLLIBS_CMX)
byte
:
lib/why3/why3extract.cma
opt
:
lib/why3/why3extract.cmxa
opt
:
lib/why3/why3extract.cmxa
lib/why3/why3extract.cmxs
lib/why3/why3extract.cma
:
lib/why3/why3extract.cmo
lib/why3/why3extract.cmxa
:
lib/why3/why3extract.cmx
lib/why3/why3extract.cmxs
:
lib/why3/why3extract.cmx
lib/why3/why3extract.cmo
:
$(OCAMLLIBS_CMO)
$(SHOW)
'Linking $@'
...
...
lib/why3/META.in
View file @
c4928f7d
...
...
@@ -2,6 +2,7 @@ description = "Why3 library"
version
=
"@VERSION@"
archive
(
byte
)
=
"why3.cma"
archive
(
native
)
=
"why3.cmxa"
plugin
(
native
)
=
"why3.cmxs"
requires
=
"str unix num dynlink @ZIPLIB@ @MENHIRLIB@"
package
"extract"
(
...
...
@@ -10,4 +11,5 @@ package "extract" (
requires
=
"@BIGINTPKG@"
archive
(
byte
)
=
"why3extract.cma"
archive
(
native
)
=
"why3extract.cmxa"
plugin
(
native
)
=
"why3extract.cmxs"
)
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