mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
1be896397a
llvm-svn: 17307
13 lines
463 B
Makefile
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
|