Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
aac5cb8c
Commit
aac5cb8c
authored
Feb 17, 2014
by
Guillaume Melquiond
Browse files
Fix some build issues related to zarith support.
parent
b1305345
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
aac5cb8c
...
...
@@ -178,7 +178,7 @@ lib/ocaml/why3__BigInt.ml: config.status src/util/bigInt.ml
endif
clean
::
rm
-f
src/util/b
igInt.ml
rm
-f
lib/ocaml/why3__B
igInt.ml
# build targets
...
...
@@ -1202,7 +1202,7 @@ clean::
OCAMLLIBS_FILES
=
why3__BigInt why3__BuiltIn why3__Prelude
\
int__Int int__Abs int__ComputerDivision int__Lex2 int__MinMax
\
ref__Refint ref__Ref
\
map__Map array__Array
map__Map array__Array
OCAMLLIBS_MODULES
:=
$(
addprefix
lib/ocaml/,
$(OCAMLLIBS_FILES)
)
...
...
@@ -1218,6 +1218,8 @@ ifneq "$(MAKECMDGOALS)" "clean"
include
$(OCAMLLIBS_DEP)
endif
$(OCAMLLIBS_DEP)
:
lib/ocaml/why3__BigInt.ml
depend
:
$(OCAMLLIBS_DEP)
clean
::
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment