X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=bindings%2Focaml%2FMakefile;h=b0e1f09fa5ba66e637ce4d28d501c2c12bd9265b;hb=12af22e8cc217827cf4f118b0f5e4ebbda9925ae;hp=0fc6b1b6eefbab255481481a2d83989f852757d0;hpb=8ef426baa36639458f6777309db25c1768dc9c8a;p=oota-llvm.git diff --git a/bindings/ocaml/Makefile b/bindings/ocaml/Makefile index 0fc6b1b6eef..b0e1f09fa5b 100644 --- a/bindings/ocaml/Makefile +++ b/bindings/ocaml/Makefile @@ -2,12 +2,19 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Gordon Henriksen and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL := ../.. -DIRS = llvm bitwriter +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