blob: c4998fc53d1b2fda69c84608c6780a5c1e8ffe8f [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
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