Normalize makefile comments and sort cmake file lists.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2009-08-31 13:05:24 +00:00
parent 821e3334ed
commit b4f770b68a
22 changed files with 24 additions and 24 deletions

View File

@ -1,4 +1,4 @@
##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
##===- lib/Target/ARM/AsmPrinter/Makefile ------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -22,9 +22,9 @@ add_llvm_target(ARMCodeGen
ARMISelLowering.cpp
ARMJITInfo.cpp
ARMLoadStoreOptimizer.cpp
ARMMCAsmInfo.cpp
ARMRegisterInfo.cpp
ARMSubtarget.cpp
ARMMCAsmInfo.cpp
ARMTargetMachine.cpp
NEONPreAllocPass.cpp
Thumb1InstrInfo.cpp

View File

@ -1,4 +1,4 @@
##===- lib/Target/Alpha/Makefile ---------------------------*- Makefile -*-===##
##===- lib/Target/Alpha/AsmPrinter/Makefile ----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -19,9 +19,9 @@ add_llvm_target(AlphaCodeGen
AlphaISelLowering.cpp
AlphaJITInfo.cpp
AlphaLLRP.cpp
AlphaMCAsmInfo.cpp
AlphaRegisterInfo.cpp
AlphaSubtarget.cpp
AlphaMCAsmInfo.cpp
AlphaTargetMachine.cpp
)

View File

@ -1,4 +1,4 @@
#===- lib/Target/Alpha/TargetInfo/Makefile -----------------*- Makefile -*-===##
##===- lib/Target/Alpha/TargetInfo/Makefile ----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -1,4 +1,4 @@
##===- lib/Target/Blackfin/Makefile ------------------------*- Makefile -*-===##
##===- lib/Target/Blackfin/AsmPrinter/Makefile -------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -14,8 +14,8 @@ add_llvm_target(BlackfinCodeGen
BlackfinInstrInfo.cpp
BlackfinISelDAGToDAG.cpp
BlackfinISelLowering.cpp
BlackfinMCAsmInfo.cpp
BlackfinRegisterInfo.cpp
BlackfinSubtarget.cpp
BlackfinMCAsmInfo.cpp
BlackfinTargetMachine.cpp
)

View File

@ -1,4 +1,4 @@
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
##===- lib/Target/CellSPU/AsmPrinter/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -17,9 +17,9 @@ add_llvm_target(CellSPUCodeGen
SPUInstrInfo.cpp
SPUISelDAGToDAG.cpp
SPUISelLowering.cpp
SPUMCAsmInfo.cpp
SPURegisterInfo.cpp
SPUSubtarget.cpp
SPUMCAsmInfo.cpp
SPUTargetMachine.cpp
)

View File

@ -1,4 +1,4 @@
##===- lib/Target/MSP430/Makefile --------------------------*- Makefile -*-===##
##===- lib/Target/MSP430/AsmPrinter/Makefile ---------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -11,11 +11,11 @@ tablegen(MSP430GenCallingConv.inc -gen-callingconv)
tablegen(MSP430GenSubtarget.inc -gen-subtarget)
add_llvm_target(MSP430CodeGen
MSP430ISelDAGToDAG.cpp
MSP430RegisterInfo.cpp
MSP430MCAsmInfo.cpp
MSP430InstrInfo.cpp
MSP430ISelDAGToDAG.cpp
MSP430ISelLowering.cpp
MSP430MCAsmInfo.cpp
MSP430RegisterInfo.cpp
MSP430Subtarget.cpp
MSP430TargetMachine.cpp
)

View File

@ -15,9 +15,9 @@ add_llvm_target(MipsCodeGen
MipsInstrInfo.cpp
MipsISelDAGToDAG.cpp
MipsISelLowering.cpp
MipsMCAsmInfo.cpp
MipsRegisterInfo.cpp
MipsSubtarget.cpp
MipsMCAsmInfo.cpp
MipsTargetMachine.cpp
MipsTargetObjectFile.cpp
)

View File

@ -1,4 +1,4 @@
##===- lib/Target/PIC16/Makefile ----------------------------*- Makefile -*-===##
##===- lib/Target/PIC16/AsmPrinter/Makefile ----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -16,9 +16,9 @@ add_llvm_target(PIC16
PIC16ISelDAGToDAG.cpp
PIC16ISelLowering.cpp
PIC16MemSelOpt.cpp
PIC16MCAsmInfo.cpp
PIC16RegisterInfo.cpp
PIC16Subtarget.cpp
PIC16MCAsmInfo.cpp
PIC16TargetMachine.cpp
PIC16TargetObjectFile.cpp
)

View File

@ -20,10 +20,10 @@ add_llvm_target(PowerPCCodeGen
PPCISelLowering.cpp
PPCJITInfo.cpp
PPCMachOWriterInfo.cpp
PPCMCAsmInfo.cpp
PPCPredicates.cpp
PPCRegisterInfo.cpp
PPCSubtarget.cpp
PPCMCAsmInfo.cpp
PPCTargetMachine.cpp
)

View File

@ -1,4 +1,4 @@
##===- lib/Target/PowerPC/TargetInfo/Makefile ------------------*- Makefile -*-===##
##===- lib/Target/PowerPC/TargetInfo/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -1,4 +1,4 @@
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
##===- lib/Target/Sparc/AsmPrinter/Makefile ----------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -16,9 +16,9 @@ add_llvm_target(SparcCodeGen
SparcInstrInfo.cpp
SparcISelDAGToDAG.cpp
SparcISelLowering.cpp
SparcMCAsmInfo.cpp
SparcRegisterInfo.cpp
SparcSubtarget.cpp
SparcMCAsmInfo.cpp
SparcTargetMachine.cpp
)

View File

@ -1,4 +1,4 @@
##===- lib/Target/SystemZ/Makefile ------------- -----------*- Makefile -*-===##
##===- lib/Target/SystemZ/AsmPrinter/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#

View File

@ -14,9 +14,9 @@ add_llvm_target(SystemZCodeGen
SystemZISelDAGToDAG.cpp
SystemZISelLowering.cpp
SystemZInstrInfo.cpp
SystemZMCAsmInfo.cpp
SystemZRegisterInfo.cpp
SystemZSubtarget.cpp
SystemZMCAsmInfo.cpp
SystemZTargetMachine.cpp
)

View File

@ -22,9 +22,9 @@ set(sources
X86ISelLowering.cpp
X86InstrInfo.cpp
X86JITInfo.cpp
X86MCAsmInfo.cpp
X86RegisterInfo.cpp
X86Subtarget.cpp
X86MCAsmInfo.cpp
X86TargetMachine.cpp
X86FastISel.cpp
)

View File

@ -16,9 +16,9 @@ add_llvm_target(XCore
XCoreInstrInfo.cpp
XCoreISelDAGToDAG.cpp
XCoreISelLowering.cpp
XCoreMCAsmInfo.cpp
XCoreRegisterInfo.cpp
XCoreSubtarget.cpp
XCoreMCAsmInfo.cpp
XCoreTargetMachine.cpp
XCoreTargetObjectFile.cpp
)