X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FExecutionEngine%2FMakefile;h=c4998fc53d1b2fda69c84608c6780a5c1e8ffe8f;hb=6cb21d443eff9369e4f9035af28efd627e8f3909;hp=9cf483c479fb04072ab0d43bc4e3ae8f3c758bfb;hpb=c9744e7f269ec8003b64c39c6c9e62f0b6c33a5a;p=oota-llvm.git diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 9cf483c479f..c4998fc53d1 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -1,6 +1,13 @@ +##===- 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. +# +##===----------------------------------------------------------------------===## LEVEL = ../.. -TOOLNAME = lli -USEDLIBS = opt bcreader bcwriter vmcore asmwriter analysis support target +LIBRARYNAME = LLVMExecutionEngine +PARALLEL_DIRS = Interpreter JIT include $(LEVEL)/Makefile.common -