X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fmathql%2FMakefile;fp=helm%2Focaml%2Fmathql%2FMakefile;h=0000000000000000000000000000000000000000;hb=bb2953675ebb08267186029b18bc3fdca9c137df;hp=52a5eb155fa9b3d8428d8609c5584303fed8dda7;hpb=1cfcea66d7394a785ec439cd6b03497b276918c4;p=helm.git diff --git a/helm/ocaml/mathql/Makefile b/helm/ocaml/mathql/Makefile deleted file mode 100644 index 52a5eb155..000000000 --- a/helm/ocaml/mathql/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -PACKAGE = mathql -REQUIRES = helm-urimanager -PREDICATES = - -INTERFACE_FILES = mQueryTParser.mli mQueryUtil.mli - -IMPLEMENTATION_FILES = mathQL.ml $(INTERFACE_FILES:%.mli=%.ml) \ - mQueryTLexer.ml - -EXTRA_OBJECTS_TO_INSTALL = mathQL.ml mathQL.cmi mQueryTLexer.cmi \ - mQueryTLexer.mll mQueryTParser.mly - -EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ - mQueryTLexer.ml - -include ../Makefile.common