X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FExecutionEngine%2FMakefile;h=a100b7032335a1d99b3785aa603d020bcdf8d6aa;hb=1e60a9165dc4d6ce5650dacc026f2942696af920;hp=b5b7c3d26b964103e70ff927b7809d2f714d9862;hpb=b77640134e64da9776b7d25bd3c2b7085385d4e1;p=oota-llvm.git diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index b5b7c3d26b9..a100b703233 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -1,10 +1,13 @@ -LEVEL = ../.. -TOOLNAME = lli -USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a - -# Have gcc tell the linker to export symbols from the program so that -# dynamically loaded modules can be linked against them. +##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure # -TOOLLINKOPTS = -ldl $(ExportSymbols) +# 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. +# +##===----------------------------------------------------------------------===## +LEVEL = ../.. +LIBRARYNAME = executionengine +PARALLEL_DIRS = Interpreter JIT include $(LEVEL)/Makefile.common