X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fbinaries%2Ftranscript%2FMakefile;h=7d6cd364ff4cc98628cf5379abd117f008fdafb4;hb=62e3a3ce3ac21ab25074ad2af1883a4b0cbc62be;hp=21dedfc0d6af226ac87c5aca76bcc2d13b0d444b;hpb=f104e234238586ac846881feb30e1b56a509cfd3;p=helm.git diff --git a/components/binaries/transcript/Makefile b/components/binaries/transcript/Makefile index 21dedfc0d..7d6cd364f 100644 --- a/components/binaries/transcript/Makefile +++ b/components/binaries/transcript/Makefile @@ -28,13 +28,13 @@ all: transcript .depend @echo -n opt: transcript.opt $(EXTRAS) .depend.opt - #echo -n + @echo -n -transcript: $(CMIS) $(CMOS) $(EXTRAS) $(LIBRARIES) +transcript: $(CMIS) $(CMOS) $(EXTRAS) @echo " OCAMLC $(CMOS)" $(H)$(OCAMLC) -o $@ $(CMOS) -transcript.opt: $(CMIS) $(CMXS) $(EXTRAS) $(LIBRARIES_OPT) +transcript.opt: $(CMIS) $(CMXS) $(EXTRAS) @echo " OCAMLOPT $(CMXS)" $(H)$(OCAMLOPT) -o $@ $(CMXS) @@ -67,13 +67,13 @@ depend: .depend depend.opt: .depend.opt -%.cmi: %.mli $(EXTRAS) +%.cmi: %.mli $(EXTRAS) @echo " OCAMLC $<" $(H)$(OCAMLC) -c $< -%.cmo %.cmi: %.ml $(EXTRAS) +%.cmo %.cmi: %.ml $(EXTRAS) $(LIBRARIES) @echo " OCAMLC $<" $(H)$(OCAMLC) -c $< -%.cmx: %.ml $(EXTRAS) +%.cmx: %.ml $(EXTRAS) $(LIBRARIES_OPT) @echo " OCAMLOPT $<" $(H)$(OCAMLOPT) -c $< %.ml %.mli: %.mly $(EXTRAS)