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
121
Issues
121
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
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
54eede7f
Commit
54eede7f
authored
Feb 16, 2011
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
keep plugins/ directory in repository
parent
70941823
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
17 deletions
+8
-17
Makefile.in
Makefile.in
+8
-17
plugins/.keepme
plugins/.keepme
+0
-0
No files found.
Makefile.in
View file @
54eede7f
...
@@ -223,7 +223,7 @@ clean::
...
@@ -223,7 +223,7 @@ clean::
install_no_local
::
install_no_local
::
mkdir
-p
$(BINDIR)
mkdir
-p
$(BINDIR)
mkdir
-p
$(LIBDIR)
/why3
mkdir
-p
$(LIBDIR)
/why3
/plugins
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/images
mkdir
-p
$(DATADIR)
/why3/emacs
mkdir
-p
$(DATADIR)
/why3/emacs
mkdir
-p
$(DATADIR)
/why3/lang
mkdir
-p
$(DATADIR)
/why3/lang
...
@@ -243,7 +243,7 @@ install_no_local::
...
@@ -243,7 +243,7 @@ install_no_local::
install_no_local_lib
::
install_no_local_lib
::
mkdir
-p
$(OCAMLLIB)
/why3
mkdir
-p
$(OCAMLLIB)
/why3
cp
-f
src/why.cm
*
$(OCAMLLIB)
/why3
cp
-f
src/why.cm
*
$(OCAMLLIB)
/why3
cp
-f
META
$(OCAMLLIB)
/why3
cp
-f
META
$(OCAMLLIB)
/why3
if
test
-f
src/why.a
;
then
cp
-f
src/why.a
$(OCAMLLIB)
/why3
;
fi
if
test
-f
src/why.a
;
then
cp
-f
src/why.a
$(OCAMLLIB)
/why3
;
fi
ifeq
(@enable_local@,yes)
ifeq
(@enable_local@,yes)
...
@@ -476,7 +476,7 @@ endif
...
@@ -476,7 +476,7 @@ endif
###############
###############
# B
ENCH
# B
ench
###############
###############
ifeq
(@enable_bench@,yes)
ifeq
(@enable_bench@,yes)
...
@@ -619,25 +619,15 @@ plugins.opt opt : plugins/whytptp.cmxs
...
@@ -619,25 +619,15 @@ plugins.opt opt : plugins/whytptp.cmxs
plugins/whytptp.cmxs plugins/whytptp.cmo
:
EXTOBJS += $(MENHIRLIB)
plugins/whytptp.cmxs plugins/whytptp.cmo
:
EXTOBJS += $(MENHIRLIB)
plugins/whytptp.cmxs plugins/whytptp.cmo
:
INCLUDES += $(MENHIRINC)
plugins/whytptp.cmxs plugins/whytptp.cmo
:
INCLUDES += $(MENHIRINC)
plugins
:
plugins/whytptp.cmxs
:
$(TPTPCMX)
@
mkdir
plugins
src/tptp2why/whytptp.cmxs
:
$(TPTPCMX)
$(
if
$(QUIET)
, @echo
'Linking $@'
&&
)
\
$(
if
$(QUIET)
, @echo
'Linking $@'
&&
)
\
$(OCAMLOPT)
$(OFLAGS)
-shared
-o
$@
$^
$(OCAMLOPT)
$(OFLAGS)
-shared
-o
$@
$^
src/tptp2why
/whytptp.cmo
:
$(TPTPCMO)
plugins
/whytptp.cmo
:
$(TPTPCMO)
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(
if
$(QUIET)
,@echo
'Linking $@'
&&
)
\
$(OCAMLC)
$(BFLAGS)
-pack
-o
$@
$^
$(OCAMLC)
$(BFLAGS)
-pack
-o
$@
$^
plugins/whytptp.cmxs
:
plugins src/tptp2why/whytptp.cmxs
@
cp
src/tptp2why/whytptp.cmxs
$@
plugins/whytptp.cmo
:
plugins src/tptp2why/whytptp.cmo
@
cp
src/tptp2why/whytptp.cmo
$@
install_no_local
::
install_no_local
::
mkdir
-p
$(LIBDIR)
/why3/plugins
cp
-f
plugins/whytptp.cm
*
$(LIBDIR)
/why3/plugins
cp
-f
plugins/whytptp.cm
*
$(LIBDIR)
/why3/plugins
# depend and clean targets
# depend and clean targets
...
@@ -652,9 +642,9 @@ depend: .depend.tptp2why
...
@@ -652,9 +642,9 @@ depend: .depend.tptp2why
clean
::
clean
::
rm
-f
$(TPTPGENERATED)
rm
-f
$(TPTPGENERATED)
rm
-f
src/tptp2why/
*
.cm[iox] src/tptp2why/
*
.o
rm
-f
src/tptp2why/
*
.cm[iox] src/tptp2why/
*
.o
rm
-f
src/tptp2why/
*
.annot src/tptp2why/
*
~
rm
-f
src/tptp2why/
*
.annot src/tptp2why/
*
.conflicts
rm
-f
src/tptp2why/
*
.output src/tptp2why/
*
.automaton
rm
-f
src/tptp2why/
*
.output src/tptp2why/
*
.automaton
rm
-f
bin/whytptp.byte bin/whytptp.opt
rm
-f
plugins/whytptp.cmxs plugins/whytptp.cmo
rm
-f
.depend.tptp2why
rm
-f
.depend.tptp2why
endif
endif
...
@@ -1025,6 +1015,7 @@ $(DISTRIB_TAR): doc/manual.pdf
...
@@ -1025,6 +1015,7 @@ $(DISTRIB_TAR): doc/manual.pdf
mkdir
-p
$(DISTRIB_DIR)
mkdir
-p
$(DISTRIB_DIR)
mkdir
-p
$(DISTRIB_DIR)
/bin
mkdir
-p
$(DISTRIB_DIR)
/bin
mkdir
-p
$(DISTRIB_DIR)
/share
mkdir
-p
$(DISTRIB_DIR)
/share
mkdir
-p
$(DISTRIB_DIR)
/plugins
ln
-s
../drivers
$(DISTRIB_DIR)
/share/drivers
ln
-s
../drivers
$(DISTRIB_DIR)
/share/drivers
ln
-s
../modules
$(DISTRIB_DIR)
/share/modules
ln
-s
../modules
$(DISTRIB_DIR)
/share/modules
ln
-s
../theories
$(DISTRIB_DIR)
/share/theories
ln
-s
../theories
$(DISTRIB_DIR)
/share/theories
...
...
plugins/.keepme
0 → 100644
View file @
54eede7f
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