blob: deb49691a13579e2876c68771b1a904a7b12d5f3 [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnera087a8d2007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
John Criswell4436c492003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattner996fe012002-12-24 00:01:05 +00009LEVEL = ../../..
Reid Spencerc833edd2004-10-28 05:37:24 +000010LIBRARYNAME = LLVMInterpreter
Chris Lattner996fe012002-12-24 00:01:05 +000011
12include $(LEVEL)/Makefile.common