blob: ce36cec47b6e2e80e5bee3d129beffb4853ecd7f [file] [log] [blame]
Anton Korobeynikovbff4b372008-11-22 16:15:34 +00001##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
Misha Brukman5cbf2232009-01-09 16:44:42 +00002#
Anton Korobeynikov17d28de2008-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 Brukman5cbf2232009-01-09 16:44:42 +00007#
Anton Korobeynikov17d28de2008-08-17 13:55:10 +00008##===----------------------------------------------------------------------===##
9LEVEL = ../../../..
10LIBRARYNAME = LLVMARMAsmPrinter
11
Misha Brukman5cbf2232009-01-09 16:44:42 +000012# Hack: we need to include 'main' arm target directory to grab private headers
Anton Korobeynikov17d28de2008-08-17 13:55:10 +000013CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
14
15include $(LEVEL)/Makefile.common