X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fpxp%2FMakefile;h=40f698344d8f4336ed480600a9b2781eb0a03ec2;hb=b1fb6b8e1767d775bc452303629e95941d142bea;hp=2a89a95f0296b32846d94cc22cc75cc3408c80dd;hpb=e97039cc9e0a8e4f992c712a1ccf47c801e1abcc;p=helm.git diff --git a/helm/ocaml/pxp/Makefile b/helm/ocaml/pxp/Makefile index 2a89a95f0..40f698344 100644 --- a/helm/ocaml/pxp/Makefile +++ b/helm/ocaml/pxp/Makefile @@ -2,8 +2,9 @@ PACKAGE = pxp REQUIRES = helm-getter PREDICATES = -DEPOBJS = csc_pxp_reader.ml pxpUriResolver.ml - -OBJECTS = csc_pxp_reader.cmo pxpUriResolver.cmo +INTERFACE_FILES = pxpUrlResolver.mli +IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml) +EXTRA_OBJECTS_TO_INSTALL = +EXTRA_OBJECTS_TO_CLEAN = include ../Makefile.common