2009-08-03 01:32:10 +08:00
|
|
|
##===- lib/Target/Blackfin/Makefile ------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2010-01-22 14:49:46 +08:00
|
|
|
|
2009-08-03 01:32:10 +08:00
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMBlackfinCodeGen
|
|
|
|
TARGET = Blackfin
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-24 09:44:41 +08:00
|
|
|
BUILT_SOURCES = BlackfinGenRegisterNames.inc BlackfinGenRegisterDesc.inc \
|
|
|
|
BlackfinGenRegisterInfo.h.inc BlackfinGenRegisterInfo.inc \
|
|
|
|
BlackfinGenInstrNames.inc \
|
2009-08-03 01:32:10 +08:00
|
|
|
BlackfinGenInstrInfo.inc BlackfinGenAsmWriter.inc \
|
|
|
|
BlackfinGenDAGISel.inc BlackfinGenSubtarget.inc \
|
2009-10-16 02:50:52 +08:00
|
|
|
BlackfinGenCallingConv.inc BlackfinGenIntrinsics.inc
|
2009-08-03 01:32:10 +08:00
|
|
|
|
2010-11-15 02:43:56 +08:00
|
|
|
DIRS = TargetInfo
|
2009-08-03 01:32:10 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|