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
79831c22
Commit
79831c22
authored
Dec 09, 2013
by
MARCHE Claude
Browse files
install files *-realizations.aux even if realizations are not done
parent
aaf89859
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
79831c22
...
...
@@ -965,6 +965,9 @@ else
drivers/coq-realizations.aux
:
echo
"(* generated automatically at compilation time *)"
>
$@
install_no_local
::
cp
drivers/coq-realizations.aux
$(DATADIR)
/why3/drivers/
endif
opt byte
:
drivers/coq-realizations.aux
...
...
@@ -1040,6 +1043,9 @@ else
drivers/pvs-realizations.aux
:
echo
"(* generated automatically at compilation time *)"
>
$@
install_no_local
::
cp
drivers/pvs-realizations.aux
$(DATADIR)
/why3/drivers/
endif
opt byte
:
drivers/pvs-realizations.aux
...
...
@@ -1152,6 +1158,9 @@ else
drivers/isabelle-realizations.aux
:
echo
"(* generated automatically at compilation time *)"
>
$@
install_no_local
::
cp
drivers/isabelle-realizations.aux
$(DATADIR)
/why3/drivers/
endif
opt byte
:
drivers/isabelle-realizations.aux
...
...
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