blob: e0e050e89728b0f8645825f4f04228f23eec996e [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattnerd7ff5782001-08-23 17:05:04 +00009LEVEL = ../..
Reid Spencer57cbe392004-10-27 23:18:45 +000010LIBRARYNAME = LLVMExecutionEngine
Chris Lattner3fef9992003-01-22 15:41:10 +000011PARALLEL_DIRS = Interpreter JIT
Chris Lattnera0d7b082002-12-23 23:59:41 +000012
Chris Lattnerd7ff5782001-08-23 17:05:04 +000013include $(LEVEL)/Makefile.common