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
126
Issues
126
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
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
664311e2
Commit
664311e2
authored
Nov 09, 2011
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mv plugins lib/plugins
parent
42c4b287
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
13 deletions
+17
-13
Makefile.in
Makefile.in
+15
-11
lib/coq/real/Abs.v
lib/coq/real/Abs.v
+0
-0
lib/coq/real/MinMax.v
lib/coq/real/MinMax.v
+0
-0
lib/coq/real/Real.v
lib/coq/real/Real.v
+0
-0
lib/coq/real/Square.v
lib/coq/real/Square.v
+0
-0
lib/plugins/.keepme
lib/plugins/.keepme
+0
-0
src/config.sh.in
src/config.sh.in
+1
-1
src/driver/whyconf.ml
src/driver/whyconf.ml
+1
-1
No files found.
Makefile.in
View file @
664311e2
...
...
@@ -208,7 +208,8 @@ clean::
install_no_local
::
mkdir
-p
$(BINDIR)
mkdir
-p
$(LIBDIR)
/why3
mkdir
-p
$(LIBDIR)
/why3/plugins
mkdir
-p
$(LIBDIR)
/why3/coq
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/emacs
mkdir
-p
$(DATADIR)
/why3/lang
...
...
@@ -297,7 +298,7 @@ src/realize.cmx: src/why3.cmxa
clean
::
rm
-f
src/realize.cm[iox] src/realize.annot src/realize.o
rm
-f
bin/
realize.byte bin/realize.opt bin/
realize
rm
-f
bin/
why3realize.byte bin/why3realize.opt bin/why3
realize
install_no_local
::
cp
-f
bin/why3realize.@OCAMLBEST@
$(BINDIR)
/why3realize
...
...
@@ -808,22 +809,22 @@ $(TPTPCMO) $(TPTPCMX): INCLUDES += -I src/tptp2why
# build targets
plugins.byte byte
:
plugins/whytptp.cmo
plugins.opt opt
:
plugins/whytptp.cmxs
plugins.byte byte
:
lib/
plugins/whytptp.cmo
plugins.opt opt
:
lib/
plugins/whytptp.cmxs
plugins/whytptp.cmxs
plugins/whytptp.cmo
:
EXTOBJS += $(MENHIRLIB)
plugins/whytptp.cmxs
plugins/whytptp.cmo
:
INCLUDES += $(MENHIRINC)
lib/plugins/whytptp.cmxs lib/
plugins/whytptp.cmo
:
EXTOBJS += $(MENHIRLIB)
lib/plugins/whytptp.cmxs lib/
plugins/whytptp.cmo
:
INCLUDES += $(MENHIRINC)
plugins/whytptp.cmxs
:
$(TPTPCMX)
lib/
plugins/whytptp.cmxs
:
$(TPTPCMX)
$(
if
$(QUIET)
, @echo
'Linking $@'
&&
)
\
$(OCAMLOPT)
$(OFLAGS)
-shared
-o
$@
$^
plugins/whytptp.cmo
:
$(TPTPCMO)
lib/
plugins/whytptp.cmo
:
$(TPTPCMO)
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLC)
$(BFLAGS)
-pack
-o
$@
$^
install_no_local
::
cp
-f
plugins/whytptp.cm
*
$(LIBDIR)
/why3
/
cp
-f
lib/plugins/whytptp.cm
*
$(LIBDIR)
/why3/plugins
/
# depend and clean targets
...
...
@@ -839,7 +840,7 @@ clean::
rm
-f
src/tptp2why/
*
.cm
*
src/tptp2why/
*
.o
rm
-f
src/tptp2why/
*
.annot src/tptp2why/
*
.conflicts
rm
-f
src/tptp2why/
*
.output src/tptp2why/
*
.automaton
rm
-f
plugins/whytptp.cm
*
plugins/whytptp.o
rm
-f
lib/plugins/whytptp.cm
*
lib/
plugins/whytptp.o
rm
-f
.depend.tptp2why
endif
...
...
@@ -1206,6 +1207,7 @@ DISTRIB_FILES = Version Makefile.in configure.in META.in configure .depend.* \
examples/use_api.ml
\
theories/
*
.why
\
modules/
*
.mlw
\
lib/coq/
*
/
*
.v
\
share/provers-detection-data.conf.in
\
share/emacs/why.el share/images/
*
.png share/lang/
*
.lang
...
...
@@ -1228,7 +1230,9 @@ $(DISTRIB_TAR): doc/manual.pdf
mkdir
-p
$(DISTRIB_DIR)
mkdir
-p
$(DISTRIB_DIR)
/bin
mkdir
-p
$(DISTRIB_DIR)
/share
mkdir
-p
$(DISTRIB_DIR)
/plugins
mkdir
-p
$(DISTRIB_DIR)
/lib
mkdir
-p
$(DISTRIB_DIR)
/lib/plugins
mkdir
-p
$(DISTRIB_DIR)
/lib/coq
ln
-s
../drivers
$(DISTRIB_DIR)
/share/drivers
ln
-s
../modules
$(DISTRIB_DIR)
/share/modules
ln
-s
../theories
$(DISTRIB_DIR)
/share/theories
...
...
realizations
/coq/real/Abs.v
→
lib
/coq/real/Abs.v
View file @
664311e2
File moved
realizations
/coq/real/MinMax.v
→
lib
/coq/real/MinMax.v
View file @
664311e2
File moved
realizations
/coq/real/Real.v
→
lib
/coq/real/Real.v
View file @
664311e2
File moved
realizations
/coq/real/Square.v
→
lib
/coq/real/Square.v
View file @
664311e2
File moved
plugins/.keepme
→
lib/
plugins/.keepme
View file @
664311e2
File moved
src/config.sh.in
View file @
664311e2
...
...
@@ -8,7 +8,7 @@ localdir="None"
plugins
=
"false"
if
[
"@enable_local@"
=
"yes"
]
;
then
libdir
=
"@LOCALDIR@/
plugins
"
libdir
=
"@LOCALDIR@/
lib
"
datadir
=
"@LOCALDIR@/share"
localdir
=
"Some
\"
@LOCALDIR@
\"
"
fi
...
...
src/driver/whyconf.ml
View file @
664311e2
...
...
@@ -112,7 +112,7 @@ let add_plugin m p =
then
m
else
{
m
with
plugins
=
List
.
rev
(
p
::
(
List
.
rev
m
.
plugins
))}
let
pluginsdir
m
=
m
.
libdir
let
pluginsdir
m
=
Filename
.
concat
m
.
libdir
"plugins"
let
load_plugins
m
=
let
load
x
=
try
Plugin
.
load
x
...
...
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