blob: 1858d776616c3c7faa1b2da2668e7ad8a24bcbc6 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Makefile ------------------------*- Makefile -*-===##
Misha Brukman9b8f5422009-01-09 16:44:42 +00002#
John Criswelle488e932003-10-20 22:26:57 +00003# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukman9b8f5422009-01-09 16:44:42 +00007#
John Criswelle488e932003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattner92101ac2001-08-23 17:05:04 +00009LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMExecutionEngine
Daniel Dunbar6aec2982010-11-17 16:06:43 +000011PARALLEL_DIRS = Interpreter JIT MCJIT
Chris Lattnerfe11a972002-12-23 23:59:41 +000012
Chris Lattner92101ac2001-08-23 17:05:04 +000013include $(LEVEL)/Makefile.common