2008-11-05 09:53:58 +00:00
|
|
|
##===- lib/Target/XCore/Makefile ---------------------------*- Makefile -*-===##
|
2009-01-09 16:44:42 +00:00
|
|
|
#
|
2008-11-05 09:53:58 +00:00
|
|
|
# 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
|
|
|
|
2008-11-05 09:53:58 +00:00
|
|
|
LEVEL = ../../..
|
2009-08-15 12:53:15 +00:00
|
|
|
LIBRARYNAME = LLVMXCoreCodeGen
|
2008-11-05 09:53:58 +00:00
|
|
|
TARGET = XCore
|
|
|
|
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
|
|
BUILT_SOURCES = XCoreGenRegisterInfo.h.inc XCoreGenRegisterNames.inc \
|
|
|
|
XCoreGenRegisterInfo.inc XCoreGenInstrNames.inc \
|
|
|
|
XCoreGenInstrInfo.inc XCoreGenAsmWriter.inc \
|
|
|
|
XCoreGenDAGISel.inc XCoreGenCallingConv.inc \
|
|
|
|
XCoreGenSubtarget.inc
|
|
|
|
|
2009-08-15 12:53:15 +00:00
|
|
|
DIRS = AsmPrinter TargetInfo
|
2009-07-15 06:35:19 +00:00
|
|
|
|
2008-11-05 09:53:58 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|
|
|
|
|