Reid Spencer | 6a60d18 | 2005-07-12 22:00:29 +0000 | [diff] [blame] | 1 | ##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===## |
Reid Spencer | e8cdc8b | 2005-07-12 21:51:33 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 57360d1 | 2007-12-29 20:11:13 +0000 | [diff] [blame] | 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
Reid Spencer | e8cdc8b | 2005-07-12 21:51:33 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../.. |
| 10 | TOOLNAME = ParallelJIT |
| 11 | EXAMPLE_TOOL = 1 |
| 12 | |
Anton Korobeynikov | c40c8b3 | 2008-08-17 13:55:33 +0000 | [diff] [blame] | 13 | LINK_COMPONENTS := jit interpreter nativecodegen |
Reid Spencer | e8cdc8b | 2005-07-12 21:51:33 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |
Reid Spencer | 0a262ba | 2005-08-24 10:07:20 +0000 | [diff] [blame] | 16 | |
| 17 | LIBS += -lpthread |