blob: c4998fc53d1b2fda69c84608c6780a5c1e8ffe8f [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- 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 Lattner92101ac2001-08-23 17:05:04 +00009LEVEL = ../..
Reid Spencer6cb21d42004-10-27 23:18:45 +000010LIBRARYNAME = LLVMExecutionEngine
Chris Lattner285ca5e2003-01-22 15:41:10 +000011PARALLEL_DIRS = Interpreter JIT
Chris Lattnerfe11a972002-12-23 23:59:41 +000012
Chris Lattner92101ac2001-08-23 17:05:04 +000013include $(LEVEL)/Makefile.common