From c29e258ee426d0216b3fcf3e561ccf8fc206440d Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Thu, 12 May 2005 09:10:17 +0000 Subject: [PATCH] fixed Makefile --- helm/ocaml/metadata/extractor/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/helm/ocaml/metadata/extractor/Makefile b/helm/ocaml/metadata/extractor/Makefile index 0eccebee4..e58064b41 100644 --- a/helm/ocaml/metadata/extractor/Makefile +++ b/helm/ocaml/metadata/extractor/Makefile @@ -1,14 +1,11 @@ -REQUIRES = mysql helm-metadata - -INTERFACE_FILES = -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = -EXTRA_OBJECTS_TO_CLEAN = \ - extractor extractor.opt *.err *.out extractor_manager extractor_manager.opt +OCAMLFIND=ocamlfind all: extractor extractor_manager opt: extractor.opt extractor_manager.opt +clean: + rm -f *.cm[ixo] *.[ao] extractor extractor.opt *.err *.out extractor_manager extractor_manager.opt + extractor: extractor.ml $(OCAMLFIND) ocamlc \ -thread -package mysql,helm-metadata -linkpkg -o $@ $< @@ -30,6 +27,4 @@ export: extractor.opt extractor_manager.opt time \ ./extractor_manager.opt 1>export.out 2>export.err - -include ../../Makefile.common include .depend -- 2.39.2