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
125
Issues
125
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
3f3fda73
Commit
3f3fda73
authored
Jul 26, 2014
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move why3config to src/tools/
parent
4d584469
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
52 deletions
+11
-52
Makefile.in
Makefile.in
+11
-52
src/tools/why3config.ml
src/tools/why3config.ml
+0
-0
No files found.
Makefile.in
View file @
3f3fda73
...
...
@@ -509,7 +509,7 @@ clean::
# Why3 commands
###############
TOOLS_BIN
=
why3execute why3extract why3prove why3realize why3replay
TOOLS_BIN
=
why3
config why3
execute why3extract why3prove why3realize why3replay
TOOLS_FILES
=
main
$(TOOLS_BIN)
TOOLSMODULES
=
$(
addprefix
src/tools/,
$(TOOLS_FILES)
)
...
...
@@ -532,6 +532,14 @@ bin/why3.byte: lib/why3/why3.cma src/tools/main.cmo
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLC)
$(BFLAGS)
-o
$@
$(BLINKFLAGS)
$^
bin/why3config.opt
:
lib/why3/why3.cmxa src/tools/why3config.cmx
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLOPT)
$(OFLAGS)
-o
$@
$(OLINKFLAGS)
$^
bin/why3config.byte
:
lib/why3/why3.cma src/tools/why3config.cmo
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLC)
$(BFLAGS)
-o
$@
$(BLINKFLAGS)
$^
bin/why3execute.opt
:
lib/why3/why3.cmxa src/tools/why3execute.cmx
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLOPT)
$(OFLAGS)
-o
$@
$(OLINKFLAGS)
$^
...
...
@@ -577,6 +585,7 @@ clean_old_install::
install_no_local
::
cp
-f
bin/why3.@OCAMLBEST@
$(BINDIR)
/why3
$(EXE)
cp
-f
bin/why3config.@OCAMLBEST@
$(TOOLDIR)
/why3config
$(EXE)
cp
-f
bin/why3execute.@OCAMLBEST@
$(TOOLDIR)
/why3execute
$(EXE)
cp
-f
bin/why3extract.@OCAMLBEST@
$(TOOLDIR)
/why3extract
$(EXE)
cp
-f
bin/why3prove.@OCAMLBEST@
$(TOOLDIR)
/why3prove
$(EXE)
...
...
@@ -596,6 +605,7 @@ depend: $(TOOLSDEP)
clean
::
rm
-f
src/tools/main.cm[iox] src/tools/main.annot src/tools/main.o src/tools/main.dep
rm
-f
src/tools/why3config.cm[iox] src/tools/why3config.annot src/tools/why3config.o src/tools/why3config.dep
rm
-f
src/tools/why3execute.cm[iox] src/tools/why3execute.annot src/tools/why3execute.o src/tools/why3execute.dep
rm
-f
src/tools/why3extract.cm[iox] src/tools/why3extract.annot src/tools/why3extract.o src/tools/why3extract.dep
rm
-f
src/tools/why3prove.cm[iox] src/tools/why3prove.annot src/tools/why3prove.o src/tools/why3prove.dep
...
...
@@ -678,57 +688,6 @@ xml-validate-local:
xmllint
--noout
--dtdvalid
share/why3session.dtd
$$
x 2>&1 |
head
-1
;
\
done
########
# Config
########
CONFIG_FILES
=
why3config
CONFIGMODULES
=
$(
addprefix
src/why3config/,
$(CONFIG_FILES)
)
CONFIGDEP
=
$(
addsuffix
.dep,
$(CONFIGMODULES)
)
CONFIGCMO
=
$(
addsuffix
.cmo,
$(CONFIGMODULES)
)
CONFIGCMX
=
$(
addsuffix
.cmx,
$(CONFIGMODULES)
)
# build targets
byte
:
bin/why3config.byte
opt
:
bin/why3config.opt
bin/why3config.opt
:
lib/why3/why3.cmxa $(CONFIGCMX)
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLOPT)
$(OFLAGS)
-o
$@
$(OLINKFLAGS)
$^
bin/why3config.byte
:
lib/why3/why3.cma $(CONFIGCMO)
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLC)
$(BFLAGS)
-o
$@
$(BLINKFLAGS)
$^
# depend and clean targets
ifneq
"$(MAKECMDGOALS)" "clean"
include
$(CONFIGDEP)
endif
depend
:
$(CONFIGDEP)
clean
::
rm
-f
src/why3config/
*
.cm[iox] src/why3config/
*
.o
rm
-f
src/why3config/
*
.annot src/why3config/
*
.dep src/why3config/
*
~
rm
-f
src/why3config/
*
.output src/why3config/
*
.automaton
rm
-f
bin/why3config.byte bin/why3config.opt bin/why3config
local_config
:
bin/why3config.@OCAMLBEST@
WHY3LIB
=
$(PWD)
WHY3DATA
=
$(PWD)
/share bin/why3config.@OCAMLBEST@
\
--detect
--conf_file
why3.conf
clean_old_install
::
rm
-f
$(BINDIR)
/why3config
$(EXE)
install_no_local
::
cp
-f
bin/why3config.@OCAMLBEST@
$(TOOLDIR)
/why3config
$(EXE)
install_local
::
bin/why3config
###############
# IDE
###############
...
...
src/
why3config
/why3config.ml
→
src/
tools
/why3config.ml
View file @
3f3fda73
File moved
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