X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Flli%2FMakefile;h=b070cee27146c4deefc8405bd583047c7ba696bd;hb=ebcba612b537f45a033ccd9a60bee0c45e2e2ded;hp=bf4483f5b4d4445c2fc40c8d61442d241f63ebbe;hpb=86660981e1382f954152b0f029f874aa36de0308;p=oota-llvm.git diff --git a/tools/lli/Makefile b/tools/lli/Makefile index bf4483f5b4d..b070cee2714 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,11 +1,15 @@ -LEVEL = ../.. -include $(LEVEL)/Makefile.common +##===- tools/lli/Makefile ------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## -all:: lli -clean:: - rm -f lli +LEVEL := ../.. +TOOLNAME := lli +LINK_COMPONENTS := jit interpreter native bitreader selectiondag -lli : $(ObjectsG) - $(LinkG) -o $@ $(ObjectsG) \ - -lopt -lbcreader -lbcwriter \ - -lvmcore -lasmwriter -lanalysis -lsupport -ltarget +# Enable JIT support +include $(LEVEL)/Makefile.common