Benjamin Kramer | b759ebc | 2009-08-31 13:05:24 +0000 | [diff] [blame] | 1 | ##===- lib/Target/ARM/AsmPrinter/Makefile ------------------*- Makefile -*-===## |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 2 | # |
Anton Korobeynikov | 74b114b | 2008-08-17 13:55:10 +0000 | [diff] [blame] | 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. |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 7 | # |
Anton Korobeynikov | 74b114b | 2008-08-17 13:55:10 +0000 | [diff] [blame] | 8 | ##===----------------------------------------------------------------------===## |
| 9 | LEVEL = ../../../.. |
| 10 | LIBRARYNAME = LLVMARMAsmPrinter |
| 11 | |
Misha Brukman | e025bcc | 2009-01-09 16:44:42 +0000 | [diff] [blame] | 12 | # Hack: we need to include 'main' arm target directory to grab private headers |
Jeffrey Yasskin | 1fa7b53 | 2010-03-12 21:42:14 +0000 | [diff] [blame] | 13 | CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. |
Anton Korobeynikov | 74b114b | 2008-08-17 13:55:10 +0000 | [diff] [blame] | 14 | |
| 15 | include $(LEVEL)/Makefile.common |