Makefile revision e488e9360b1a865ba604330965edcf139e590b65
112c73f1d177d9edcdb3edfdc3ec29010f3bcd617weidendo##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===## 212c73f1d177d9edcdb3edfdc3ec29010f3bcd617weidendo# 311b2a1dc9386893575dc9da75f4f87ace710c916weidendo# The LLVM Compiler Infrastructure 412c73f1d177d9edcdb3edfdc3ec29010f3bcd617weidendo# 512c73f1d177d9edcdb3edfdc3ec29010f3bcd617weidendo# This file was developed by the LLVM research group and is distributed under 612c73f1d177d9edcdb3edfdc3ec29010f3bcd617weidendo# the University of Illinois Open Source License. See LICENSE.TXT for details. 7# 8##===----------------------------------------------------------------------===## 9LEVEL = ../.. 10LIBRARYNAME = executionengine 11PARALLEL_DIRS = Interpreter JIT 12 13include $(LEVEL)/Makefile.common 14