2005-01-23 00:41:55 +01:00
|
|
|
##===- lib/Target/Alpha/Makefile -------------------------*- Makefile -*-===##
|
2009-01-09 17:44:42 +01:00
|
|
|
#
|
2005-01-23 00:41:55 +01:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 21:09:26 +01:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 17:44:42 +01:00
|
|
|
#
|
2005-01-23 00:41:55 +01:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 07:49:46 +01:00
|
|
|
|
2005-01-23 00:41:55 +01:00
|
|
|
LEVEL = ../../..
|
2008-11-11 17:42:17 +01:00
|
|
|
LIBRARYNAME = LLVMAlphaCodeGen
|
2005-01-23 00:41:55 +01:00
|
|
|
TARGET = Alpha
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
|
|
BUILT_SOURCES = AlphaGenRegisterInfo.h.inc AlphaGenRegisterNames.inc \
|
|
|
|
AlphaGenRegisterInfo.inc AlphaGenInstrNames.inc \
|
2010-11-14 19:24:41 +01:00
|
|
|
AlphaGenInstrInfo.inc \
|
2005-10-24 00:15:34 +02:00
|
|
|
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
|
2009-07-19 03:33:04 +02:00
|
|
|
AlphaGenCallingConv.inc AlphaGenSubtarget.inc
|
2005-01-23 00:41:55 +01:00
|
|
|
|
2010-11-14 19:43:56 +01:00
|
|
|
DIRS = TargetInfo
|
2008-11-11 17:42:17 +01:00
|
|
|
|
2005-01-23 00:41:55 +01:00
|
|
|
include $(LEVEL)/Makefile.common
|