2005-07-13 00:00:29 +02:00
|
|
|
##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
|
2005-07-12 23:51:33 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:11:13 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2005-07-12 23:51:33 +02:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = ParallelJIT
|
|
|
|
EXAMPLE_TOOL = 1
|
|
|
|
|
2008-08-17 15:55:33 +02:00
|
|
|
LINK_COMPONENTS := jit interpreter nativecodegen
|
2005-07-12 23:51:33 +02:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2005-08-24 12:07:20 +02:00
|
|
|
|
|
|
|
LIBS += -lpthread
|