2003-10-20 22:26:57 +00:00
|
|
|
##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2001-08-23 17:05:04 +00:00
|
|
|
LEVEL = ../..
|
2003-09-05 19:39:22 +00:00
|
|
|
LIBRARYNAME = executionengine
|
2003-01-22 15:41:10 +00:00
|
|
|
PARALLEL_DIRS = Interpreter JIT
|
2002-12-23 23:59:41 +00:00
|
|
|
|
2001-09-07 22:59:25 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|