X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2FMakefile;h=9ac3969b646f03733ef7a1e9a53b1f6c1b033d3f;hb=dc1902ae1e458e5120af63d880dbd08255bef238;hp=7d6cd364ff4cc98628cf5379abd117f008fdafb4;hpb=7a8f91f8aa2d6ba24bf6b3093866f759ee16e690;p=helm.git diff --git a/helm/software/components/binaries/transcript/Makefile b/helm/software/components/binaries/transcript/Makefile index 7d6cd364f..9ac3969b6 100644 --- a/helm/software/components/binaries/transcript/Makefile +++ b/helm/software/components/binaries/transcript/Makefile @@ -4,7 +4,7 @@ H=@ REQUIRES = unix str helm-grafite_parser -MLS = types.ml v8Parser.ml v8Lexer.ml grafite.ml engine.ml top.ml +MLS = types.ml options.ml v8Parser.ml v8Lexer.ml grafite.ml engine.ml top.ml MLIS = v8Parser.mli grafite.mli engine.mli CLEAN = v8Parser.ml v8Parser.mli v8Lexer.ml @@ -18,8 +18,8 @@ CMXS = $(MLS:%.ml=%.cmx) CMIS = $(MLIS:%.mli=%.cmi) EXTRAS = -OCAMLC = $(OCAMLFIND) ocamlc -thread -package "$(REQUIRES)" -linkpkg -OCAMLOPT = $(OCAMLFIND) ocamlopt -thread -package "$(REQUIRES)" -linkpkg +OCAMLC = $(OCAMLFIND) ocamlc -thread -package "$(REQUIRES)" -linkpkg -rectypes +OCAMLOPT = $(OCAMLFIND) ocamlopt -thread -package "$(REQUIRES)" -linkpkg -rectypes OCAMLDEP = $(OCAMLFIND) ocamldep OCAMLYACC = ocamlyacc OCAMLLEX = ocamllex @@ -73,7 +73,7 @@ depend.opt: .depend.opt %.cmo %.cmi: %.ml $(EXTRAS) $(LIBRARIES) @echo " OCAMLC $<" $(H)$(OCAMLC) -c $< -%.cmx: %.ml $(EXTRAS) $(LIBRARIES_OPT) +%.o %.cmx %.cmi: %.ml $(EXTRAS) $(LIBRARIES_OPT) @echo " OCAMLOPT $<" $(H)$(OCAMLOPT) -c $< %.ml %.mli: %.mly $(EXTRAS) @@ -83,8 +83,6 @@ depend.opt: .depend.opt @echo " OCAMLLEX $<" $(H)$(OCAMLLEX) $< -include ../../../Makefile.defs - ifeq ($(MAKECMDGOALS),) include .depend endif