A minimal runtime for executing portable OCaml bytecode. A bytecode standard library is not yet provided.
11 lines
191 B
Makefile
11 lines
191 B
Makefile
include $(REP_DIR)/lib/mk/ocaml.inc
|
|
|
|
LIBS += libc
|
|
|
|
INC_DIR += $(OCAML_SRC_DIR)/byterun
|
|
INC_DIR += $(OCAML_SRC_DIR)/byterun/caml
|
|
|
|
vpath %.c $(OCAML_SRC_DIR)/otherlibs/str
|
|
|
|
SRC_C += strstubs.c
|