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
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
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
0e33a50d
Commit
0e33a50d
authored
Mar 09, 2017
by
Clément Fumex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing dependency of Flocq for real.truncate in makefile
parent
fec2cd7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Makefile.in
Makefile.in
+6
-2
No files found.
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