1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Target/PowerPC/Makefile

24 lines
785 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 \
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
PPCGenInstrInfo.inc PPCGenDAGISel.inc \
PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
PPCGenMCCodeEmitter.inc
2004-06-21 18:55:25 +02:00
DIRS = InstPrinter TargetInfo MCTargetDesc
include $(LEVEL)/Makefile.common