2014-05-24 20:50:23 +08:00
|
|
|
##===- lib/Target/AArch64/Disassembler/Makefile ------------*- Makefile -*-===##
|
2014-03-29 18:18:08 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL = ../../../..
|
2014-05-24 20:50:23 +08:00
|
|
|
LIBRARYNAME = LLVMAArch64Disassembler
|
2014-03-29 18:18:08 +08:00
|
|
|
|
|
|
|
# Hack: we need to include 'main' arm target directory to grab private headers
|
|
|
|
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
|
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|