blob: 77300a1480bcf8eaa8dbdfba7b91b0411a976e69 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the "Instituto Nokia de Tecnologia" and
6# is distributed under the University of Illinois Open Source
7# License. See LICENSE.TXT for details.
8#
9##===----------------------------------------------------------------------===##
10
11LEVEL = ../../..
12LIBRARYNAME = LLVMARM
13TARGET = ARM
14
15# Make sure that tblgen is run, first thing.
16BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
17 ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
18 ARMGenInstrInfo.inc ARMGenAsmWriter.inc \
19 ARMGenDAGISel.inc ARMGenSubtarget.inc
20
21include $(LEVEL)/Makefile.common