1 BIN := compiler/${COMPILER}
5 IMPL := lib/$(LIBNAME).cma \
10 OTHERS := runtime/runtime.js
12 ifneq "${DERIVING}" ""
14 INTF += lib/deriving_json/deriving_Json.cmi \
15 lib/deriving_json/deriving_Json_lexer.cmi \
16 lib/deriving_json/deriving_bi_outbuf.cmi \
18 IMPL += lib/syntax/pa_deriving_Json.cmo \
19 lib/deriving_json.cma \
21 NATIMPL += lib/deriving_json.cmxa \
22 lib/deriving_json.cmxs \
27 DOC := ${INTF:.cmi=.mli}