Duraid Madina | 9b9d45f | 2005-03-17 18:17:03 +0000 | [diff] [blame] | 1 | ##===- lib/Target/IA64/Makefile -----------------------------*- Makefile -*-===## |
| 2 | # The LLVM Compiler Infrastructure |
| 3 | # |
| 4 | # This file was developed by Duraid Madina and is distributed under the |
| 5 | # University of Illinois Open Source License. See LICENSE.TXT for details. |
| 6 | # |
| 7 | ##===----------------------------------------------------------------------===## |
| 8 | LEVEL = ../../.. |
| 9 | LIBRARYNAME = LLVMIA64 |
Duraid Madina | 9b9d45f | 2005-03-17 18:17:03 +0000 | [diff] [blame] | 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 \ |
Duraid Madina | f2db9b8 | 2005-10-28 17:46:35 +0000 | [diff] [blame] | 14 | IA64GenInstrInfo.inc IA64GenAsmWriter.inc \ |
| 15 | IA64GenDAGISel.inc |
Duraid Madina | 9b9d45f | 2005-03-17 18:17:03 +0000 | [diff] [blame] | 16 | |
| 17 | include $(LEVEL)/Makefile.common |
| 18 | |