]> matita.cs.unibo.it Git - helm.git/commitdiff
new kernel is compiled since the META of grafite_parser depends on the META of ng_dis...
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 27 Nov 2008 10:34:26 +0000 (10:34 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 27 Nov 2008 10:34:26 +0000 (10:34 +0000)
helm/software/components/Makefile
helm/software/components/ng_disambiguation/Makefile

index 01dabc9a6393e230507603bd152db1e05c01a256..afe6c3f82e0e58be27080a0da37716889a31a8fc 100644 (file)
@@ -33,6 +33,9 @@ MODULES =                     \
        cic_disambiguation      \
        lexicon                 \
        grafite_engine          \
+       ng_kernel               \
+       ng_refiner              \
+       ng_disambiguation       \
        grafite_parser          \
        tptp_grafite            \
        $(NULL)
index 3bac09451bc292cddb1bf7e5dd3b1d8a746cd6c5..411b10febc262bce1ef6d46361862737f1f1aaee 100644 (file)
@@ -12,7 +12,7 @@ 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