blob: b0f41c3b2c0b43b4642870d9e06e6f22916c2c6b [file] [log] [blame]
Duraid Madina9b9d45f2005-03-17 18:17:03 +00001##===- lib/Target/IA64/Makefile -----------------------------*- Makefile -*-===##
2# The LLVM Compiler Infrastructure
3#
Chris Lattnerfc643c52007-12-29 20:09:26 +00004# This file is distributed under the University of Illinois Open Source
5# License. See LICENSE.TXT for details.
Duraid Madina9b9d45f2005-03-17 18:17:03 +00006#
7##===----------------------------------------------------------------------===##
8LEVEL = ../../..
9LIBRARYNAME = LLVMIA64
Duraid Madina9b9d45f2005-03-17 18:17:03 +000010TARGET = IA64
11# Make sure that tblgen is run, first thing.
12BUILT_SOURCES = IA64GenRegisterInfo.h.inc IA64GenRegisterNames.inc \
13 IA64GenRegisterInfo.inc IA64GenInstrNames.inc \
Duraid Madinaf2db9b82005-10-28 17:46:35 +000014 IA64GenInstrInfo.inc IA64GenAsmWriter.inc \
15 IA64GenDAGISel.inc
Duraid Madina9b9d45f2005-03-17 18:17:03 +000016
17include $(LEVEL)/Makefile.common
18