]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/Makefile.in
packaging cleanup: get rid of ancient debhelpers, use dh_install
[helm.git] / helm / ocaml / Makefile.in
index 00b5b0dd2b80d290c3ded9415d113a2ac3dd7334..cc4d94f10b44f4b9d5ca2c7f562372249f49b2de 100644 (file)
@@ -15,17 +15,16 @@ MODULES =                   \
        cic_omdoc               \
        metadata                \
        tactics                 \
-       cic_transformations     \
        cic_notation            \
+       cic_transformations     \
        cic_textual_parser2     \
+       paramodulation          \
        $(NULL)
 
 OCAMLFIND_DEST_DIR = @OCAMLFIND_DEST_DIR@
-OCAMLFIND_META_DIR = @OCAMLFIND_META_DIR@
+OCAMLPATH = @OCAMLFIND_META_DIR@
 
-METAS = $(MODULES:%=METAS/META.helm-%)
-CWD := $(shell pwd)
-OCAMLPATH = $(CWD)/METAS/
+METAS = $(MODULES:%=METAS/META.helm-%) METAS/META.helm-disambiguator
 
 all: metas $(MODULES:%=%.all)
 opt: metas $(MODULES:%=%.opt)
@@ -60,7 +59,7 @@ $(MODULES:%=%.uninstall):
        cd $(@:%.uninstall=%) && make uninstall
        rm -f $(OCAMLFIND_META_DIR)/$(@:%.uninstall=META.helm-%)
 METAS/META.helm-%: METAS/meta.helm-%.src
-       cp $< $@ && echo "directory=\"$(CWD)/$*\"" >> $@
+       cp $< $@ && echo "directory=\"$(shell pwd)/$*\"" >> $@
 
 .PHONY: .dep.dot
 .dep.dot: