Files
clang-p2996/lldb/source/Plugins/Instruction/ARM/Makefile
Stephen Wilson 05459c8269 Add the ARM instruction emulation makefile.
I forgot to 'svn add' this file in r129119.

llvm-svn: 129120
2011-04-08 02:11:29 +00:00

15 lines
461 B
Makefile

##===- source/Plugins/Instruction/ARM/Makefile -------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ../../../..
LIBRARYNAME := lldbPluginEmulateInstructionARM
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile