Makefile revision 7abe37e4aee38cc79d91dd069a37d7e91d5bef53
1868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)##===- lib/Target/ARM/Disassembler/Makefile ----------------*- Makefile -*-===##
22a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
32a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#                     The LLVM Compiler Infrastructure
4868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#
5868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)# This file is distributed under the University of Illinois Open Source
6868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)# License. See LICENSE.TXT for details.
7868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#
8868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)##===----------------------------------------------------------------------===##
9868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
10868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)LEVEL = ../../../..
11868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)LIBRARYNAME = LLVMARMDisassembler
122a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
13868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)# Hack: we need to include 'main' arm target directory to grab private headers
142a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
152a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
162a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)include $(LEVEL)/Makefile.common
172a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)