Hanle i8 returns
[llvm/msp430.git] / lib / Target / IA64 / Makefile
blobd38325422c60ae10bf5a4ee7e0c9bbae01a9b87d
1 ##===- lib/Target/IA64/Makefile -----------------------------*- Makefile -*-===##
2 # The LLVM Compiler Infrastructure
4 # This file is distributed under the University of Illinois Open Source
5 # License. See LICENSE.TXT for details.
7 ##===----------------------------------------------------------------------===##
8 LEVEL = ../../..
9 LIBRARYNAME = LLVMIA64CodeGen
10 TARGET = IA64
11 # Make sure that tblgen is run, first thing.
12 BUILT_SOURCES = IA64GenRegisterInfo.h.inc IA64GenRegisterNames.inc \
13 IA64GenRegisterInfo.inc IA64GenInstrNames.inc \
14 IA64GenInstrInfo.inc IA64GenAsmWriter.inc \
15 IA64GenDAGISel.inc
17 DIRS = AsmPrinter
19 include $(LEVEL)/Makefile.common