2005-07-12 22:00:29 +00:00
|
|
|
##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
|
2005-07-12 21:51:33 +00:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2005-07-12 22:00:29 +00:00
|
|
|
# This file was developed by Reid A. Spencer and is distributed under
|
2005-07-12 21:51:33 +00:00
|
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = ../..
|
|
|
|
TOOLNAME = ParallelJIT
|
|
|
|
EXAMPLE_TOOL = 1
|
|
|
|
|
|
|
|
# Enable JIT support
|
|
|
|
LLVMLIBS := JIT
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
2005-08-24 10:07:20 +00:00
|
|
|
|
|
|
|
LIBS += -lpthread
|