X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fcontent_pres%2FMakefile;h=fb6d0fe46bd9122cb0858b68cb6e2bf487572c5d;hb=79d584e8f049226ec9cf68e9e06880ed0d95af51;hp=5613ff9ffc59abad275425c3ff72368cb0fd6ff9;hpb=bdf989481462c1185c9cbbfdd4b31d13aa4352b3;p=helm.git diff --git a/helm/software/components/content_pres/Makefile b/helm/software/components/content_pres/Makefile index 5613ff9ff..fb6d0fe46 100644 --- a/helm/software/components/content_pres/Makefile +++ b/helm/software/components/content_pres/Makefile @@ -1,21 +1,20 @@ PACKAGE = content_pres PREDICATES = -INTERFACE_FILES = \ - renderingAttrs.mli \ - cicNotationLexer.mli \ - cicNotationParser.mli \ - mpresentation.mli \ - box.mli \ - content2presMatcher.mli \ - termContentPres.mli \ - cicNotationPres.mli \ - boxPp.mli \ - content2pres.mli \ - objPp.mli \ - sequent2pres.mli \ +INTERFACE_FILES = \ + renderingAttrs.mli \ + cicNotationLexer.mli \ + cicNotationParser.mli \ + mpresentation.mli \ + box.mli \ + content2presMatcher.mli \ + termContentPres.mli \ + cicNotationPres.mli \ + boxPp.mli \ + content2pres.mli \ + sequent2pres.mli \ $(NULL) -IMPLEMENTATION_FILES = \ +IMPLEMENTATION_FILES = \ $(INTERFACE_FILES:%.mli=%.ml) cicNotationPres.cmi: OCAMLOPTIONS += -rectypes