diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2009-01-09 16:44:42 +0000 |
commit | e025bcca322301af5c4a5178b1a64080cb900ec1 (patch) | |
tree | eef93b0e196836f47b0b47dcd948342c65135bf3 /lib/Target | |
parent | 3e6bf9ad0a5bd5f396117a2e3dd6394488fae763 (diff) | |
download | external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.zip external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.tar.gz external_llvm-e025bcca322301af5c4a5178b1a64080cb900ec1.tar.bz2 |
Removed trailing whitespace from Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r-- | lib/Target/ARM/AsmPrinter/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/Alpha/AsmPrinter/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/Alpha/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/CBackend/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/CellSPU/AsmPrinter/Makefile | 2 | ||||
-rw-r--r-- | lib/Target/CellSPU/Makefile | 2 | ||||
-rw-r--r-- | lib/Target/CppBackend/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/IA64/Makefile | 2 | ||||
-rw-r--r-- | lib/Target/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/Mips/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/PIC16/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/PowerPC/AsmPrinter/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/PowerPC/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/Sparc/AsmPrinter/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/Sparc/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/X86/AsmPrinter/Makefile | 6 | ||||
-rw-r--r-- | lib/Target/X86/Makefile | 4 | ||||
-rw-r--r-- | lib/Target/XCore/Makefile | 2 |
18 files changed, 38 insertions, 38 deletions
diff --git a/lib/Target/ARM/AsmPrinter/Makefile b/lib/Target/ARM/AsmPrinter/Makefile index 4063036..ce36cec 100644 --- a/lib/Target/ARM/AsmPrinter/Makefile +++ b/lib/Target/ARM/AsmPrinter/Makefile @@ -1,15 +1,15 @@ ##===- lib/Target/ARM/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 = LLVMARMAsmPrinter -# Hack: we need to include 'main' arm target directory to grab private headers +# Hack: we need to include 'main' arm target directory to grab private headers CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common diff --git a/lib/Target/Alpha/AsmPrinter/Makefile b/lib/Target/Alpha/AsmPrinter/Makefile index 532a3f9..c5b3e94 100644 --- a/lib/Target/Alpha/AsmPrinter/Makefile +++ b/lib/Target/Alpha/AsmPrinter/Makefile @@ -1,15 +1,15 @@ ##===- lib/Target/Alpha/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 = LLVMAlphaAsmPrinter -# Hack: we need to include 'main' alpha target directory to grab private headers +# Hack: we need to include 'main' alpha target directory to grab private headers CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common diff --git a/lib/Target/Alpha/Makefile b/lib/Target/Alpha/Makefile index 14c91f4..d6c82c7 100644 --- a/lib/Target/Alpha/Makefile +++ b/lib/Target/Alpha/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/Alpha/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 = LLVMAlphaCodeGen diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 511e320..336de0c 100644 --- a/lib/Target/CBackend/Makefile +++ b/lib/Target/CBackend/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/CBackend/Makefile ------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Target/CellSPU/AsmPrinter/Makefile b/lib/Target/CellSPU/AsmPrinter/Makefile index 0b05b98..dd56df7 100644 --- a/lib/Target/CellSPU/AsmPrinter/Makefile +++ b/lib/Target/CellSPU/AsmPrinter/Makefile @@ -1,5 +1,5 @@ ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source diff --git a/lib/Target/CellSPU/Makefile b/lib/Target/CellSPU/Makefile index d12395f..a460db3 100644 --- a/lib/Target/CellSPU/Makefile +++ b/lib/Target/CellSPU/Makefile @@ -1,5 +1,5 @@ ##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source diff --git a/lib/Target/CppBackend/Makefile b/lib/Target/CppBackend/Makefile index e607c63..ca7e1a8 100644 --- a/lib/Target/CppBackend/Makefile +++ b/lib/Target/CppBackend/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/CppBackend/Makefile --- ------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/Target/IA64/Makefile b/lib/Target/IA64/Makefile index b0f41c3..87616da 100644 --- a/lib/Target/IA64/Makefile +++ b/lib/Target/IA64/Makefile @@ -3,7 +3,7 @@ # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMIA64 diff --git a/lib/Target/Makefile b/lib/Target/Makefile index b1aa377..50a360f 100644 --- a/lib/Target/Makefile +++ b/lib/Target/Makefile @@ -1,10 +1,10 @@ #===- lib/Target/Makefile ----------------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../.. diff --git a/lib/Target/Mips/Makefile b/lib/Target/Mips/Makefile index fa9ffa3..d3905b7 100644 --- a/lib/Target/Mips/Makefile +++ b/lib/Target/Mips/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/Mips/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 = LLVMMips diff --git a/lib/Target/PIC16/Makefile b/lib/Target/PIC16/Makefile index c429324..3975849 100644 --- a/lib/Target/PIC16/Makefile +++ b/lib/Target/PIC16/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/PIC16/Makefile ---------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # -# This file is distributed under the University of Illinois Open Source +# This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. -# +# ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMPIC16 diff --git a/lib/Target/PowerPC/AsmPrinter/Makefile b/lib/Target/PowerPC/AsmPrinter/Makefile index 125d8cf..269ef92 100644 --- a/lib/Target/PowerPC/AsmPrinter/Makefile +++ b/lib/Target/PowerPC/AsmPrinter/Makefile @@ -1,15 +1,15 @@ ##===- lib/Target/PowerPC/AsmPrinter/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 = LLVMPowerPCAsmPrinter -# Hack: we need to include 'main' PowerPC target directory to grab private headers +# Hack: we need to include 'main' PowerPC target directory to grab private headers CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile index 6be39b0..db68897 100644 --- a/lib/Target/PowerPC/Makefile +++ b/lib/Target/PowerPC/Makefile @@ -1,10 +1,10 @@ ##===- 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 diff --git a/lib/Target/Sparc/AsmPrinter/Makefile b/lib/Target/Sparc/AsmPrinter/Makefile index e71527d..f12a6ac 100644 --- a/lib/Target/Sparc/AsmPrinter/Makefile +++ b/lib/Target/Sparc/AsmPrinter/Makefile @@ -1,15 +1,15 @@ ##===- lib/Target/Sparc/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 = LLVMSparcAsmPrinter -# Hack: we need to include 'main' Sparc target directory to grab private headers +# Hack: we need to include 'main' Sparc target directory to grab private headers CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common diff --git a/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile index 876eb40..fdf6afa 100644 --- a/lib/Target/Sparc/Makefile +++ b/lib/Target/Sparc/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/Sparc/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 = LLVMSparcCodeGen diff --git a/lib/Target/X86/AsmPrinter/Makefile b/lib/Target/X86/AsmPrinter/Makefile index ba75b43..ba89ac6 100644 --- a/lib/Target/X86/AsmPrinter/Makefile +++ b/lib/Target/X86/AsmPrinter/Makefile @@ -1,15 +1,15 @@ ##===- lib/Target/X86/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 = LLVMX86AsmPrinter -# Hack: we need to include 'main' x86 target directory to grab private headers +# Hack: we need to include 'main' x86 target directory to grab private headers CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/.. include $(LEVEL)/Makefile.common diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile index cb3f0ac..44f1c5d 100644 --- a/lib/Target/X86/Makefile +++ b/lib/Target/X86/Makefile @@ -1,10 +1,10 @@ ##===- lib/Target/X86/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 = LLVMX86CodeGen diff --git a/lib/Target/XCore/Makefile b/lib/Target/XCore/Makefile index 1b4fbd9..568df70 100644 --- a/lib/Target/XCore/Makefile +++ b/lib/Target/XCore/Makefile @@ -1,5 +1,5 @@ ##===- lib/Target/XCore/Makefile ---------------------------*- Makefile -*-===## -# +# # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source |