]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
- removed some unneeded dependencies from debian/control
[helm.git] / helm / ocaml / Makefile.in
index 5ecff06a0a6518d2498dde6f909e5f6d8885ca31..73c3a91c018c4283844b409fb2351e342f558ef7 100644 (file)
@@ -1,9 +1,24 @@
 # Warning: the modules must be in compilation order
-MODULES = xml urimanager getter pxp cic cic_annotations cic_annotations_cache \
-          cic_cache cic_proof_checking cic_textual_parser \
-         cic_textual_parser2 \
-          tex_cic_textual_parser cic_unification mathql mathql_generator \
-         mathql_interpreter cic_omdoc tactics cic_transformations
+MODULES = \
+       xml \
+       urimanager \
+       getter \
+       pxp \
+       cic \
+       cic_annotations \
+       cic_annotations_cache \
+       cic_cache \
+       cic_proof_checking \
+       cic_textual_parser \
+       tex_cic_textual_parser \
+       cic_unification \
+       mathql \
+       mathql_generator \
+       mathql_interpreter \
+       cic_omdoc \
+       tactics \
+       cic_transformations \
+       logger
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
 OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@
@@ -40,7 +55,7 @@ $(MODULES:%=%.uninstall):
        rm -f $(OCAMLFIND_META_DIR)/$(@:%.uninstall=META.helm-%)
 $(MODULES:%=%.clean):
        cd $(@:%.clean=%) && make clean
-METAS/META.helm-%: METAS/META.helm-%.src
+METAS/META.helm-%: METAS/meta.helm-%.src
        cp $< $@ && echo "directory=\"$(CWD)/$*\"" >> $@
 
 .PHONY: .dep.dot