mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
71c7e40966
llvm-svn: 61991
13 lines
416 B
Makefile
13 lines
416 B
Makefile
##===- lib/ExecutionEngine/Interpreter/Makefile ------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../../..
|
|
LIBRARYNAME = LLVMInterpreter
|
|
|
|
include $(LEVEL)/Makefile.common
|