blob: cb014a0082ad1612ed8d5bcbd453c157498ef6d2 [file] [log] [blame]
Reid Spencer06a1da32005-07-12 22:00:29 +00001##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
Reid Spencer68550972005-07-12 21:51:33 +00002#
3# The LLVM Compiler Infrastructure
4#
Reid Spencer06a1da32005-07-12 22:00:29 +00005# This file was developed by Reid A. Spencer and is distributed under
Reid Spencer68550972005-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 Spencerf85fabeb2005-08-24 10:07:20 +000017
18LIBS += -lpthread