2003-10-21 00:26:57 +02: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 19:05:04 +02:00
|
|
|
LEVEL = ../..
|
2003-09-05 21:39:22 +02:00
|
|
|
LIBRARYNAME = executionengine
|
2003-01-22 16:41:10 +01:00
|
|
|
PARALLEL_DIRS = Interpreter JIT
|
2002-12-24 00:59:41 +01:00
|
|
|
|
2001-09-08 00:59:25 +02:00
|
|
|
include $(LEVEL)/Makefile.common
|