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
245166e9
Commit
245166e9
authored
Aug 29, 2014
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove why3contraption.
parent
82d39309
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
846 deletions
+0
-846
.gitignore
.gitignore
+0
-3
Makefile.in
Makefile.in
+0
-36
src/tools/why3contraption.ml
src/tools/why3contraption.ml
+0
-807
No files found.
.gitignore
View file @
245166e9
...
...
@@ -51,9 +51,6 @@ why3.conf
/bin/why3.byte
/bin/why3.opt
/bin/why3
/bin/why3contraption.byte
/bin/why3contraption.opt
/bin/why3contraption
/bin/why3ide.byte
/bin/why3ide.opt
/bin/why3ide
...
...
Makefile.in
View file @
245166e9
...
...
@@ -435,42 +435,6 @@ install_no_local::
mkdir
-p
$(LIBDIR)
/why3/plugins
cp
-f
$(
foreach
f,
$(LIBPLUGCMO)
$(LIBPLUGCMXS)
,
$(
wildcard
$(f)
))
$(LIBDIR)
/why3/plugins
#################################
# Old Why3 command, to be removed
#################################
src/tools/why3contraption.cmo
:
lib/why3/why3.cma
src/tools/why3contraption.cmx
:
lib/why3/why3.cmxa
byte
:
bin/why3contraption.byte
opt
:
bin/why3contraption.opt
bin/why3contraption.opt
:
lib/why3/why3.cmxa src/tools/why3contraption.cmx
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLOPT)
$(OFLAGS)
-o
$@
$(OLINKFLAGS)
$^
bin/why3contraption.byte
:
lib/why3/why3.cma src/tools/why3contraption.cmo
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLC)
$(BFLAGS)
-o
$@
$(BLINKFLAGS)
$^
clean_old_install
::
rm
-f
$(BINDIR)
/why3contraption
$(EXE)
install_no_local
::
cp
-f
bin/why3contraption.@OCAMLBEST@
$(BINDIR)
/why3contraption
$(EXE)
install_local
::
bin/why3 bin/why3contraption
ifneq
"$(MAKECMDGOALS)" "clean"
include
src/tools/why3contraption.dep
endif
depend
:
src/tools/why3contraption.dep
clean
::
rm
-f
src/tools/why3contraption.cm[iox] src/tools/why3contraption.annot src/tools/why3contraption.o src/tools/why3contraption.dep
rm
-f
bin/why3contraption.byte bin/why3contraption.opt bin/why3contraption
###############
# Why3 commands
###############
...
...
src/tools/why3contraption.ml
deleted
100644 → 0
View file @
82d39309
This diff is collapsed.
Click to expand it.
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