blob: 50313a9ac2196117c8f68e0600de29e644db824f [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 = ../../..
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 \
18 ARMGenDAGISel.inc ARMGenSubtarget.inc
19
20include $(LEVEL)/Makefile.common