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
120
Issues
120
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
6f3bb618
Commit
6f3bb618
authored
Mar 04, 2014
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing Makefile
parent
9bccbb9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
examples/vstte10_max_sum/Makefile
examples/vstte10_max_sum/Makefile
+7
-5
No files found.
examples/vstte10_max_sum/Makefile
.in
→
examples/vstte10_max_sum/Makefile
View file @
6f3bb618
WHY3SHARE
=
$(
shell
../../bin/why3
--print-datadir
)
include
$(WHY3SHARE)/Makefile.config
MAIN
=
main
OBJ
=
vstte10_max_sum__MaxAndSum2 vstte10_max_sum__TestCase
...
...
@@ -8,17 +12,15 @@ CMX = $(addsuffix .cmx, $(OBJ))
OCAMLOPT
=
ocamlopt
-noassert
-inline
1000
INCLUDE
=
@BIGINTINCLUDE@
-I
../../lib/why3
all
:
$(MAIN).@OCAMLBEST@
all
:
$(MAIN).opt
extract
:
$(ML)
$(MAIN).byte
:
$(CMO) $(MAIN).cmo
ocamlc
$(INCLUDE)
@BIGINTLIB@
.cma why3extract.cma
-o
$@
$^
ocamlc
$(INCLUDE)
$(BIGINTLIB)
.cma why3extract.cma
-o
$@
$^
$(MAIN).opt
:
$(CMX) $(MAIN).cmx
$(OCAMLOPT)
$(INCLUDE)
@BIGINTLIB@
.cmxa why3extract.cmxa
-o
$@
$^
$(OCAMLOPT)
$(INCLUDE)
$(BIGINTLIB)
.cmxa why3extract.cmxa
-o
$@
$^
$(MAIN).cmx
:
$(CMX)
...
...
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