X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FMakefile;h=892325d52a33bcfda608e368bf3814242abf9edd;hb=HEAD;hp=eb2f1b1eba2adc4196591163299a2ed86203a71e;hpb=683978a2627cf1ce15673360f26806593d22f7b5;p=helm.git diff --git a/helm/software/components/grafite_parser/Makefile b/helm/software/components/grafite_parser/Makefile index eb2f1b1eb..892325d52 100644 --- a/helm/software/components/grafite_parser/Makefile +++ b/helm/software/components/grafite_parser/Makefile @@ -5,13 +5,13 @@ INTERFACE_FILES = \ dependenciesParser.mli \ grafiteParser.mli \ cicNotation2.mli \ - grafiteDisambiguator.mli \ + nEstatus.mli \ grafiteDisambiguate.mli \ - grafiteWalker.mli \ + print_grammar.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -all: test_parser print_grammar test_dep +all: test_parser test_dep clean: clean_tests # cross compatibility among ocaml 3.09 and ocaml 3.08, to be removed as