X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fmetadata%2Ftable_creator%2FMakefile;h=06335681c0db4f7b5e3f220d5796150f17c56292;hb=c051f623926cdc3b744c38ba393c0a9c7622d299;hp=cb8ab763672186e6c6097f34d31cfa5f15e53dc3;hpb=066a2ddffeec23c04ac0997a7f29d4dd404ee265;p=helm.git diff --git a/helm/ocaml/metadata/table_creator/Makefile b/helm/ocaml/metadata/table_creator/Makefile index cb8ab7636..06335681c 100644 --- a/helm/ocaml/metadata/table_creator/Makefile +++ b/helm/ocaml/metadata/table_creator/Makefile @@ -8,21 +8,25 @@ EXTRA_OBJECTS_TO_CLEAN = \ table_creator table_creator.opt table_destructor table_destructor.opt all: table_creator table_destructor + @echo -n opt: table_creator.opt table_destructor.opt + @echo -n table_creator: table_creator.ml ../metadata.cma - $(OCAMLFIND) ocamlc \ + @echo " OCAMLC $<" + @$(OCAMLFIND) ocamlc \ -thread -package mysql,helm-metadata -linkpkg -o $@ $< table_destructor: table_creator - ln -f $< $@ + @ln -f $< $@ table_creator.opt: table_creator.ml ../metadata.cmxa - $(OCAMLFIND) ocamlopt \ + @echo " OCAMLOPT $<" + @$(OCAMLFIND) ocamlopt \ -thread -package mysql,helm-metadata -linkpkg -o $@ $< table_destructor.opt: table_creator.opt - ln -f $< $@ + @ln -f $< $@ clean: rm -f *.cm[iox] *.a *.o