2005-01-22 23:41:55 +00:00
|
|
|
##===- lib/Target/Alpha/Makefile -------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2005-01-22 23:41:55 +00:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:09:26 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2005-01-22 23:41:55 +00:00
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 06:49:46 +00:00
|
|
|
|
2005-01-22 23:41:55 +00:00
|
|
|
LEVEL = ../../..
|
2008-11-11 16:42:17 +00:00
|
|
|
LIBRARYNAME = LLVMAlphaCodeGen
|
2005-01-22 23:41:55 +00:00
|
|
|
TARGET = Alpha
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-28 20:07:07 +00:00
|
|
|
BUILT_SOURCES = AlphaGenRegisterInfo.inc AlphaGenInstrInfo.inc \
|
2005-10-23 22:15:34 +00:00
|
|
|
AlphaGenAsmWriter.inc AlphaGenDAGISel.inc \
|
2011-07-01 22:36:09 +00:00
|
|
|
AlphaGenCallingConv.inc AlphaGenSubtargetInfo.inc
|
2005-01-22 23:41:55 +00:00
|
|
|
|
2011-07-14 20:59:42 +00:00
|
|
|
DIRS = TargetInfo MCTargetDesc
|
2008-11-11 16:42:17 +00:00
|
|
|
|
2005-01-22 23:41:55 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|