Specify all of the targets built.
[oota-llvm.git] / lib / Target / PowerPC / Makefile
1 ##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===##
2
3 #                     The LLVM Compiler Infrastructure
4 #
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMPowerPC
11 TARGET = PowerPC PPC32 PPC64
12
13 # Make sure that tblgen is run, first thing.
14 BUILT_SOURCES = PowerPCGenInstrNames.inc PowerPCGenRegisterNames.inc \
15                 PowerPCGenAsmWriter.inc  PPC32GenCodeEmitter.inc \
16  PPC32GenRegisterInfo.h.inc PPC32GenRegisterInfo.inc PPC32GenInstrInfo.inc \
17  PPC64GenRegisterInfo.h.inc PPC64GenRegisterInfo.inc PPC64GenInstrInfo.inc
18
19 include $(LEVEL)/Makefile.common