2007-09-18 12:49:39 +00:00
|
|
|
##===- bindings/ocaml/Makefile -----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:11:13 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2007-09-18 12:49:39 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../..
|
2007-12-23 16:59:28 +00:00
|
|
|
DIRS = llvm bitreader bitwriter analysis executionengine
|
2007-09-18 12:49:39 +00:00
|
|
|
|
2008-03-10 15:49:16 +00:00
|
|
|
ocamldoc:
|
|
|
|
$(Verb) for i in $(DIRS) ; do \
|
|
|
|
$(MAKE) -C $$i ocamldoc; \
|
|
|
|
done
|
|
|
|
|
2007-09-18 12:49:39 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|