2009-08-02 17:32:10 +00: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 06:49:46 +00:00
|
|
|
|
2009-08-02 17:32:10 +00:00
|
|
|
LEVEL = ../../..
|
|
|
|
LIBRARYNAME = LLVMBlackfinCodeGen
|
|
|
|
TARGET = Blackfin
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
2011-06-28 20:07:07 +00:00
|
|
|
BUILT_SOURCES = BlackfinGenRegisterInfo.inc BlackfinGenInstrInfo.inc \
|
|
|
|
BlackfinGenAsmWriter.inc \
|
2009-08-02 17:32:10 +00:00
|
|
|
BlackfinGenDAGISel.inc BlackfinGenSubtarget.inc \
|
2009-10-15 18:50:52 +00:00
|
|
|
BlackfinGenCallingConv.inc BlackfinGenIntrinsics.inc
|
2009-08-02 17:32:10 +00:00
|
|
|
|
2010-11-14 18:43:56 +00:00
|
|
|
DIRS = TargetInfo
|
2009-08-02 17:32:10 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|