blob: a100b7032335a1d99b3785aa603d020bcdf8d6aa [file] [log] [blame]
John Criswell4436c492003-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 Lattnerd7ff5782001-08-23 17:05:04 +00009LEVEL = ../..
Brian Gaekef3a300d2003-09-05 19:39:22 +000010LIBRARYNAME = executionengine
Chris Lattner3fef9992003-01-22 15:41:10 +000011PARALLEL_DIRS = Interpreter JIT
Chris Lattnera0d7b082002-12-23 23:59:41 +000012
Chris Lattnerd7ff5782001-08-23 17:05:04 +000013include $(LEVEL)/Makefile.common