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
98e67c32
Commit
98e67c32
authored
Feb 04, 2013
by
Guillaume Melquiond
Browse files
Fix dependency tracking for Jessie plugin.
parent
06451607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
98e67c32
...
...
@@ -1021,10 +1021,10 @@ ifeq (@enable_frama_c@,yes)
byte
:
jessie.byte
opt
:
jessie.opt
jessie.byte
:
lib/why3/why3.cma
jessie.byte
:
src/jessie/Makefile
lib/why3/why3.cma
@
$(MAKE)
-C
src/jessie Jessie3.cma
jessie.opt
:
lib/why3/why3.cmxa
jessie.opt
:
src/jessie/Makefile
lib/why3/why3.cmxa
@
$(MAKE)
-C
src/jessie Jessie3.cmxs
install_no_local
::
...
...
@@ -1559,6 +1559,9 @@ headers:
Makefile
:
Makefile.in config.status
./config.status
chmod
--file
$@
src/jessie/Makefile
:
src/jessie/Makefile.in config.status
./config.status
chmod
--file
$@
src/config.sh
:
src/config.sh.in config.status
./config.status
chmod
--file
$@
...
...
src/jessie/Makefile.in
View file @
98e67c32
...
...
@@ -21,6 +21,9 @@ OCAMLLEX = @OCAMLLEX@
literals.ml
:
literals.mll
$(OCAMLLEX)
$<
$(addsuffix .cmo, $(PLUGIN_CMO))
:
$(WHYLIB)/why3.cmi
$(addsuffix .cmx, $(PLUGIN_CMO))
:
$(WHYLIB)/why3.cmi $(WHYLIB)/why3.cmx
include
$(FRAMAC_SHARE)/Makefile.dynamic
tests
::
...
...
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