Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
86
Issues
86
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
a620a3e3
Commit
a620a3e3
authored
Mar 05, 2014
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Makefiles when it comes to bench and examples.
parent
5fe1eb37
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
examples/euler001/Makefile
examples/euler001/Makefile
+5
-1
examples/sudoku/Makefile
examples/sudoku/Makefile
+5
-1
examples/vstte10_max_sum/Makefile
examples/vstte10_max_sum/Makefile
+5
-1
No files found.
examples/euler001/Makefile
View file @
a620a3e3
...
...
@@ -6,11 +6,15 @@ ifeq ($(BENCH),yes)
WHY3SHARE
=
../../share
else
WHY3
=
$(BINDIR)
/why3
WHY3SHARE
=
$(
shell
$
WHY3
--print-datadir
)
WHY3SHARE
=
$(
shell
$
(WHY3)
--print-datadir
)
endif
include
$(WHY3SHARE)/Makefile.config
ifeq
($(BENCH),yes)
INCLUDE
+=
-I
../../lib/why3
endif
MAIN
=
main
OBJ
=
euler001__Euler001
...
...
examples/sudoku/Makefile
View file @
a620a3e3
...
...
@@ -6,11 +6,15 @@ ifeq ($(BENCH),yes)
WHY3SHARE
=
../../share
else
WHY3
=
$(BINDIR)
/why3
WHY3SHARE
=
$(
shell
$
WHY3
--print-datadir
)
WHY3SHARE
=
$(
shell
$
(WHY3)
--print-datadir
)
endif
include
$(WHY3SHARE)/Makefile.config
ifeq
($(BENCH),yes)
INCLUDE
+=
-I
../../lib/why3
endif
MAIN
=
main
OBJ
=
sudoku__Grid sudoku__TheClassicalSudokuGrid sudoku__Solver
...
...
examples/vstte10_max_sum/Makefile
View file @
a620a3e3
...
...
@@ -6,11 +6,15 @@ ifeq ($(BENCH),yes)
WHY3SHARE
=
../../share
else
WHY3
=
$(BINDIR)
/why3
WHY3SHARE
=
$(
shell
$
WHY3
--print-datadir
)
WHY3SHARE
=
$(
shell
$
(WHY3)
--print-datadir
)
endif
include
$(WHY3SHARE)/Makefile.config
ifeq
($(BENCH),yes)
INCLUDE
+=
-I
../../lib/why3
endif
MAIN
=
main
OBJ
=
vstte10_max_sum__MaxAndSum2 vstte10_max_sum__TestCase
...
...
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