X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_disambiguation%2FMakefile;h=a613a1c041645794f1e4bb90f1d937f2feb461d1;hb=63b86fce8a75490b957e7301517b9006f58321b6;hp=f753387f45cb14ba76249296d2b6ac773706ee41;hpb=7c2be8a6f952e5bc42345628a9c7e02fc51c259d;p=helm.git diff --git a/helm/software/components/ng_disambiguation/Makefile b/helm/software/components/ng_disambiguation/Makefile index f753387f4..a613a1c04 100644 --- a/helm/software/components/ng_disambiguation/Makefile +++ b/helm/software/components/ng_disambiguation/Makefile @@ -1,8 +1,7 @@ PACKAGE = ng_disambiguation PREDICATES = -INTERFACE_FILES = \ - nDisambiguate.mli\ +INTERFACE_FILES = nCicDisambiguate.mli IMPLEMENTATION_FILES = \ $(INTERFACE_FILES:%.mli=%.ml) @@ -12,10 +11,10 @@ EXTRA_OBJECTS_TO_CLEAN = %.cmi: OCAMLOPTIONS += -w Ae %.cmx: OCAMLOPTIONS += -w Ae -all: rt check +all: %: %.ml $(PACKAGE).cma $(OCAMLC) -package helm-$(PACKAGE) -linkpkg -o $@ $< -all.opt opt: rt.opt check.opt +all.opt opt: %.opt: %.ml $(PACKAGE).cmxa $(OCAMLOPT) -package helm-$(PACKAGE) -linkpkg -o $@ $<