89d05df618b0494164449add0ae6c032d29908f1
[oota-llvm.git] / bindings / ocaml / Makefile
1 ##===- bindings/ocaml/Makefile -----------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by Gordon Henriksen and is distributed under the
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9
10 LEVEL := ../..
11 DIRS = llvm bitreader bitwriter analysis executionengine
12
13 include $(LEVEL)/Makefile.common