Reid Spencer | 06a1da3 | 2005-07-12 22:00:29 +0000 | [diff] [blame] | 1 | ##===- examples/ParallelJIT/Makefile -----------------------*- Makefile -*-===## |
Reid Spencer | 6855097 | 2005-07-12 21:51:33 +0000 | [diff] [blame] | 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
Chris Lattner | 11cc8b3 | 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 | 6855097 | 2005-07-12 21:51:33 +0000 | [diff] [blame] | 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../.. |
| 10 | TOOLNAME = ParallelJIT |
| 11 | EXAMPLE_TOOL = 1 |
| 12 | |
Iain Sandoe | d49305b | 2014-09-03 13:12:16 +0000 | [diff] [blame] | 13 | LINK_COMPONENTS := mcjit interpreter nativecodegen |
Reid Spencer | 6855097 | 2005-07-12 21:51:33 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |
Reid Spencer | f85fabeb | 2005-08-24 10:07:20 +0000 | [diff] [blame] | 16 | |
| 17 | LIBS += -lpthread |