IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / bindings / ocaml / transforms / Makefile
index 61800a9bbeb708db22ab6a4b43ba6117e8c8959a..15bffb406890084ed818d7ab91f5d0d98766343f 100644 (file)
@@ -8,6 +8,11 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL := ../../..
-DIRS = scalar
+DIRS = ipo passmgr_builder scalar_opts utils vectorize
+
+ocamldoc:
+       $(Verb) for i in $(DIRS) ; do \
+               $(MAKE) -C $$i ocamldoc; \
+       done
 
 include $(LEVEL)/Makefile.common