blob: 65d372e44b885a9c3cee065c5ad9bd0ed067dfe4 [file] [log] [blame]
Benjamin Kramerb759ebc2009-08-31 13:05:24 +00001##===- lib/Target/ARM/AsmPrinter/Makefile ------------------*- Makefile -*-===##
Misha Brukmane025bcc2009-01-09 16:44:42 +00002#
Anton Korobeynikov74b114b2008-08-17 13:55:10 +00003# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Misha Brukmane025bcc2009-01-09 16:44:42 +00007#
Anton Korobeynikov74b114b2008-08-17 13:55:10 +00008##===----------------------------------------------------------------------===##
9LEVEL = ../../../..
10LIBRARYNAME = LLVMARMAsmPrinter
11
Misha Brukmane025bcc2009-01-09 16:44:42 +000012# Hack: we need to include 'main' arm target directory to grab private headers
Jeffrey Yasskin1fa7b532010-03-12 21:42:14 +000013CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
Anton Korobeynikov74b114b2008-08-17 13:55:10 +000014
15include $(LEVEL)/Makefile.common