Makefile revision 7df8462038c4393771a0961c60a2686169e4fd9a
1##===- lib/Target/SystemZ/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 = LLVMSystemZCodeGen
11TARGET = SystemZ
12
13# Make sure that tblgen is run, first thing.
14BUILT_SOURCES = SystemZGenRegisterInfo.h.inc SystemZGenRegisterNames.inc \
15                SystemZGenRegisterInfo.inc SystemZGenInstrNames.inc \
16                SystemZGenInstrInfo.inc SystemZGenAsmWriter.inc \
17                SystemZGenDAGISel.inc SystemZGenSubtarget.inc SystemZGenCallingConv.inc
18
19DIRS = AsmPrinter TargetInfo
20
21include $(LEVEL)/Makefile.common
22
23