X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=helm%2Focaml%2Fcic_annotations%2FMakefile;fp=helm%2Focaml%2Fcic_annotations%2FMakefile;h=0000000000000000000000000000000000000000;hp=2fbfe1bec9713d8d0c67a3fde841b1bad3ba297f;hb=1696761e4b8576e8ed81caa905fd108717019226;hpb=5325734bc2e4927ed7ec146e35a6f0f2b49f50c1 diff --git a/helm/ocaml/cic_annotations/Makefile b/helm/ocaml/cic_annotations/Makefile deleted file mode 100644 index 2fbfe1bec..000000000 --- a/helm/ocaml/cic_annotations/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PACKAGE = cic_annotations -REQUIRES = helm-cic helm-xml -PREDICATES = - -INTERFACE_FILES = cicXPath.mli cicAnnotation2Xml.mli cicAnnotationParser2.mli \ - cicAnnotationParser.mli -IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) -EXTRA_OBJECTS_TO_INSTALL = -EXTRA_OBJECTS_TO_CLEAN = - -include ../Makefile.common