blob: deb49691a13579e2876c68771b1a904a7b12d5f3 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
2#
3# 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.
John Criswelle488e932003-10-20 22:26:57 +00007#
8##===----------------------------------------------------------------------===##
Chris Lattnerbd199fb2002-12-24 00:01:05 +00009LEVEL = ../../..
Reid Spencer685f86a2004-10-28 05:37:24 +000010LIBRARYNAME = LLVMInterpreter
Chris Lattnerbd199fb2002-12-24 00:01:05 +000011
12include $(LEVEL)/Makefile.common