X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;fp=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=ccd485a59444fa7593719ef13443fd96b0c026ce;hb=7f510b2df638258669d6539861a3f06ed5fab773;hp=5769f6cde6a8467ad2c49cfc5db3fd27176451d4;hpb=9f45f8febfade5e1dca7a022154f2635be2af9b2;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile index 5769f6cde..ccd485a59 100644 --- a/helm/ocaml/mathql_interpreter/Makefile +++ b/helm/ocaml/mathql_interpreter/Makefile @@ -6,9 +6,11 @@ INTERFACE_FILES = dbconn.mli eval.mli utility.mli func.mli diff.mli \ sortedby.mli select.mli intersect.mli union.mli \ pattern.mli use.mli mqint.mli -IMPLEMENTATION_FILES = mathql.ml $(INTERFACE_FILES:%.mli=%.ml) +IMPLEMENTATION_FILES = mathql.ml mathql_semantics.ml \ + $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = mathql.ml mathql.cmi +EXTRA_OBJECTS_TO_INSTALL = mathql.ml mathql.cmi mathql_semantics.ml \ + mathql_semantics.cmi EXTRA_OBJECTS_TO_CLEAN =