blob: 8a49d4273132a192b494307bbd9b13f88ee1661a [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#
Chris Lattner57360d12007-12-29 20:11:13 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencere8cdc8b2005-07-12 21:51:33 +00007#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = ParallelJIT
11EXAMPLE_TOOL = 1
12
Anton Korobeynikovc40c8b32008-08-17 13:55:33 +000013LINK_COMPONENTS := jit interpreter nativecodegen
Reid Spencere8cdc8b2005-07-12 21:51:33 +000014
15include $(LEVEL)/Makefile.common
Reid Spencer0a262ba2005-08-24 10:07:20 +000016
17LIBS += -lpthread