X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FPowerPC%2FMakefile;h=1265f1d36910bc563d996d122cf48a8b45f45c58;hb=600f171486708734e2b9c9c617528cfc51c16850;hp=6be39b09e194a40ed1a9595ab11cc8b29a9ee7b7;hpb=676fa7df9c53f97fd1a9419780573dfb788049b4;p=oota-llvm.git diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 6be39b09e19..1265f1d3691 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -1,11 +1,12 @@ ##===- lib/Target/PowerPC/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## + LEVEL = ../../.. LIBRARYNAME = LLVMPowerPCCodeGen TARGET = PPC @@ -17,6 +18,6 @@ BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ PPCGenInstrInfo.inc PPCGenDAGISel.inc \ PPCGenSubtarget.inc PPCGenCallingConv.inc -DIRS = AsmPrinter +DIRS = AsmPrinter TargetInfo include $(LEVEL)/Makefile.common