John Criswell | 4436c49 | 2003-10-20 22:26:57 +0000 | [diff] [blame^] | 1 | ##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file was developed by the LLVM research group and is distributed under |
| 6 | # the University of Illinois Open Source License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
Chris Lattner | d7ff578 | 2001-08-23 17:05:04 +0000 | [diff] [blame] | 9 | LEVEL = ../.. |
Brian Gaeke | f3a300d | 2003-09-05 19:39:22 +0000 | [diff] [blame] | 10 | LIBRARYNAME = executionengine |
Chris Lattner | 3fef999 | 2003-01-22 15:41:10 +0000 | [diff] [blame] | 11 | PARALLEL_DIRS = Interpreter JIT |
Chris Lattner | a0d7b08 | 2002-12-23 23:59:41 +0000 | [diff] [blame] | 12 | |
Chris Lattner | d7ff578 | 2001-08-23 17:05:04 +0000 | [diff] [blame] | 13 | include $(LEVEL)/Makefile.common |