Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
a3eb1d19
Commit
a3eb1d19
authored
Apr 07, 2010
by
Jean-Christophe Filliâtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No commit message
No commit message
parent
bf12161c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
38 deletions
+28
-38
Makefile.in
Makefile.in
+18
-38
doc/Makefile
doc/Makefile
+10
-0
No files found.
Makefile.in
View file @
a3eb1d19
...
...
@@ -316,28 +316,31 @@ examples/programs/%: bin/whyl.byte
#tools
######
TOOLS
=
bin/why-cpulimit
byte opt
:
$(TOOLS)
bin/why-cpulimit
:
src/tools/@CPULIMIT@.c
$(CC)
-o
$@
$^
clean
::
rm
-f
bin/why-cpulimit
# bench
#######
.PHONY
:
bench test
WHYVO
=
lib/coq/Why.vo
bench/bench
:
bench/bench.in config.status
bench/bench
:
bench/bench.in config.status
./config.status
--file
bench/bench
bench
::
$(BINARY) $(BINARYL) bench/bench $(TOOLS)
sh bench/bench
"
$(BINARY)
-I theories/"
"
$(BINARYL)
-I theories"
bench
::
bin/why.@OCAMLBEST@ bin/whyml.@OCAMLBEST@ bench/bench
sh bench/bench
"
bin/why.@OCAMLBEST@ -I theories/"
"bin/whyml.@OCAMLBEST@
-I theories"
BENCH_PLUGINS_CMO
:=
helloworld.cmo simplify_array.cmo
BENCH_PLUGINS_CMO
:=
$(
addprefix
bench/plugins/,
$(BENCH_PLUGINS_CMO)
)
BENCH_PLUGINS_CMXS
:=
$(BENCH_PLUGINS_CMO:.cmo=.cmxs)
bench_plugins
::
$(BENCH_PLUGINS_CMO) $(BENCH_PLUGINS_CMXS) $(BINARY) byte
\
$(TOOLS)
bin/why.byte
-D
bench/plugins/helloworld.drv
-I
theories/
\
...
...
@@ -418,45 +421,22 @@ win: why.nsi
zip
:
zip
-A
-r
why-
$(VERSION)
.zip c:/why/bin c:/why/lib c:/coq/lib/contrib/why c:/coq/lib/contrib7/why
# doc
################
# documentation
################
DOC
=
doc/manual.ps doc/manual.html doc/caduceus.ps doc/caduceus.html
\
doc/krakatoa.pdf doc/krakatoa.html
\
doc/main.pdf doc/main.html
DOC
=
doc/manual.pdf doc/manual.html
doc
::
$(DOC)
doc/manual.ps
:
doc/manual.tex doc/version.tex
make
-C
doc manual.ps
# doc/version.tex: Version Makefile.in
# echo '\newcommand{\whyversion}'"{$(VERSION)}" > $@
# echo '\newcommand{\caduceusversion}'"{$(CVERSION)}" >> $@
# echo '\newcommand{\jessieversion}'"{$(JCVERSION)}" >> $@
# echo '\newcommand{\krakatoaversion}'"{$(KVERSION)}" >> $@
doc/manual.pdf
:
doc/manual.tex doc/version.tex
make
-C
doc manual.pdf
doc/manual.html
:
doc/manual.tex doc/version.tex
make
-C
doc manual.html
doc/caduceus.ps
:
doc/caduceus.tex doc/version.tex
make
-C
doc caduceus.ps
doc/caduceus.html
:
doc/caduceus.tex doc/version.tex
make
-C
doc caduceus.html
doc/krakatoa.pdf
:
doc/krakatoa.tex doc/version.tex
make
-C
doc krakatoa.pdf
doc/krakatoa.html
:
doc/krakatoa.tex doc/version.tex
make
-C
doc krakatoa.html
doc/main.pdf
:
doc/main.tex doc/version.tex
make
-C
doc main.pdf
doc/main.html
:
doc/main.tex doc/version.tex
make
-C
doc main.html
clean
::
make
-C
doc clean
# API DOC
##############
...
...
doc/Makefile
0 → 100644
View file @
a3eb1d19
HEVEA
=
hevea
-fix
all
:
manual.pdf manual.html
manual.pdf
:
manual.tex version.tex
pdflatex manual
pdflatex manual
manual.html
:
manual.tex version.tex
$(HEVEA)
manual.tex
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