X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=examples%2FBrainF%2FMakefile;h=3e36e0761758d6920715cf03f076c7e821012e3f;hp=54d298c49ac03470d1ca918fe499d5033d64c1e7;hb=9a498947cdb25737faecfdabcb64848432c49d68;hpb=bef8e0b0a7afe602ddf09165ff4dbb8fa5f696a9 diff --git a/examples/BrainF/Makefile b/examples/BrainF/Makefile index 54d298c49ac..3e36e076175 100644 --- a/examples/BrainF/Makefile +++ b/examples/BrainF/Makefile @@ -2,14 +2,14 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Sterling Stein and is distributed under -# the University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = BrainF EXAMPLE_TOOL = 1 -LINK_COMPONENTS := jit bitwriter native interpreter +LINK_COMPONENTS := mcjit bitwriter nativecodegen interpreter include $(LEVEL)/Makefile.common