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=0000000000000000000000000000000000000000;hb=c7514aaa249a96c5fdd39b1123fbdb38d92f20b6;hp=be32ff48ca05c0491638867c6831c8cb4ec52f7d;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/ocaml/mathql_interpreter/Makefile b/helm/ocaml/mathql_interpreter/Makefile deleted file mode 100644 index be32ff48c..000000000 --- a/helm/ocaml/mathql_interpreter/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -PACKAGE = mathql_interpreter -REQUIRES = helm-cic helm-cic_textual_parser helm-mathql postgres -#natile-galax - -PREDICATES = - -INTERFACE_FILES = mQueryMisc.mli mQIUtil.mli \ - mQIPostgres.mli mQIMap.mli mQIConn.mli \ - mQIProperty.mli mQueryInterpreter.mli - -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) - -EXTRA_OBJECTS_TO_INSTALL = - -EXTRA_OBJECTS_TO_CLEAN = - -include ../Makefile.common