X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=lib%2FExecutionEngine%2FMakefile;h=e0e050e89728b0f8645825f4f04228f23eec996e;hb=761411c21b27c5a7fd2368f0a35d312013f2b5c5;hp=8012468d8b0e643dadeb63122fd06703fe93e9c5;hpb=2dc78088b7bebb439a8f660fbfbb1ea114840cfc;p=oota-llvm.git diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 8012468d8b0..e0e050e8972 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -1,7 +1,13 @@ +##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME = lli -USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \ - target transforms -TOOLLINKOPTS = -ldl +LIBRARYNAME = LLVMExecutionEngine +PARALLEL_DIRS = Interpreter JIT include $(LEVEL)/Makefile.common