Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
94ea9df4
Commit
94ea9df4
authored
Apr 17, 2010
by
Andrei Paskevich
Browse files
mv Rc back to util/ and Whyconf back to driver/
parent
548fb966
Changes
5
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
94ea9df4
...
...
@@ -86,19 +86,19 @@ all: @OCAMLBEST@
# Why library
#############
LIBGENERATED
=
src/u
serconf
/rc.ml
\
LIBGENERATED
=
src/u
til
/rc.ml
\
src/parser/parser.mli src/parser/parser.ml
\
src/parser/parser.output src/parser/lexer.ml
\
src/driver/driver_parser.mli src/driver/driver_parser.ml
\
src/driver/driver_parser.output src/driver/driver_lexer.ml
LIB_UTIL
=
pp loc prtree util hashcons sysutil hashweak
LIB_UTIL
=
pp loc prtree util hashcons sysutil hashweak
rc
LIB_CORE
=
ident ty term pattern decl theory task pretty trans
env
register
LIB_PARSER
=
ptree parser lexer denv typing
LIB_DRIVER
=
driver_ast
call_provers driver_parser driver_lexer driver
LIB_DRIVER
=
call_provers
driver_ast
driver_parser driver_lexer driver
whyconf
LIB_TRANSFORM
=
simplify_recursive_definition inlining
\
split_conjunction encoding_decorate
\
...
...
@@ -108,18 +108,15 @@ LIB_TRANSFORM = simplify_recursive_definition inlining \
LIB_PRINTER
=
print_real alt_ergo why3 smt coq
LIB_USERCONF
=
rc whyconf
LIBMODULES
=
src/config
\
$(
addprefix
src/util/,
$(LIB_UTIL)
)
\
$(
addprefix
src/core/,
$(LIB_CORE)
)
\
$(
addprefix
src/parser/,
$(LIB_PARSER)
)
\
$(
addprefix
src/driver/,
$(LIB_DRIVER)
)
\
$(
addprefix
src/transform/,
$(LIB_TRANSFORM)
)
\
$(
addprefix
src/printer/,
$(LIB_PRINTER)
)
\
$(
addprefix
src/userconf/,
$(LIB_USERCONF)
)
$(
addprefix
src/printer/,
$(LIB_PRINTER)
)
LIBDIRS
=
util core parser driver transform printer
userconf
LIBDIRS
=
util core parser driver transform printer
LIBINCLUDES
=
$(
addprefix
-I
src/,
$(LIBDIRS)
)
LIBML
=
$(
addsuffix
.ml,
$(LIBMODULES)
)
...
...
src/
userconf
/whyconf.ml
→
src/
driver
/whyconf.ml
View file @
94ea9df4
File moved
src/
userconf
/whyconf.mli
→
src/
driver
/whyconf.mli
View file @
94ea9df4
File moved
src/u
serconf
/rc.mli
→
src/u
til
/rc.mli
View file @
94ea9df4
File moved
src/u
serconf
/rc.mll
→
src/u
til
/rc.mll
View file @
94ea9df4
File moved
Write
Preview
Supports
Markdown
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