blob: cb014a0082ad1612ed8d5bcbd453c157498ef6d2 [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
Reid Spencer0a262ba2005-08-24 10:07:20 +000017
18LIBS += -lpthread