blob: 93f74ec6a89e9ba857aa09a9517a4241841778a5 [file] [log] [blame]
John Criswelle488e932003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Interpreter/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 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