blob: 5def1365c61a85526d587bc36ed9461f0dbe77ec [file] [log] [blame]
John Criswell4436c492003-10-20 22:26:57 +00001##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
John Criswell4436c492003-10-20 22:26:57 +00003# 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.
Misha Brukman5cbf2232009-01-09 16:44:42 +00007#
John Criswell4436c492003-10-20 22:26:57 +00008##===----------------------------------------------------------------------===##
Chris Lattner7ba06612010-01-22 06:49:46 +00009
Chris Lattner996fe012002-12-24 00:01:05 +000010LEVEL = ../../..
Reid Spencerc833edd2004-10-28 05:37:24 +000011LIBRARYNAME = LLVMInterpreter
Chris Lattner996fe012002-12-24 00:01:05 +000012
13include $(LEVEL)/Makefile.common