1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/ExecutionEngine/Interpreter/Makefile
Reid Spencer 1be896397a Fix library name.
llvm-svn: 17307
2004-10-28 05:37:24 +00:00

13 lines
463 B
Makefile

##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
LIBRARYNAME = LLVMInterpreter
include $(LEVEL)/Makefile.common