From 1a27eb4bc1f777584f294f38ac3ef8c1e3c135a3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Tue, 31 Jan 2006 12:09:46 +0000 Subject: [PATCH] fixed some depends --- helm/ocaml/Makefile.common.in | 2 +- helm/ocaml/Makefile.in | 13 ++++--------- helm/ocaml/getter/.depend | 1 + helm/ocaml/tactics/paramodulation/.depend | 12 ------------ 4 files changed, 6 insertions(+), 22 deletions(-) diff --git a/helm/ocaml/Makefile.common.in b/helm/ocaml/Makefile.common.in index 2dc345235..17c341fb8 100644 --- a/helm/ocaml/Makefile.common.in +++ b/helm/ocaml/Makefile.common.in @@ -22,7 +22,7 @@ OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@ REQUIRES := $(shell $(OCAMLFIND) -query -format '%(requires)' helm-$(PACKAGE)) OCAMLC = $(OCAMLFIND) ocamlc $(OCAMLDEBUGOPTIONS) $(OCAMLOPTIONS) $(PREPROCOPTIONS) OCAMLOPT = $(OCAMLFIND) opt $(OCAMLOPTIONS) $(PREPROCOPTIONS) -OCAMLDEP = $(OCAMLFIND) ocamldep -package "camlp4,$(REQUIRES)" $(SYNTAXOPTIONS) +OCAMLDEP = $(OCAMLFIND) ocamldep -package "camlp4 $(CAMLP4REQUIRES)" $(SYNTAXOPTIONS) OCAMLLEX = ocamllex OCAMLYACC = ocamlyacc diff --git a/helm/ocaml/Makefile.in b/helm/ocaml/Makefile.in index 2b1783b3c..71ee64086 100644 --- a/helm/ocaml/Makefile.in +++ b/helm/ocaml/Makefile.in @@ -57,19 +57,14 @@ distclean: clean clean_metas .PHONY: all opt world metas depend install uninstall clean clean_metas distclean %.all: - @echo building module: $* - @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* all --no-print-directory + @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* all %.opt: - @echo building module: $* - @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* opt --no-print-directory + @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* opt %.clean: - @echo cleaning module: $* - @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* clean --no-print-directory + @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* clean %.depend: - @echo calculating dependencies for module: $* - @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* depend --no-print-directory + @OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH $(MAKE) -C $* depend %.stats: - @echo generating stats for module: $* @$(MAKE) -C $* .stats $(MODULES:%=%.install): diff --git a/helm/ocaml/getter/.depend b/helm/ocaml/getter/.depend index 9f77a2458..20f69cf0c 100644 --- a/helm/ocaml/getter/.depend +++ b/helm/ocaml/getter/.depend @@ -1,3 +1,4 @@ +http_getter_env.cmi: http_getter_types.cmo http_getter_common.cmi: http_getter_types.cmo http_getter.cmi: http_getter_types.cmo http_getter_wget.cmo: http_getter_types.cmo http_getter_wget.cmi diff --git a/helm/ocaml/tactics/paramodulation/.depend b/helm/ocaml/tactics/paramodulation/.depend index b5dd3a819..e69de29bb 100644 --- a/helm/ocaml/tactics/paramodulation/.depend +++ b/helm/ocaml/tactics/paramodulation/.depend @@ -1,12 +0,0 @@ -inference.cmi: utils.cmi -equality_indexing.cmi: utils.cmi inference.cmi -utils.cmo: utils.cmi -utils.cmx: utils.cmi -inference.cmo: utils.cmi inference.cmi -inference.cmx: utils.cmx inference.cmi -equality_indexing.cmo: utils.cmi inference.cmi equality_indexing.cmi -equality_indexing.cmx: utils.cmx inference.cmx equality_indexing.cmi -indexing.cmo: utils.cmi inference.cmi equality_indexing.cmi indexing.cmi -indexing.cmx: utils.cmx inference.cmx equality_indexing.cmx indexing.cmi -saturation.cmo: utils.cmi inference.cmi indexing.cmi -saturation.cmx: utils.cmx inference.cmx indexing.cmx -- 2.39.2