blob: 50313a9ac2196117c8f68e0600de29e644db824f [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 = ../../..
11LIBRARYNAME = LLVMARM
12TARGET = 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
20include $(LEVEL)/Makefile.common