blob: b5d7172d88e55b9fd518144dc7dbe33b9024549e [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner80455b82007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../../..
Anton Korobeynikov74b114b2008-08-17 13:55:10 +000011LIBRARYNAME = LLVMARMCodeGen
Dan Gohmanf17a25c2007-07-18 16:29:46 +000012TARGET = ARM
13
14# Make sure that tblgen is run, first thing.
15BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
16 ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
17 ARMGenInstrInfo.inc ARMGenAsmWriter.inc \
Evan Chengae8400b2008-08-29 07:42:03 +000018 ARMGenDAGISel.inc ARMGenSubtarget.inc \
19 ARMGenCodeEmitter.inc
Dan Gohmanf17a25c2007-07-18 16:29:46 +000020
Anton Korobeynikov74b114b2008-08-17 13:55:10 +000021DIRS = AsmPrinter
22
Dan Gohmanf17a25c2007-07-18 16:29:46 +000023include $(LEVEL)/Makefile.common