blob: 77300a1480bcf8eaa8dbdfba7b91b0411a976e69 [file] [log] [blame]
Rafael Espindola7bc59bc2006-05-14 22:18:28 +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##===----------------------------------------------------------------------===##
Evan Chenga8e29892007-01-19 07:51:42 +000010
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000011LEVEL = ../../..
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 \
Evan Chenga8e29892007-01-19 07:51:42 +000019 ARMGenDAGISel.inc ARMGenSubtarget.inc
Rafael Espindola7bc59bc2006-05-14 22:18:28 +000020
21include $(LEVEL)/Makefile.common