blob: 031b6aca5a4848258b0115b935d5176fbc7bc75c [file] [log] [blame]
Johnny Chen3c500e62010-04-07 20:53:12 +00001##===- lib/Target/ARM/Disassembler/Makefile ----------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../../../..
11LIBRARYNAME = LLVMARMDisassembler
12
13# Hack: we need to include 'main' arm target directory to grab private headers
14CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
15
16include $(LEVEL)/Makefile.common