blob: febc333d605e122b87f2f32618059bf77bc6f333 [file] [log] [blame]
Rafael Espindola7bc59bc2006-05-14 22:18:28 +00001##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerfc643c52007-12-29 20:09:26 +00005# This file is distributed under the University of Illinois Open Source
Rafael Espindola7bc59bc2006-05-14 22:18:28 +00006# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
Evan Chenga8e29892007-01-19 07:51:42 +00009
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000010LEVEL = ../../..
Anton Korobeynikov0bd89712008-08-17 13:55:10 +000011LIBRARYNAME = LLVMARMCodeGen
Rafael Espindola7bc59bc2006-05-14 22:18:28 +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 Chenga8e29892007-01-19 07:51:42 +000018 ARMGenDAGISel.inc ARMGenSubtarget.inc
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000019
Anton Korobeynikov0bd89712008-08-17 13:55:10 +000020DIRS = AsmPrinter
21
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000022include $(LEVEL)/Makefile.common