blob: a100b7032335a1d99b3785aa603d020bcdf8d6aa [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 = ../..
Brian Gaeke97222942003-09-05 19:39:22 +000010LIBRARYNAME = executionengine
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