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
f1b3c54e
Commit
f1b3c54e
authored
May 05, 2010
by
Andrei Paskevich
Browse files
fix make depend
parent
1ec6a28e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
f1b3c54e
...
...
@@ -371,14 +371,15 @@ src/coq-plugin/g_whytac.ml: src/coq-plugin/g_whytac.ml4
$(CAMLP5O)
pr_o.cmo @COQLIB@/parsing/grammar.cma
-impl
$^
-o
$@
# depend and clean targets
ifeq
(@enable_coq_support@,yes)
include
.depend.coq
endif
.depend.coq
:
$(COQGENERATED)
$(OCAMLDEP)
-slash
-I
src
-I
src/coq-plugin
$(COQML)
>
$@
depend
:
.depend.coq
endif
clean
::
rm
-f
src/coq-plugin/
*
.cm[iox] src/coq-plugin/
*
.o
...
...
@@ -432,12 +433,12 @@ bin/tptp2why.byte: $(TPTPCMO)
ifeq
(@enable_tptp2why_support@,yes)
include
.depend.tptp2why
endif
.depend.tptp2why
:
$(TPTPGENERATED)
$(OCAMLDEP)
-slash
-I
src
-I
src/tptp2why
$(TPTPML)
$(TPTPMLI)
>
$@
depend
:
.depend.tptp2why
endif
clean
::
rm
-f
$(TPTPGENERATED)
...
...
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