Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Why3
why3
Commits
6f3bb618
Commit
6f3bb618
authored
11 years ago
by
MARCHE Claude
Browse files
Options
Downloads
Patches
Plain Diff
missing Makefile
parent
9bccbb9f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/vstte10_max_sum/Makefile
+7
-5
7 additions, 5 deletions
examples/vstte10_max_sum/Makefile
with
7 additions
and
5 deletions
examples/vstte10_max_sum/Makefile
.in
→
examples/vstte10_max_sum/Makefile
+
7
−
5
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)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment