Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
548fb966
Commit
548fb966
authored
Apr 17, 2010
by
Andrei Paskevich
Browse files
continue
parent
4e8aad06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
548fb966
...
...
@@ -86,7 +86,7 @@ all: @OCAMLBEST@
# Why library
#############
LIBGENERATED
=
src/config.ml
src/userconf/rc.ml
\
LIBGENERATED
=
src/userconf/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
\
...
...
@@ -154,14 +154,14 @@ src/why.cmi: src/why.cmo src/why.cmx
include
.depend.lib
.depend.lib
:
$(LIBGENERATED)
.depend.lib
:
src/config.ml
$(LIBGENERATED)
$(OCAMLDEP)
-slash
$(LIBINCLUDES)
$(LIBML)
$(LIBMLI)
>
$@
depend
:
.depend.lib
# clean target
LIBSDIRS
=
$(
addprefix
src/,
$(LIBDIRS)
)
LIBSDIRS
=
src
$(
addprefix
src/,
$(LIBDIRS)
)
LIBCLEAN
=
$(
addsuffix
/
*
.cm[iox],
$(LIBSDIRS)
)
\
$(
addsuffix
/
*
.annot,
$(LIBSDIRS)
)
\
$(
addsuffix
/
*
.o,
$(LIBSDIRS)
)
\
...
...
@@ -190,7 +190,7 @@ bin/why.byte: src/why.cma src/main.cmo
src/main.cmo src/main.cmx
:
src/why.cmi
clean
::
rm
-f
src/main.cm[iox] src/main.annot
rm
-f
src/main.cm[iox] src/main.annot
src/main.o
rm
-f
bin/why.byte bin/why.opt
########
...
...
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