X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmathql_interpreter%2FMakefile;fp=helm%2Focaml%2Fmathql_interpreter%2FMakefile;h=0000000000000000000000000000000000000000;hb=869549224eef6278a48c16ae27dd786376082b38;hp=4bd66762595b3ccde887216fb078105e89c34477;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile deleted file mode 100644 index 4bd667625..000000000 --- a/helm/ocaml/mathql_interpreter/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -PACKAGE = mathql_interpreter -REQUIRES = helm-urimanager postgres unix natile-galax helm-mathql -PREDICATES = - -INTERFACE_FILES = dbconn.mli utility.mli union.mli relation.mli diff.mli meet.mli sub.mli intersect.mli func.mli property.mli pattern.mli mqint.mli - -IMPLEMENTATION_FILES = dbconn.ml utility.ml union.ml relation.ml diff.ml meet.ml sub.ml intersect.ml context.ml func.ml property.ml pattern.ml mqint.ml - -# $(INTERFACE_FILES:%.mli=%.ml) - -EXTRA_OBJECTS_TO_INSTALL = context.ml - -EXTRA_OBJECTS_TO_CLEAN = - -include ../Makefile.common