Skip to content
GitLab
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
3370a094
Commit
3370a094
authored
Jun 15, 2016
by
Erwan Jahier
Browse files
A clutch to make sure dllcamlidl.so is in the stublibs dir
Indeed, "opam install camlidl" does put dllcamlidl.so into stublibs.
parent
cbbc67bb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3370a094
...
...
@@ -10,14 +10,15 @@ include ./Makefile.version
###################################################
# camlidl clutches...
# "opam install camlidl" does
not generate (nor install) dllcamlidl.so
# "opam install camlidl" does
put dllcamlidl.so into stublibs
CAMLIDL
=
$(
shell
ocamlfind query camlidl
)
STUBLIBS
=
$(
shell
dirname
$(CAMLIDL)
)
/stublibs
dllcamlidl.so
:
$(STUBLIBS)/dllcamlidl.so
$(STUBLIBS)/dllcamlidl.so
:
$(CAMLIDL)/dllcamlidl.so
cp
$<
$@
dllcamlidl.so
:
$(CAMLIDL)/dllcamlidl.so
$(CAMLIDL)/dllcamlidl.so
:
$(CAMLIDL)/libcamlidl.a
ocamlmklib
-o
camlidl
$<
cp
dllcamlidl.so
$@
rm
-f
dllcamlidl.so libcamlidl.a
# Some more clutches because oasis does not support camlidl
polka/vector.ml
:
polka/vector.idl
...
...
_oasis
View file @
3370a094
OASISFormat: 0.4
Name: Lutin
Version: 2.1
0
Version: 2.1
1
Authors: Erwan Jahier
Maintainers: erwan.jahier@imag.fr
License: PROP
...
...
lutin/src/version.ml
View file @
3370a094
let
str
=
"2.1
0
"
let
sha
=
"
49f02ba
"
let
str
=
"2.1
1
"
let
sha
=
"
cbbc67b
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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