X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_disambiguation%2FMakefile;h=7c747df4825f9f5867dc43396ad8c7409d55cf4f;hb=b3b2d09d58c23757b1a50326a0ce7c355fe43d54;hp=3bac09451bc292cddb1bf7e5dd3b1d8a746cd6c5;hpb=1d212933a86f2820a151555516f7a53ab1c9f8e7;p=helm.git diff --git a/helm/software/components/ng_disambiguation/Makefile b/helm/software/components/ng_disambiguation/Makefile index 3bac09451..7c747df48 100644 --- a/helm/software/components/ng_disambiguation/Makefile +++ b/helm/software/components/ng_disambiguation/Makefile @@ -1,21 +1,20 @@ PACKAGE = ng_disambiguation PREDICATES = -INTERFACE_FILES = \ - nDisambiguate.mli nGrafiteDisambiguator.mli\ +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 %.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 $@ $< @@ -42,3 +41,4 @@ depend.png depend.eps: depend.dot include ../../Makefile.defs include ../Makefile.common +OCAMLARCHIVEOPTIONS += -linkall