1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Target/PowerPC/Makefile

25 lines
895 B
Makefile
Raw Normal View History

2004-06-21 18:55:25 +02:00
##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
#
2004-06-21 18:55:25 +02:00
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
2004-06-21 18:55:25 +02:00
##===----------------------------------------------------------------------===##
2004-06-21 18:55:25 +02:00
LEVEL = ../../..
LIBRARYNAME = LLVMPowerPCCodeGen
TARGET = PPC
2004-06-21 18:55:25 +02:00
# Make sure that tblgen is run, first thing.
BUILT_SOURCES = PPCGenRegisterInfo.inc PPCGenAsmMatcher.inc \
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
PPCGenInstrInfo.inc PPCGenDAGISel.inc \
PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
PPCGenMCCodeEmitter.inc PPCGenFastISel.inc \
PPCGenDisassemblerTables.inc
2004-06-21 18:55:25 +02:00
DIRS = AsmParser Disassembler InstPrinter TargetInfo MCTargetDesc
include $(LEVEL)/Makefile.common