Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / lib / Target / ARM / Makefile
blob77300a1480bcf8eaa8dbdfba7b91b0411a976e69
1 ##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
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.
9 ##===----------------------------------------------------------------------===##
11 LEVEL = ../../..
12 LIBRARYNAME = LLVMARM
13 TARGET = ARM
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
21 include $(LEVEL)/Makefile.common