]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed some depends
authorEnrico Tassi <enrico.tassi@inria.fr>
Tue, 31 Jan 2006 12:09:46 +0000 (12:09 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Tue, 31 Jan 2006 12:09:46 +0000 (12:09 +0000)
helm/ocaml/Makefile.common.in
helm/ocaml/Makefile.in
helm/ocaml/getter/.depend
helm/ocaml/tactics/paramodulation/.depend

index 2dc345235a59af72613cfc7935b3e1b4cb1c0d7e..17c341fb8428e1b08278dd5fbbbc4922554cd4c9 100644 (file)
@@ -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
 
index 2b1783b3ce852202bcebdef260a8ae7279f37ea6..71ee64086459e600554f072c37bc070ba3fa02c4 100644 (file)
@@ -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):
index 9f77a24585d6083eb089df5fa78145ce21c00a63..20f69cf0c810c91e600fa5263c93c1b0ce86f3cb 100644 (file)
@@ -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 
index b5dd3a819cba18aa256a944f08e5acb75a1dc33c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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