mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
22fee2dff4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134024 91177308-0d34-0410-b5e6-96231b3b80d8
23 lines
690 B
Makefile
23 lines
690 B
Makefile
##===- lib/Target/SystemZ/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 = LLVMSystemZCodeGen
|
|
TARGET = SystemZ
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
BUILT_SOURCES = SystemZGenRegisterInfo.inc SystemZGenInstrInfo.inc \
|
|
SystemZGenAsmWriter.inc \
|
|
SystemZGenDAGISel.inc SystemZGenSubtarget.inc SystemZGenCallingConv.inc
|
|
|
|
DIRS = TargetInfo
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|