blob: febc333d605e122b87f2f32618059bf77bc6f333 [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 \
18 ARMGenDAGISel.inc ARMGenSubtarget.inc
19
Anton Korobeynikov74b114b2008-08-17 13:55:10 +000020DIRS = AsmPrinter
21
Dan Gohmanf17a25c2007-07-18 16:29:46 +000022include $(LEVEL)/Makefile.common