blob: 49cb1cdf2c5e4755d15f67bba27f6555dc080d96 [file] [log] [blame]
Andrew Lenharth304d0f32005-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
12SHARED_LIBRARY=1
13
14# Make sure that tblgen is run, first thing.
15BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
16 AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
17 AlphaGenInstrInfo.inc AlphaGenCodeEmitter.inc \
18 AlphaGenAsmWriter.inc
19
20include $(LEVEL)/Makefile.common