blob: 836268b551d57ae79206fbdc4f6eb1bf0b61b5be [file] [log] [blame]
Andrew Lenhartha1b5ca22005-01-22 23:41:55 +00001##===- lib/Target/Alpha/Makefile -------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMAlpha
11TARGET = Alpha
Andrew Lenhartha1b5ca22005-01-22 23:41:55 +000012
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
15 AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
16 AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
Andrew Lenharth7b698672005-10-20 00:28:31 +000017 AlphaGenAsmWriter.inc AlphaGenDAGISel.inc
Andrew Lenhartha1b5ca22005-01-22 23:41:55 +000018
19include $(LEVEL)/Makefile.common