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
84576697
Commit
84576697
authored
Aug 17, 2016
by
Guillaume Melquiond
Browse files
Generate drivers/coq-realizations.aux even if Coq is not supported.
parent
3e87d19e
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile.in
View file @
84576697
...
...
@@ -994,7 +994,7 @@ COQVD = $(addsuffix .vd, $(COQLIBS_FILES))
$(SHOW)
'Coqdep $<'
$(HIDE)$(COQDEP)
-R
lib/coq Why3
$<
$(TOTARGET)
all
:
$(COQVO)
drivers/coq-realizations.aux
all
:
$(COQVO)
ifneq
"$(MAKECMDGOALS:clean%=clean)" "clean"
ifneq
"$(MAKECMDGOALS:update-coq%=update-coq)" "update-coq"
...
...
@@ -1017,6 +1017,8 @@ drivers/coq-realizations.aux: Makefile
endif
all
:
drivers/coq-realizations.aux
install_no_local
::
$(INSTALL_DATA)
drivers/coq-realizations.aux
$(DATADIR)
/why3/drivers/
...
...
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