mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
b08854af39
llvm-svn: 27651
21 lines
825 B
Makefile
21 lines
825 B
Makefile
##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by the LLVM research group and is distributed under
|
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ../../..
|
|
LIBRARYNAME = LLVMPowerPC
|
|
TARGET = PPC
|
|
EXTRA_DIST = README.txt README_ALTIVEC.txt
|
|
|
|
# Make sure that tblgen is run, first thing.
|
|
BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
|
|
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
|
|
PPCGenRegisterInfo.h.inc PPCGenRegisterInfo.inc \
|
|
PPCGenInstrInfo.inc PPCGenDAGISel.inc PPCGenSubtarget.inc
|
|
|
|
include $(LEVEL)/Makefile.common
|