X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Ftex_cic_textual_parser%2FMakefile;fp=helm%2Focaml%2Ftex_cic_textual_parser%2FMakefile;h=0000000000000000000000000000000000000000;hb=3ef089a4c58fbe429dd539af6215991ecbe11ee2;hp=b57b3a8ba7947a1e8ff00d7a9ecde5ddd330fe0a;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/ocaml/tex_cic_textual_parser/Makefile b/helm/ocaml/tex_cic_textual_parser/Makefile deleted file mode 100644 index b57b3a8ba..000000000 --- a/helm/ocaml/tex_cic_textual_parser/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -PACKAGE = tex_cic_textual_parser -REQUIRES = helm-cic helm-cic_textual_parser -PREDICATES = - -INTERFACE_FILES = texCicTextualParser.mli texCicTextualParserContext.mli -IMPLEMENTATION_FILES = texCicTextualParser0.ml $(INTERFACE_FILES:%.mli=%.ml) \ - texCicTextualLexer.ml -EXTRA_OBJECTS_TO_INSTALL = texCicTextualParser0.ml texCicTextualParser0.cmi \ - texCicTextualLexer.mll texCicTextualParser.mly - -EXTRA_OBJECTS_TO_CLEAN = texCicTextualParser.ml texCicTextualParser.mli \ - texCicTextualLexer.ml - -include ../Makefile.common