blob: 4d92675a5c51a5448f06fd4c11f14415eb14187f [file] [log] [blame]
Reid Spencer6a60d182005-07-12 22:00:29 +00001##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
Reid Spencere8cdc8b2005-07-12 21:51:33 +00002#
3# The LLVM Compiler Infrastructure
4#
Reid Spencer6a60d182005-07-12 22:00:29 +00005# This file was developed by Reid A. Spencer and is distributed under
Reid Spencere8cdc8b2005-07-12 21:51:33 +00006# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = ParallelJIT
11EXAMPLE_TOOL = 1
12
13# Enable JIT support
14LLVMLIBS := JIT
15
16include $(LEVEL)/Makefile.common