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
verimag
synchrone
lutin
Commits
440b75db
Commit
440b75db
authored
Jan 27, 2016
by
Erwan Jahier
Browse files
Update the Makefiles in examples to take into account the rdbg-plugin/lutils split.
parent
f303485f
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/lutin/crazy-rabbit/Makefile
View file @
440b75db
export
OCAMLOPT
=
ocamlopt
LTOP
=
../../../bin/lurettetop
$(EXE)
LIB
=
../../../lib
-I
+rdbg-plugin
LIB
=
../../../lib
-I
+rdbg-plugin
`
ocamlfind query lutils
-i-format
`
MAIN
=
rabbit
...
...
@@ -14,7 +14,7 @@ $(EXPDIR):
%.cmxs
:
%.ml
ocamlopt
-shared
-o
$*
.cmxs
-I
$(LIB)
graphics.cmxa
$*
.ml
ocamlfind
ocamlopt
-shared
-o
$*
.cmxs
-I
$(LIB)
graphics.cmxa
$*
.ml
clean
:
...
...
examples/lutin/ocaml/Makefile
View file @
440b75db
...
...
@@ -14,13 +14,16 @@ endif
# XXX pack all those modules into one
CMXA_LIB
=
unix.cmxa nums.cmxa str.cmxa
\
ezdl.cmxa
gbddml.cmxa
polka.cmxa
rdbg-plugin.cmxa
lutin-utils.cmxa
lutin.cmxa
ezdl.cmxa
gbddml.cmxa
polka.cmxa
\
rdbg-plugin.cmxa
lutils.cmxa
lutin-utils.cmxa
lutin.cmxa
CLIB
=
`
ocamlfind query camlidl
-l-format
`
\
`ocamlfind
query
lutin-utils
-i-format`
\
`ocamlfind
query
lutils
-i-format`
\
-cclib
-lcamlidl
-cclib
-lgmp
INCLUDE_DIR
=
-I
+gmp
-I
+camlidl
-I
+polka
-I
+gbddml
\
-I
+rdbg-plugin
-I
+lutin
-I
+ezdl
-I
+lutin-utils
-I
+rdbg-plugin
-I
+lutin
\
-I
+ezdl
LUTIN
=
../../../bin/lutin
$(EXE)
...
...
lutin/src/version.ml
View file @
440b75db
let
str
=
"1.57"
let
sha
=
"
18ee150
"
let
sha
=
"
f303485
"
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