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
e141518b
Commit
e141518b
authored
Feb 24, 2010
by
Jean-Christophe Filliâtre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deplacement de lib dans src/lib
parent
ee1880af
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile.in
Makefile.in
+3
-4
src/lib/loc.ml
src/lib/loc.ml
+0
-0
src/lib/loc.mli
src/lib/loc.mli
+0
-0
src/lib/pp.ml
src/lib/pp.ml
+0
-0
src/lib/pp.mli
src/lib/pp.mli
+0
-0
src/lib/util.ml
src/lib/util.ml
+0
-0
src/lib/util.mli
src/lib/util.mli
+0
-0
No files found.
Makefile.in
View file @
e141518b
...
...
@@ -48,7 +48,7 @@ OCAMLBEST= @OCAMLBEST@
OCAMLVERSION
=
@OCAMLVERSION@
CAMLP4
=
@CAMLP4O@
INCLUDES
=
-I
lib
-I
src
INCLUDES
=
-I
src/
lib
-I
src
BFLAGS
=
-w
Aelz
-dtypes
-g
$(INCLUDES)
@INCLUDEGTK2@
-I
+threads @OCAMLGRAPHLIB@
# no -warn-error because some do not compile all files (e.g. those linked to APRON)
OFLAGS
=
-w
Aelz
-dtypes
$(INCLUDES)
@INCLUDEGTK2@
-I
+threads @OCAMLGRAPHLIB@
...
...
@@ -96,7 +96,7 @@ doc/version.tex src/version.ml: Version version.sh config.status
# why
#####
LIBCMO
=
lib/pp.cmo lib/loc.cmo
lib/util.cmo
LIBCMO
=
src/lib/pp.cmo src/lib/loc.cmo src/
lib/util.cmo
CMO
=
$(LIBCMO)
src/name.cmo src/hashcons.cmo src/term.cmo src/pretty.cmo
\
src/parser.cmo src/lexer.cmo src/typing.cmo src/main.cmo
...
...
@@ -559,8 +559,7 @@ coq-clean::
.PHONY
:
depend
.depend depend
:
$(GENERATED)
rm
-f
.depend
$(OCAMLDEP)
-slash
$(INCLUDES)
lib/
*
.ml lib/
*
.mli src/
*
.ml src/
*
.mli
>
.depend
$(OCAMLDEP)
-slash
$(MLINCLUDES)
ml/parsing/
*
.ml ml/parsing/
*
.mli ml/typing/
*
.ml ml/typing/
*
.mli ml/utils/
*
.ml ml/utils/
*
.mli
>>
.depend
$(OCAMLDEP)
-slash
$(INCLUDES)
src/lib/
*
.ml src/lib/
*
.mli src/
*
.ml src/
*
.mli
>
.depend
ifeq
($(FRAMAC),yes)
# $(MAKE) -C $(JESSIE_PLUGIN_PATH) depend
endif
...
...
lib/loc.ml
→
src/
lib/loc.ml
View file @
e141518b
File moved
lib/loc.mli
→
src/
lib/loc.mli
View file @
e141518b
File moved
lib/pp.ml
→
src/
lib/pp.ml
View file @
e141518b
File moved
lib/pp.mli
→
src/
lib/pp.mli
View file @
e141518b
File moved
lib/util.ml
→
src/
lib/util.ml
View file @
e141518b
File moved
lib/util.mli
→
src/
lib/util.mli
View file @
e141518b
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