X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2FMakefile;h=b3cc00a0c3a11c658a7c9f5846885dbd27d55705;hb=72cd94b68037956a70b98cfa54f316fd54e52bae;hp=4bcb2d53f22f4a2a4bc036c0f0c6e30061ce5ed1;hpb=4dc282b8b71479d45704b414d1a10a27e71752f1;p=helm.git diff --git a/helm/software/components/binaries/transcript/Makefile b/helm/software/components/binaries/transcript/Makefile index 4bcb2d53f..b3cc00a0c 100644 --- a/helm/software/components/binaries/transcript/Makefile +++ b/helm/software/components/binaries/transcript/Makefile @@ -4,9 +4,13 @@ H=@ REQUIRES = unix str helm-grafite_parser -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 +MLS = types.ml options.ml \ + gallina8Parser.ml gallina8Lexer.ml \ + grafiteParser.ml grafiteLexer.ml \ + grafite.ml engine.ml top.ml +MLIS = gallina8Parser.mli grafiteParser.mli grafite.mli engine.mli +CLEAN = gallina8Parser.ml gallina8Parser.mli gallina8Lexer.ml \ + grafiteParser.ml grafiteParser.mli grafiteLexer.ml PACKAGES = CoRN @@ -73,7 +77,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 +87,6 @@ depend.opt: .depend.opt @echo " OCAMLLEX $<" $(H)$(OCAMLLEX) $< -include ../../../Makefile.defs - ifeq ($(MAKECMDGOALS),) include .depend endif