blob: f183da246e4fcd36718d2b054b6ce196dc3393c2 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Reid A. Spencer and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = ParallelJIT
11EXAMPLE_TOOL = 1
12
13LINK_COMPONENTS := jit interpreter native
14
15include $(LEVEL)/Makefile.common
16
17LIBS += -lpthread