2005-07-13 06:00:29 +08:00
|
|
|
##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
|
2005-07-13 05:51:33 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-30 04:11:13 +08:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2005-07-13 05:51:33 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = ParallelJIT
|
|
|
|
EXAMPLE_TOOL = 1
|
|
|
|
|
2006-09-04 14:04:03 +08:00
|
|
|
LINK_COMPONENTS := jit interpreter native
|
2005-07-13 05:51:33 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2005-08-24 18:07:20 +08:00
|
|
|
|
|
|
|
LIBS += -lpthread
|