1 ##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
11 LIBRARYNAME = LLVMPowerPCCodeGen
14 # Make sure that tblgen is run, first thing.
15 BUILT_SOURCES = PPCGenRegisterInfo.inc \
16 PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
17 PPCGenInstrInfo.inc PPCGenDAGISel.inc \
18 PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
19 PPCGenMCCodeEmitter.inc
21 DIRS = InstPrinter TargetInfo MCTargetDesc
23 include $(LEVEL)/Makefile.common