Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
5fe1eb37
Commit
5fe1eb37
authored
Mar 05, 2014
by
Jean-Christophe Filliâtre
Browse files
files to ignore, files to rebuild
parent
0615e692
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
5fe1eb37
...
...
@@ -121,6 +121,7 @@ why3.conf
# /share/
/share/emacs/semantic.cache
/share/Makefile.config
# /src/
/src/config.sh
...
...
@@ -209,8 +210,8 @@ pvsbin/
/examples/*/*/*/*.tex
/examples/use_api/runstrat/makejob.opt
/examples/use_api/runstrat/runstrat.opt
/examples/vstte10_max_sum/*__*.ml
/examples/euler001/euler001__*.ml
/examples/euler001/Makefile
/examples/sudoku/sudoku__*.ml
/examples/in_progress/defunctionalization/defunctionalization__*.ml
...
...
Makefile.in
View file @
5fe1eb37
...
...
@@ -1359,7 +1359,8 @@ install_local: bin/why3doc
.PHONY
:
bench test
bench
::
bin/why3.@OCAMLBEST@ bin/why3config.@OCAMLBEST@ plugins $(TOOLS)
bench
::
bin/why3.@OCAMLBEST@ bin/why3config.@OCAMLBEST@ plugins $(TOOLS)
\
share/Makefile.config
$(MAKE)
test-api-logic.@OCAMLBEST@
$(MAKE)
test-api-mlw-tree.@OCAMLBEST@
$(MAKE)
test-api-mlw.@OCAMLBEST@
...
...
@@ -1921,12 +1922,13 @@ src/jessie/Makefile: src/jessie/Makefile.in config.status
src/config.sh
:
src/config.sh.in config.status
./config.status
chmod
--file
$@
src/util/config.ml
:
src/config.sh
src/util/config.ml
share/Makefile.config
:
src/config.sh
$(
if
$(QUIET)
,@echo
'Generate $@'
&&
)
\
BINDIR
=
$(BINDIR)
LIBDIR
=
$(LIBDIR)
DATADIR
=
$(DATADIR)
src/config.sh
clean
::
rm
-f
src/util/config.ml src/config.ml
rm
-f
share/Makefile.config
doc/version.tex
:
doc/version.tex.in config.status
./config.status
chmod
--file
$@
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment