• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1##===- lib/Target/Hexagon/Makefile -------------------------*- Makefile -*-===##
2#
3#                     The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../../..
10LIBRARYNAME = LLVMHexagonCodeGen
11TARGET = Hexagon
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = HexagonGenRegisterInfo.inc \
15                HexagonGenInstrInfo.inc  \
16                HexagonGenAsmWriter.inc \
17                HexagonGenDAGISel.inc HexagonGenSubtargetInfo.inc \
18                HexagonGenCallingConv.inc \
19                HexagonGenDFAPacketizer.inc \
20                HexagonGenMCCodeEmitter.inc \
21                HexagonGenDisassemblerTables.inc
22
23DIRS = TargetInfo MCTargetDesc Disassembler
24
25include $(LEVEL)/Makefile.common
26