X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=bindings%2Focaml%2FMakefile;h=b0e1f09fa5ba66e637ce4d28d501c2c12bd9265b;hb=12af22e8cc217827cf4f118b0f5e4ebbda9925ae;hp=5cd3b89b5793aa915c7b497b5865db4cb1031fee;hpb=57360d1f1cede3b26744d0ce3ade814fcc0f332d;p=oota-llvm.git diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile index 5cd3b89b579..b0e1f09fa5b 100644 --- a/bindings/ocaml/Makefile +++ b/bindings/ocaml/Makefile @@ -8,6 +8,13 @@ ##===----------------------------------------------------------------------===## LEVEL := ../.. -DIRS = llvm bitreader bitwriter analysis executionengine +DIRS = llvm bitreader bitwriter irreader analysis target executionengine \ + transforms linker backends all_backends +ExtraMakefiles = $(PROJ_OBJ_DIR)/Makefile.ocaml + +ocamldoc: + $(Verb) for i in $(DIRS) ; do \ + $(MAKE) -C $$i ocamldoc; \ + done include $(LEVEL)/Makefile.common