X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fcontent_pres%2FMakefile;h=fb6d0fe46bd9122cb0858b68cb6e2bf487572c5d;hb=1fa0edadead8eff6808429323c634171f44dc50f;hp=a3b153029b6391b5cefb7918193ec1d52ac90220;hpb=3f586b01da59fe16b3d7f37da28bdd71f2225131;p=helm.git diff --git a/components/content_pres/Makefile b/components/content_pres/Makefile index a3b153029..fb6d0fe46 100644 --- a/components/content_pres/Makefile +++ b/components/content_pres/Makefile @@ -1,24 +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 \ - cicClassify.mli \ - proceduralTypes.mli \ - acic2Procedural.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