X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_disambiguation%2FMakefile;h=7c747df4825f9f5867dc43396ad8c7409d55cf4f;hb=ccf5878f2a2ec7f952f140e162391708a740517b;hp=91e3c09c76394c123c2c075f034784b2d1f428d1;hpb=3323758b99384afb5c7a70aa31bc006a78af64dd;p=helm.git diff --git a/helm/software/components/ng_disambiguation/Makefile b/helm/software/components/ng_disambiguation/Makefile index 91e3c09c7..7c747df48 100644 --- a/helm/software/components/ng_disambiguation/Makefile +++ b/helm/software/components/ng_disambiguation/Makefile @@ -4,7 +4,7 @@ PREDICATES = INTERFACE_FILES = nCicDisambiguate.mli IMPLEMENTATION_FILES = \ - $(INTERFACE_FILES:%.mli=%.ml) + $(INTERFACE_FILES:%.mli=%.ml) nnumber_notation.ml EXTRA_OBJECTS_TO_INSTALL = EXTRA_OBJECTS_TO_CLEAN = %.cmo: OCAMLOPTIONS += -w Ae @@ -14,7 +14,7 @@ EXTRA_OBJECTS_TO_CLEAN = 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 $@ $< @@ -41,3 +41,4 @@ depend.png depend.eps: depend.dot include ../../Makefile.defs include ../Makefile.common +OCAMLARCHIVEOPTIONS += -linkall