blob: f183da246e4fcd36718d2b054b6ce196dc3393c2 [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
Chris Lattner885e3cb2006-09-04 06:04:03 +000013LINK_COMPONENTS := jit interpreter native
Reid Spencere8cdc8b2005-07-12 21:51:33 +000014
15include $(LEVEL)/Makefile.common
Reid Spencer0a262ba2005-08-24 10:07:20 +000016
17LIBS += -lpthread