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
0e33a50d
Commit
0e33a50d
authored
Mar 09, 2017
by
Clément Fumex
Browse files
Add missing dependency of Flocq for real.truncate in makefile
parent
fec2cd7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
0e33a50d
...
...
@@ -913,7 +913,11 @@ COQLIBS_INT = $(addprefix lib/coq/int/, $(COQLIBS_INT_ALL_FILES))
COQLIBS_BOOL_FILES
=
Bool
COQLIBS_BOOL
=
$(
addprefix
lib/coq/bool/,
$(COQLIBS_BOOL_FILES)
)
ifeq
(@enable_coq_fp_libs@,yes)
COQLIBS_REAL_FILES
=
Abs ExpLog FromInt MinMax PowerInt PowerReal Real RealInfix Square Trigonometry Truncate
else
COQLIBS_REAL_FILES
=
Abs ExpLog FromInt MinMax PowerInt PowerReal Real RealInfix Square Trigonometry
endif
COQLIBS_REAL
=
$(
addprefix
lib/coq/real/,
$(COQLIBS_REAL_FILES)
)
COQLIBS_NUMBER_FILES
=
Divisibility Gcd Parity Prime Coprime
...
...
@@ -1002,11 +1006,11 @@ install_no_local::
$(INSTALL_DATA)
$(
addsuffix
.vo,
$(COQLIBS_SEQ)
)
$(LIBDIR)
/why3/coq/seq/
$(MKDIR_P)
$(LIBDIR)
/why3/coq/bv
$(INSTALL_DATA)
$(
addsuffix
.vo,
$(COQLIBS_BV)
)
$(LIBDIR)
/why3/coq/bv/
$(MKDIR_P)
$(LIBDIR)
/why3/coq/ieee_float
$(INSTALL_DATA)
$(
addsuffix
.vo,
$(COQLIBS_IEEEFLOAT)
)
$(LIBDIR)
/why3/coq/ieee_float/
ifeq
(@enable_coq_fp_libs@,yes)
$(MKDIR_P)
$(LIBDIR)
/why3/coq/floating_point
$(INSTALL_DATA)
$(
addsuffix
.vo,
$(COQLIBS_FP)
)
$(LIBDIR)
/why3/coq/floating_point/
$(MKDIR_P)
$(LIBDIR)
/why3/coq/ieee_float
$(INSTALL_DATA)
$(
addsuffix
.vo,
$(COQLIBS_IEEEFLOAT)
)
$(LIBDIR)
/why3/coq/ieee_float/
endif
update-coq
:
remove-coq-headers update-coq-int update-coq-bool update-coq-real update-coq-number update-coq-set update-coq-map update-coq-list update-coq-option update-coq-fp update-coq-seq update-coq-bv update-coq-ieee_float headers-coq
...
...
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