X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=examples%2FParallelJIT%2FMakefile;h=8a49d4273132a192b494307bbd9b13f88ee1661a;hb=11eb51e23935e22e1cb7b346c45713e8c9169c84;hp=10011662d3b765a5416870e9244d284c0b18e084;hpb=e8cdc8b3a372015728bfbe494e4a8949fb66f6a6;p=oota-llvm.git diff --git a/examples/ParallelJIT/Makefile b/examples/ParallelJIT/Makefile index 10011662d3b..8a49d427313 100644 --- a/examples/ParallelJIT/Makefile +++ b/examples/ParallelJIT/Makefile @@ -1,16 +1,17 @@ -##===- examples/HowToUseJIT/Makefile -----------------------*- Makefile -*-===## +##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # -# This file was developed by Valery A. Khamenya 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 = ParallelJIT EXAMPLE_TOOL = 1 -# Enable JIT support -LLVMLIBS := JIT +LINK_COMPONENTS := jit interpreter nativecodegen include $(LEVEL)/Makefile.common + +LIBS += -lpthread