This commit is contained in:
Dmitry Boulytchev 2018-02-14 15:39:40 +03:00
parent 4f040532b2
commit 0b6f64646b
10 changed files with 727 additions and 60 deletions

View file

@ -2,7 +2,7 @@ TOPFILE = rc
OCAMLC = ocamlc
OCAMLOPT = ocamlopt
OCAMLDEP = ocamldep
SOURCES = $(wildcard *.ml)
SOURCES = Expr.ml Embedding.ml
LIBS = GT.cma unix.cma re.cma re_emacs.cma re_str.cma
CAMLP5 = -pp "camlp5o -I `ocamlfind -query GT.syntax` -I `ocamlfind -query ostap.syntax` pa_ostap.cmo pa_gt.cmo -L `ocamlfind -query GT.syntax`"
PXFLAGS = $(CAMLP5)