Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
6181e14e
Commit
6181e14e
authored
13 years ago
by
Guillaume Melquiond
Browse files
Options
Downloads
Patches
Plain Diff
Make Coq realization regeneration dependent on the driver file.
parent
54f46f3b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.in
+1
-1
1 addition, 1 deletion
Makefile.in
with
1 addition
and
1 deletion
Makefile.in
+
1
−
1
View file @
6181e14e
...
@@ -978,7 +978,7 @@ depend: $(COQVD)
...
@@ -978,7 +978,7 @@ depend: $(COQVD)
clean
::
clean
::
rm
-f
$(
COQVO
)
$(
COQVD
)
$(
addsuffix .glob,
$(
COQLIBS_FILES
))
rm
-f
$(
COQVO
)
$(
COQVD
)
$(
addsuffix .glob,
$(
COQLIBS_FILES
))
update-coq
:
bin/why3
update-coq
:
bin/why3
drivers/coq-realizations.aux
for
f
in
$(
COQLIBS_INT_FILES
);
do
bin/why3
--realize
-D
drivers/coq-realize.drv
-T
int.
$$
f
-o
lib/coq/int/
;
done
for
f
in
$(
COQLIBS_INT_FILES
);
do
bin/why3
--realize
-D
drivers/coq-realize.drv
-T
int.
$$
f
-o
lib/coq/int/
;
done
for
f
in
$(
COQLIBS_REAL_FILES
);
do
bin/why3
--realize
-D
drivers/coq-realize.drv
-T
real.
$$
f
-o
lib/coq/real/
;
done
for
f
in
$(
COQLIBS_REAL_FILES
);
do
bin/why3
--realize
-D
drivers/coq-realize.drv
-T
real.
$$
f
-o
lib/coq/real/
;
done
#for f in
$(
COQLIBS_FP_FILES
);
do
bin/why3
--realize
-D
drivers/coq-realize.drv
-T
floating_point.
$$
f
-o
lib/coq/floating_point/
;
done
#for f in
$(
COQLIBS_FP_FILES
);
do
bin/why3
--realize
-D
drivers/coq-realize.drv
-T
floating_point.
$$
f
-o
lib/coq/floating_point/
;
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment