]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/xml/Makefile
removed "tilde_expand" hack: for the moment it is not needed (we can use $HOME)
[helm.git] / helm / ocaml / xml / Makefile
index f1037d90e9508a371b73bd76917f4ba679a59e15..7948435aac9209973d2871ec9c6bc609213c16f5 100644 (file)
@@ -1,9 +1,12 @@
 PACKAGE = xml
-REQUIRES =
 PREDICATES =
 
-DEPOBJS = xml.mli xml.ml
-
-OBJECTS = xml.cmo
+INTERFACE_FILES =      \
+       xml.mli         \
+       xmlPushParser.mli
+IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
+EXTRA_OBJECTS_TO_INSTALL =
+EXTRA_OBJECTS_TO_CLEAN =
 
+include ../../Makefile.defs
 include ../Makefile.common