Update.
[oota-llvm.git] / lib / Target / ARM / Makefile
1 ##===- 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
11 LEVEL = ../../..
12 LIBRARYNAME = LLVMARM
13 TARGET = ARM
14
15 # Make sure that tblgen is run, first thing.
16 BUILT_SOURCES = ARMGenRegisterInfo.h.inc ARMGenRegisterNames.inc \
17                 ARMGenRegisterInfo.inc ARMGenInstrNames.inc \
18                 ARMGenInstrInfo.inc ARMGenAsmWriter.inc \
19                 ARMGenDAGISel.inc ARMGenSubtarget.inc
20
21 include $(LEVEL)/Makefile.common