blob: a219a4f39d878a42d80ac249e3810a6d7303fbdf [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 = ../../..
10LIBRARYNAME = lli-interpreter
11
12include $(LEVEL)/Makefile.common