2005-07-13 00:00:29 +02:00
|
|
|
##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
|
2005-07-12 23:51:33 +02:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2005-07-13 00:00:29 +02:00
|
|
|
# This file was developed by Reid A. Spencer and is distributed under
|
2005-07-12 23:51:33 +02: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
|