2007-09-18 20:49:39 +08:00
|
|
|
##===- bindings/ocaml/Makefile -----------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../..
|
2007-12-24 00:59:28 +08:00
|
|
|
DIRS = llvm bitreader bitwriter analysis executionengine
|
2007-09-18 20:49:39 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|