mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-01-05 11:00:30 +01:00
make ocaml-install in Makefile.am
This commit is contained in:
parent
f3ab78376c
commit
950ae7a508
18
Makefile.am
18
Makefile.am
@ -227,6 +227,22 @@ cppcheck.out: $(trexio_h)
|
|||||||
--language=c --std=c99 -rp --platform=unix64 \
|
--language=c --std=c99 -rp --platform=unix64 \
|
||||||
-I../include *.c *.h 2>../$@
|
-I../include *.c *.h 2>../$@
|
||||||
|
|
||||||
|
#################
|
||||||
|
# OCaml binding #
|
||||||
|
#################
|
||||||
|
|
||||||
|
ocaml/trexio/_build/default/lib/trexio.cma:
|
||||||
|
$(MAKE) -C ocaml/trexio
|
||||||
|
|
||||||
|
ocaml: ocaml/trexio/_build/default/lib/trexio.a
|
||||||
|
|
||||||
|
ocaml-install: ocaml/trexio/_build/default/lib/trexio.a
|
||||||
|
opam install ocaml/trexio
|
||||||
|
|
||||||
|
##################
|
||||||
|
# Python binding #
|
||||||
|
##################
|
||||||
|
|
||||||
setup_py = $(srcdir)/python/setup.py
|
setup_py = $(srcdir)/python/setup.py
|
||||||
setup_cfg = $(srcdir)/python/setup.cfg
|
setup_cfg = $(srcdir)/python/setup.cfg
|
||||||
pytrexio_py = $(srcdir)/python/pytrexio/pytrexio.py
|
pytrexio_py = $(srcdir)/python/pytrexio/pytrexio.py
|
||||||
@ -278,6 +294,6 @@ CLEANFILES += $(pytrexio_c) \
|
|||||||
python/src/*.c \
|
python/src/*.c \
|
||||||
python/src/*.h
|
python/src/*.h
|
||||||
|
|
||||||
.PHONY: cppcheck python-test python-install python-sdist check-numpy FORCE
|
.PHONY: cppcheck python-test python-install python-sdist check-numpy FORCE ocaml
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user