X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmathql%2Fmathql_interpreter%2FMakefile;fp=helm%2Fmathql%2Fmathql_interpreter%2FMakefile;h=0000000000000000000000000000000000000000;hb=55dc61d4b5a62883ea5532ed61e8780ca82f4bd7;hp=bdd7381359d12b4d9c88a7843a78721aea1b60db;hpb=3e84eec9bbaf93687f72d1a77ca03dea34b50739;p=helm.git diff --git a/helm/mathql/mathql_interpreter/Makefile b/helm/mathql/mathql_interpreter/Makefile deleted file mode 100644 index bdd738135..000000000 --- a/helm/mathql/mathql_interpreter/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PACKAGE = mathql_interpreter - -PREDICATES = - -INTERFACE_FILES = mQueryUtil.mli mQIUtil.mli \ - mQIPostgres.mli mQIMySql.mli mQIMap.mli mQIConn.mli \ - mQIProperty.mli mQueryInterpreter.mli - -IMPLEMENTATION_FILES = mQueryTParser.ml mQueryTLexer.ml \ - mQITypes.ml $(INTERFACE_FILES:%.mli=%.ml) - -EXTRA_OBJECTS_TO_INSTALL = mQueryTLexer.cmi \ - mQueryTLexer.mll mQueryTParser.mly \ - mQITypes.ml mQITypes.cmi - -EXTRA_OBJECTS_TO_CLEAN = mQueryTParser.ml mQueryTParser.mli \ - mQueryTLexer.ml - -include ../Makefile.common