]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_disambiguation/Makefile
parameter sintax added to axiom statement
[helm.git] / helm / software / components / ng_disambiguation / Makefile
index f753387f45cb14ba76249296d2b6ac773706ee41..7c747df4825f9f5867dc43396ad8c7409d55cf4f 100644 (file)
@@ -1,21 +1,20 @@
 PACKAGE = ng_disambiguation
 PREDICATES =
 
-INTERFACE_FILES = \
-       nDisambiguate.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