-
Notifications
You must be signed in to change notification settings - Fork 8
/
Makefile
30 lines (24 loc) · 900 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##===- lib/Target/Epiphany/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 = LLVMEpiphanyCodeGen
TARGET = Epiphany
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = EpiphanyGenAsmMatcher.inc \
EpiphanyGenAsmWriter.inc \
EpiphanyGenCallingConv.inc \
EpiphanyGenDAGISel.inc \
EpiphanyGenDisassemblerTables.inc \
EpiphanyGenInstrInfo.inc \
EpiphanyGenMCCodeEmitter.inc \
EpiphanyGenMCPseudoLowering.inc \
EpiphanyGenRegisterInfo.inc \
EpiphanyGenSubtargetInfo.inc
DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc Utils
include $(LEVEL)/Makefile.common