X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fgrafite_parser%2FMakefile;h=164153916cd8f45dd309cec10d7035c3c51143ec;hb=f7da48c844105a52a705872dfa0d4104de010c82;hp=5583ecb8ac4a88d64439b475708ce2bc42059167;hpb=e14fdca3a845ad0b88a34497f41472c3e7f8473b;p=helm.git diff --git a/matita/components/grafite_parser/Makefile b/matita/components/grafite_parser/Makefile index 5583ecb8a..164153916 100644 --- a/matita/components/grafite_parser/Makefile +++ b/matita/components/grafite_parser/Makefile @@ -1,12 +1,8 @@ PACKAGE = grafite_parser PREDICATES = -INTERFACE_FILES = \ - dependenciesParser.mli \ +INTERFACE_FILES = \ grafiteParser.mli \ - cicNotation2.mli \ - nEstatus.mli \ - grafiteDisambiguate.mli \ print_grammar.mli \ $(NULL) IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)