summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/Makefile
blob: a9d9feef655d09df580a9df5d638ce508d5026f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##===- lib/Target/XCore/Makefile ---------------------------*- Makefile -*-===##
#
#                     The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##

LEVEL = ../../..
LIBRARYNAME = LLVMXCoreCodeGen
TARGET = XCore

# Make sure that tblgen is run, first thing.
BUILT_SOURCES = XCoreGenRegisterInfo.inc XCoreGenInstrInfo.inc \
		XCoreGenAsmWriter.inc \
                XCoreGenDAGISel.inc XCoreGenCallingConv.inc \
		XCoreGenSubtargetInfo.inc

DIRS = TargetInfo

include $(LEVEL)/Makefile.common