1f4a2713aSLionel Sambuc##===- bindings/ocaml/transforms/Makefile ------------------*- Makefile -*-===##
2f4a2713aSLionel Sambuc#
3f4a2713aSLionel Sambuc#                     The LLVM Compiler Infrastructure
4f4a2713aSLionel Sambuc#
5f4a2713aSLionel Sambuc# This file is distributed under the University of Illinois Open Source
6f4a2713aSLionel Sambuc# License. See LICENSE.TXT for details.
7f4a2713aSLionel Sambuc#
8f4a2713aSLionel Sambuc##===----------------------------------------------------------------------===##
9f4a2713aSLionel Sambuc
10f4a2713aSLionel SambucLEVEL := ../../..
11*0a6a1f1dSLionel SambucDIRS = ipo passmgr_builder scalar_opts utils vectorize
12f4a2713aSLionel Sambuc
13f4a2713aSLionel Sambucocamldoc:
14f4a2713aSLionel Sambuc	$(Verb) for i in $(DIRS) ; do \
15f4a2713aSLionel Sambuc		$(MAKE) -C $$i ocamldoc; \
16f4a2713aSLionel Sambuc	done
17f4a2713aSLionel Sambuc
18f4a2713aSLionel Sambucinclude $(LEVEL)/Makefile.common
19