blob: 0f2a3575f76c737400458e726f1141785fbd7728 [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#
Chris Lattner11cc8b32007-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 Spencer68550972005-07-12 21:51:33 +00007#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = ParallelJIT
11EXAMPLE_TOOL = 1
12
Iain Sandoed49305b2014-09-03 13:12:16 +000013LINK_COMPONENTS := mcjit interpreter nativecodegen
Reid Spencer68550972005-07-12 21:51:33 +000014
15include $(LEVEL)/Makefile.common
Reid Spencerf85fabeb2005-08-24 10:07:20 +000016
17LIBS += -lpthread